打包上传被拒 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的主要内容,如果未能解决你的问题,请参考以下文章
iOS 审核被拒记录 Guideline 2.5.1 HealthKit; 2.5.4 UIBackgroundModes audio; 1.5 Developer Information
iOS 审核被拒记录 Guideline 2.5.1 HealthKit; 2.5.4 UIBackgroundModes audio; 1.5 Developer Information
iOS - APP审核Guideline 2.5.1被拒,使用了私有API
苹果审核被拒,Guideline 1.1.6 - Safety - Objectionable Content;Guideline 3.1.1 - Business - Payments - In-A
App Store审核被拒问题及其解决方案之Guideline 2.1
App 提交审核被拒提示:Guideline 2.1 - Performance - App Completeness 的原因及解决