I want to create an app that respond different on income call from contact list. I need to create custom vibration alert for different person. Can we detect incoming call location during its vibrating?
Asked
Active
Viewed 272 times
-1
-
iOS already allows you to set different rings tones and vibrations per user in your contacts list. And on a non-jailbroken phone you can't even access the details of a call. – Abizern Dec 05 '13 at 11:28
2 Answers
0
You can detect incoming calls using the CoreTelephony
framework.
But you will not be able to get any information about the incoming all like the number.
Also how do you plan on getting the location of the incoming call, since you can not deduct it from the number.

rckoenes
- 69,092
- 8
- 134
- 166
0
You cannot find the location of a call during vibration.. for custom vibration have a look at this.. Are there APIs for custom vibrations in iOS? but beware your app might get rejected at appstore..