Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VoIP push notification that opens app automatically even if app is not running in background is it possible in iOS?

I want to know that if my app is not running in background and push notification arrives then my app will automatically start.
It is kind of emergency message that arrive and open my app even if app is not running in background.

like image 857
Dhaval Avatar asked Sep 09 '25 10:09

Dhaval


2 Answers

Please refer this link, it is working for me

Implement PushKit and test in development behavior

This link contains all steps to create VoIP notification and please note that this will work on ios 8 and above.

:)

like image 169
iDeveloper Avatar answered Sep 11 '25 01:09

iDeveloper


If the app is NOT RUNNING, this is not possible without user intervention.

like image 44
kmiosdev Avatar answered Sep 11 '25 00:09

kmiosdev