Page 1 of 1

HELP!!! panic button problem

Posted: Wed Dec 24, 2014 3:48 pm
by amar maaruf

how to send a location using sms to the number store in database?
how to send location using push notification from device to devide?


HELP!!! panic button problem

Posted: Thu Dec 25, 2014 4:39 am
by Yurii Orishchuk

Hi Amar,

Here is plan for this implementation:

  1. get location via geolocation service.
    Tutorial to learn: http://devcenter.appery.io/tutorials/...

  2. get information from the DB where you can get goal phone namber.
    Tutorial to learn: http://devcenter.appery.io/tutorials/...

  3. 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


HELP!!! panic button problem

Posted: Fri Dec 26, 2014 1:42 am
by amar

tq..but how to send location using push notification from device to device?


HELP!!! panic button problem

Posted: Fri Dec 26, 2014 6:08 am
by Yurii Orishchuk

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.


HELP!!! panic button problem

Posted: Thu Jan 01, 2015 5:40 am
by amar

I still cannot do push notification from device to device.. Is there any tutorial about push notification more specific or more detail?


HELP!!! panic button problem

Posted: Thu Jan 01, 2015 6:03 am
by Yurii Orishchuk

Hi Amar.

Did you pass following tutorial step-by-step?

http://devcenter.appery.io/tutorials/...

Regards


HELP!!! panic button problem

Posted: Thu Jan 15, 2015 2:37 pm
by amar

having error to sent notificatio..please help

Image


HELP!!! panic button problem

Posted: Fri Jan 16, 2015 9:30 am
by Evgene Karachevtsev

Hello Amar,

According to the error, you try to send an empty message, could you please clarify, are you sure that it isn't?