Hi Maryna, Have you had the chance to look at my last post? My mapping looks the same as your documentation!
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Maryna, Have you had the chance to look at my last post? My mapping looks the same as your documentation!
Hi Joe,
Please try service Test, there must be en error description. Most probably, this is empty schedule.
Please add a request parameter 'schedule' with this value:pre{"scheduledTime":"2014-02-05 13:44:00.000","timeZone":"180"}/pre
https://getsatisfaction.com/apperyio/...
Hi, Katya, I get exactly the same result! I have shared the app 'testpush' with a href="mailto:support@appery.com" rel="nofollow"support@appery.com/a will you please take a look and advise.
Hi Katya, Do you have any news?
Hi Joe,
No, still working on it.
Hello Joe! payload and schedule should be object, not string. In mapping to payload should be the following code: prevar T = 'This is a Test!';
var D = '1';
return {"message": T , "badge": D };/preIn mapping to schedule prereturn {"scheduledTime":"2014-02-05 21:00:00.000","timeZone":"180"};/preBut if you send notifications immediately, delete schedule parameter from request parameters.
Hi Maryna, Thanks for corrections which work partially. The push messages are delivered but scheduling doe's not work all messages no matter what the schedule settings deliver immediately!
Regards,
Joe
Hello! Working on it.
Hello! You send status=sent. That means it will be sent immediately no matter what is in schedule. Delete status parameter from request parameters or change it's value to wait instead sent. Here is more information http://docs.appery.io/documentation/b... (Sending push notifications)