ios - How do I push notifications if my app hasn't been run yet? -


assuming user has not launched app yet, but has been run before. there way still "push" news/updates?

to explain mean: imagine user installed "your-restaurants-in-your-area" local orientated app, , configured app in setting notify user when new restaurants open... however, user forgets run app @ daily basis. there way app auto-show news inside ios?

i have found xe4 anders stying people working xe4 http://blogs.embarcadero.com/ao/2013/05/02/39456

http://blogs.embarcadero.com/ao/2013/05/24/39472

after further searching (i missed first round) found this:

http://edn.embarcadero.com/article/43239

it requires editing delphi xe4 bundled source files (i.e. not officially supported / made easy in xe4), seems can made work. (i have not found official mention of official "built-in" support in xe5.)

i upvoted answer given sofar since helpful in way.

the question not related delphi…

  1. it impossible auto-run/unattended-run applications in ios.
  2. if user has never opened application, not able send him “push notification”, because application must registered token. application registers on start.
  3. let’s assume user launched application @ least once, , application registered token “push notification”. in situation, able notify user when new restaurant opened.
  4. the problem in situation don’t know physical location of user. maybe can add region of interests in applications, know whom send notification.

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

debian - 500 Error upon login into Plesk Admin - auth.php3? -