打包上传被拒 Guideline 2.5.1 - Performance - Software Requirements

Posted mei1234

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了打包上传被拒 Guideline 2.5.1 - Performance - Software Requirements相关的知识,希望对你有一定的参考价值。

打包上传被拒 Guideline 2.5.1 - Performance - Software Requirements

技术分享图片

在项目中全部搜索:prefs:root 找到后,把这个私有的

NSURL *url = [NSURL URLWithString:@"prefs:root=WIFI"];
改为
NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString];
就可以了

 

以上是关于打包上传被拒 Guideline 2.5.1 - Performance - Software Requirements的主要内容,如果未能解决你的问题,请参考以下文章