Open Wifi Settings by “prefs:root=WIFI” failed in iOS 10

后端 未结 7 1397
太阳男子
太阳男子 2020-12-09 09:18

I was using prefs:root=WIFI url scheme in my app with prefs entered in info.plist to open directly the iOS settings application in Wi-Fi settings and it was working great on

7条回答
  •  一个人的身影
    2020-12-09 09:59

    Just so it's explicit: Apple does not allow this. It's possible your app will make it through anyway, but this is the same as using any other undocumented API.

    Here is the full list of supported Apple URL schemes.

    Here's a thread where Apple confirms that "any Apple URL schemes that are not officially documented should be considered private API."

提交回复
热议问题