提交App到App Store,已经三次被拒,特此记录!
第三次被拒:
11.13: Apps that link to external mechanisms for purchases or subscriptions to be used in the app, such as a “buy" button that goes to a web site to purchase a digital book, will be rejected
1、metadata内容中的网址没删完,如图:
第二次被拒:
2.2: Apps that exhibit bugs will be rejected
11.13: Apps that link to external mechanisms for purchases or subscriptions to be used in the app, such as a “buy" button that goes to a web site to purchase a digital book, will be rejected
2.2
We found that your app exhibited one or more bugs, when reviewed on iPad running iOS 6.1.3, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines.
Specifically, your app indicated error on account login.
意思是说:使用IPAD联网的情况下,帐号登录超时 解决方案:in review期间保证自己的服务器网络通畅,并增加网络类型判断代码,给出正确提示
11.13
Also, we found that your app provides access to external mechanisms for purchases or subscriptions to be used in the app, which is not in compliance with the App Store Review Guidelines.
Specifically, your app contains link to your website.
意思是说:APP页面中有明显的网站连接(连这个都要管!)
解决方案:
1、把页面中的公司网站连接删掉
2、把metadata截图中的网址也删掉
- 第一次被拒:
-
- 2.5: Apps that use non-public APIs will be rejected
- 3.2: Apps with placeholder text will be rejected
- 2.5
We found that your app uses one or more non-public APIs, which is not in compliance with the App Store Review Guidelines. The use of non-public APIs is not permissible because it can lead to a poor user experience should these APIs change.
We found the following non-public API/s in your app:
terminateWithSuccess
意思是说:不能使用非公开的API:terminateWithSuccess
解决方案:将退出代码改成exit(0);
3.2
Also, we found that your app and/or its metadata does not appear to include final content, which is not in compliance with the App Store Review Guidelines.
Specifically, your app's Application Description does not sufficiently portray the app.
NOTE: Please be sure to make any metadata changes to all App Localizations by clicking the Edit button next to each localization.
- 意思是说:应用描述太简单,要用本地化语言来丰富应用说明
- 解决方案:之前提交的时候写的英文说明比较简单,改用中文补充APP说明,搞几百个字上去,呵呵