Page 1 of 1

Is it possible to "wake up" an application remotely?

Posted: Mon Jun 23, 2014 10:48 pm
by Jesus Lozano

Hello,

I am interested to know if there is a way to start a mobile app remotely, via a text message or through another method. In other words, have the app started remotely and not via the user.

Take care,

Jesus Lozano


Is it possible to "wake up" an application remotely?

Posted: Mon Jun 23, 2014 11:31 pm
by Yurii Orishchuk

Hi Jesus,

You can use Push notification for these goals.

But this technique desined to transfer server events to the phone. And when user see this message, can tap on it and app will start after.

See details about how to work with push here:

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

Regards.


Is it possible to "wake up" an application remotely?

Posted: Tue Jun 24, 2014 3:34 pm
by Jesus Lozano

Thanks Yurii !!!