Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to be notified when iPhone enters airplane mode?

Is there a way for my app to be notified when the device enters (and leaves) airplane mode?

like image 630
cfischer Avatar asked Feb 19 '12 19:02

cfischer


People also ask

How do you know if someone put their phone on airplane mode?

Originally Answered: How do I know if someone makes his mobile on airplane mode or it's out of charge? You don't. Whether a phone is in airplane mode, or powered off for any reason, incoming voice calls will usually be sent directly to voicemail.

Do you get notifications when airplane mode is on?

Every time you get a notification when the silent mode is enabled, your device will wake up, and the LED notification light will also glow. Same happens for the airplane mode as well (if you get a notification somehow).

Do you get missed call notification on airplane mode iPhone?

Will missed calls show up on airplane mode? You will not be notified while your phone is still in airplane mode as it effectively disables all network operations, much like a dormant or switched-off smartphone. Some carriers offer a missed call alert service.

Can you track an iPhone when in airplane mode?

Find My iPhone doesn't work on Airplane Mode. Or we say you can't track a phone on airplane mode. This is because location services for tracking your device usually require a network connection.


1 Answers

You can use Apple's Reachability code to see if a user has network access when they open your app or similar.

There is however no notification/trigger which your app can intercept/run arbitary code when a user enters or leaves airplane mode in the Settings.

like image 189
Suhail Patel Avatar answered Sep 21 '22 04:09

Suhail Patel