local notification with airplane mode doesnt work

Hello, Everyone.


local notification that is set user location as trigger is not showed while i turn on airplane mode. Do you know why?

though i checked below apple documentation, it is written


"The device is in Airplane mode and unable to power up the necessary hardware."


But GPS anttena is working while airplane mode turn on.

Could you tell me which specific hardware doesnt work, so local notification is not showed?

or any other reason why local notification with airplane mode is not showed ?



Determining Whether Location Services Are Available


The device is in Airplane mode and unable to power up the necessary hardware.


https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/LocationAwarenessPG/CoreLocation/CoreLocation.html

Replies

Airplane Mode shuts down all radio hardware, both send and receive. This makes it impossible for the device to track its location, which in turn makes it impossible to trigger location-based notifications.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"