打包上传被拒 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
原文:https://www.cnblogs.com/mei1234/p/9917051.html