3

It is possible to change iPhone settings from an application? I want to change settings like enable/disable WIFI, enable/disable vibrations, change ring tone, enable/disable bluetooth, call forwarding, mail accounts, etc. I want to be able to change all settings programmatically. I would appreciate some sample code.

Thanks for any help.

kennytm
  • 510,854
  • 105
  • 1,084
  • 1,005
Mircea Ispas
  • 20,260
  • 32
  • 123
  • 211

2 Answers2

7

You cannot do this unless your application is run on a jailbroken phone.

Alex Reynolds
  • 95,983
  • 54
  • 240
  • 345
2

You can do some of these items programatically on a non-jailbroken phone. Toggling Bluetooth is discussed here, and it's very easy to get working. Programmatically turn on bluetooth in the iphone sdk?

I am not sure about the other items. Of course you cannot submit this code to the app store, but for personal use it can be very handy.

Community
  • 1
  • 1
Ben Williams
  • 4,695
  • 9
  • 47
  • 72