https://getsatisfaction.com/apperyio/...
This one was a situation
https://getsatisfaction.com/apperyio/...
This one was a situation
is push notification problem fixed?(i mean the one that an app couldn't sent push message)
while I can get every information I need from devices DB(like token and type) ,when I try to update i get an error.
Update service inside appery works fine
but in mobile,something doesn't work..
This might work for a while on android
pre
code var deviceID = device.uuid;
var str = deviceID.slice(deviceID.indexOf("")+1); /code
/pre
As I see I only need the last digits of uuid to make it work
It's ok,I was doing some experiments with push and I solved them ![]()
SOLVED
I had to use "status": sent on request(thanks to dev tools)..
No documentations on that topic..
how to send a non-scheduled message via pushI mean that I want to send it now..How can I do that?