Is there any way to handle airplane mode on/off from iOS app? If yes then please let me know how to handle it.
Asked
Active
Viewed 760 times
0
-
No, it's not See: https://stackoverflow.com/questions/20469425/toggling-airplane-mode-in-ios-programmatically – R.Villanueva Apr 02 '18 at 10:37
1 Answers
1
Add this in your Info.plist
file -
To test this-
- Kill your app
- Turn your phone's airplane mode and then
- Open your app.
You will see an alert when app start. Thank you.

Rashed
- 2,349
- 11
- 26
-
Can I make the dialog appear in a specific ViewController(not the launcher one)? – Nativ Oct 17 '18 at 05:51