iphone how to check the Airplane mode?

后端 未结 4 1276
旧时难觅i
旧时难觅i 2020-12-09 19:43

HI ,

i want to check wether Airplane mode is on or not .. how to check that ?

thanks + how to check that the user is using WIFI or GPRS OR EDGE . how to di

4条回答
  •  一生所求
    2020-12-09 20:24

    If you just want show notification, when user is in airplane mode, then it's enough to enable SBUsesNetwork property in your app's plist file. When your code is using network, user is prompted to turn off Airplane mode automatically.

    See e.g. this post.

提交回复
热议问题