Possible Duplicate:
Activate airplane mode programatically?

Can we turn off/on the AirPlaneMode through code in application without going out of App. Any help would be appreciated

Thanks Vikas

link|improve this question

40% accept rate
feedback

closed as exact duplicate by Robert Harvey Aug 31 '11 at 15:27

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

No.

(I did contemplate a longer answer, but anything extra would just be a variation on the "no" theme.)

link|improve this answer
feedback

Users generally turn Airplane Mode on because aviation laws require them to. Turning it back off could, in theory, expose those users to criminal prosecution depending on the country where they're flying. ;)

In other words: no, your app can't turn off Airplane Mode.

link|improve this answer
feedback

There probably is a way to do it, but it would require the use of undocumented system calls and Apple will reject your app for it.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.