respons push api
The push api (https://api.appery.io/rest/push/msg) works great from 3rd party applications, though the respons from the server is not correct. I always get a status = wait and count=0
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/
The push api (https://api.appery.io/rest/push/msg) works great from 3rd party applications, though the respons from the server is not correct. I always get a status = wait and count=0
Hello!
status = wait and count=0 is the current message status after you put it into a queue. This is how it suppose to work, the messages should be sent and delivered without problem.
count=0 means that it isn't sent yet
status = wait means it's in a queue on our server
ok, but is there another way to get the status and the number of reciepents after it was send by the server?
Sjef,
Why do you need another way to do this? This data is correct. How do you want it to work?
I like to see from my application that the message was sent correctly.
Hello! Sorry for a late reply. If you received this response that means message will be sent, but in app it's not possible to find out how many devices receive message.