Hi all,
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
Hi all,
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
Hi!
You should check this out:
and read beneath Enabling Local and Push Notifications, Here you will find an answer to your question.
Then read this:
How to implement it.
Happy Coding!
// Jakob
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.