简体   繁体   English

从应用程序打开iOS设置

[英]Open iOS settings from the app

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];

I am using this code to open settings app from my app. 我正在使用此代码从我的应用程序打开settings app程序。 But is there any URL to open Background App Refresh settings from my app? 但是,是否有任何URL可从我的应用程序中打开“ Background App Refresh设置?

No , you are not able to open any specific part in setting from your app. 不可以 ,您无法在应用中打开设置中的任何特定部分。 You are just able to redirect to user to those settings which are related to your app permission. 您只能够将用户重定向到与您的应用许可相关的那些设置。

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

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