amar maaruf
Posts: 0
Joined: Wed Dec 24, 2014 3:48 pm

HELP!!! panic button problem

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

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

HELP!!! panic button problem

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

amar
Posts: 0
Joined: Fri Dec 26, 2014 1:42 am

HELP!!! panic button problem

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

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

HELP!!! panic button problem

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.

amar
Posts: 0
Joined: Fri Dec 26, 2014 1:42 am

HELP!!! panic button problem

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

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

HELP!!! panic button problem

Hi Amar.

Did you pass following tutorial step-by-step?

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

Regards

amar
Posts: 0
Joined: Fri Dec 26, 2014 1:42 am

HELP!!! panic button problem

having error to sent notificatio..please help

Image

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

HELP!!! panic button problem

Hello Amar,

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

Return to “Issues”