AppGyver has overall been great but I have been trying to get push notification help for months. I have hired a developer to create a backend but can’t figure out how to send the required info from appgyver to the backend.
https://______________________/AppNotificationService.svc/RegisterForMobileNotificatiReg/x/y/z/
This calls an API that passes x,y, and z
We need to integrate this with appgyver to pass the app name, device token, operating system. I’m trying to use the formula below but can’t figure out how to actually send this info to my backend.
“SCCAOR SOURCE”+‘outputs[“Get device token (beta)”].token’+‘systemVars.os’
Can anyone please give me guidance on how to get this information from appgyver to my backend??
Also, is there a method for testing push notifications without using test flight?