Page 1 of 1

Popup, timed run, notification, etc

PostPosted: Aug 15, 2012 @ 6:55pm
by trysenga
Is there a way with edgelib to schedule your app to pop up and interact with the user? I'm evaluating my choices for cross-platform but setting a schedule to have the app pop-up is a key feature so I need to make sure I can accomplish that first.

Re: Popup, timed run, notification, etc

PostPosted: Aug 23, 2012 @ 11:23am
by edge
Edgelib does not currently contain functionality to send notifications to the user, let alone to start the application at arbitrary times. Current iOS limits only provide for you to send notifications that might prompt the user to (re)start the app afterwards, and Android users expects the same behaviour from their apps.

It is possible however to add your own code for scheduling notifications in conjunction with the rest of the features of Edgelib.