Is it possible to launch iPhone application automatically when it receives remote notification whether it is closed or in the background? I would appreciate your help.
Thanks in advance,
Sarah
Is it possible to launch iPhone application automatically when it receives remote notification whether
Share
Short answer : You can’t automatically launch your app when a new notification is received.
When an push notification is sent to an iPhone, the user is presented a view that is looking like an new SMS.
The user has then the option to open your application or dismiss this view.