Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open an ios app during an incoming call [closed]

Tags:

ios

iphone

When i receive an incoming call i want to open an app, query the local database and get the call details to be displayed in the app. Is it possible in iPhone? If yes, can someone suggest on how you can achieve it?

like image 500
Arun Avatar asked Dec 09 '25 23:12

Arun


1 Answers

You can't do this. iOS apps cannot launch themselves without direct user interaction, and incoming calls suspend any apps that are already running.

Additionally, I personally find it very unlikely that Apple would enable this in future releases, as it would potentially interfere with the "actually using it as a phone" related aspects of the iPhone. :-)

like image 180
user1673099 Avatar answered Dec 12 '25 12:12

user1673099