Reputation: 75
I need to open the app and show the user that a request is coming his way. Based on that, he may receive a phone call from my server (not VoIP though).
My requirement is similar to what happens during a VoIP call. Just that we won't necessarily be using VoIP. At least not right now.
Upvotes: 0
Views: 63
Reputation: 2935
No. User has to click on notification to open the app.
You can not open the app directly on the remote notification receiving.
Upvotes: 0
Reputation: 15861
No, iOS doesn't permit opening apps via remote notification.
What you get is the user can select a notification on their lock screen to unlock the phone then open the app.
Upvotes: 4