简体   繁体   English

在IOS中显示更改为飞行模式的选项

[英]show option to change to airplane mode in IOS

I heard that apple prevent from programmers to toggle airplane mode on and off, there is option to pop up message to the user then he will decide what he want to do? 我听说苹果阻止程序员切换飞行模式,有向用户弹出消息的选项,那么他将决定自己想做什么? if yes how could I do it? 如果是,我该怎么办?

  1. Check if there is a network connection, if there is none 检查是否有网络连接,如果没有
  2. Present the user with an alert with options such as Cancel and Open Settings, if the user chooses to open the settings app 如果用户选择打开设置应用程序,则向用户显示带有“取消”和“打开设置”等选项的警报
  3. Navigate to Settings app. 导航到“设置”应用。 See this to see how to open Settings app from your app: Opening the Settings app from another app 看到此内容以了解如何从您的应用程序打开“设置”应用程序: 从另一个应用程序打开“设置”应用程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM