Search code examples
iphoneipadios6ios7

How to control access (Message, Call, bluetooth) programmatically in ios 7.0?


I want to ask you a question; is this possible to make an app, when app is using bluetooth function the person can't able to call, msg anything until and unless the user switch off the bluetooth.

How to control access to massage, call and other installed app from another app?

How to lock iphone home button while the app is running on?

Any third party api to make this possible?


Solution

  • How to control access to massage, call and other installed app from another app?

    You can't. Access to other apps is independent from your app.

    How to lock iphone home button while the app is running on?

    You can't control other buttons behavior from your app.