Dear Projectteam,
some month ago i created a server code to send a push notification:
PN.send("", {
"message": "Notification sample 1 ",
"status": "sent"
} );
Then i run the browser with the url for executing the server code.
https://api.appery.io/rest/1/code/751...
Directly after that the push notification was send to the phone and appeared in the "scheduled push notification" tab. Now i get the url to the browser and nothing happens. Has someting changed for this topic?