Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatically get the number of the incoming call

How can I programmatically get the number of the incoming call from Background application ?

like image 347
Mudassir Avatar asked Dec 13 '22 18:12

Mudassir


1 Answers

You cannot do this.

Apps running in the background can only do the following things: continue on something that won't last too long, play music or store current state in background.

Would you like it if one of your apps that you had been using picked up a phonenumber that called you and posted it on the internet? That may be one of the reasons why apple doesn't allow this…

like image 89
Emil Avatar answered Dec 30 '22 23:12

Emil