how to send a location using sms to the number store in database?
how to send location using push notification from device to devide?
how to send a location using sms to the number store in database?
how to send location using push notification from device to devide?
Hi Amar,
Here is plan for this implementation:
get location via geolocation service.
Tutorial to learn: http://devcenter.appery.io/tutorials/...
get information from the DB where you can get goal phone namber.
Tutorial to learn: http://devcenter.appery.io/tutorials/...
send SMS on number with location info. Here it two ways:
3.1. First way is to send SMS via this phone device.
Tutorial to learn: http://blog.appery.io/2014/03/dialing...
3.2. Second way it to send SMS via 3rd party API.
Tutorial to learn: http://devcenter.appery.io/documentat...
That's all.
Regards
tq..but how to send location using push notification from device to device?
Hi Amar,
Here is basic push notificaiton doc: http://devcenter.appery.io/documentat...
And by link below you can find how to send push via api. There you can pass deviceid(goal device) parameter:
http://devcenter.appery.io/tutorials/...
Regards.
I still cannot do push notification from device to device.. Is there any tutorial about push notification more specific or more detail?
Hi Amar.
Did you pass following tutorial step-by-step?
http://devcenter.appery.io/tutorials/...
Regards
Hello Amar,
According to the error, you try to send an empty message, could you please clarify, are you sure that it isn't?