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…
- it impossible auto-run/unattended-run applications in ios.
- if user has never opened application, not able send him “push notification”, because application must registered token. application registers on start.
- let’s assume user launched application @ least once, , application registered token “push notification”. in situation, able notify user when new restaurant opened.
- the problem in situation don’t know physical location of user. maybe can add region of interests in applications, know whom send notification.
Comments
Post a Comment