提交了几次都被feedback。下面均为本人碰到过得问题。希望对大家解决提交问题有帮助

Number    one:PLA 3.3.12



We found your app uses the iOS Advertising Identifier but does not include ad functionality. This does not comply with the
terms of the iOS
Developer Program License Agreement
, as required by the App
Store Review Guidelines
.



Specifically, section 3.3.12 of the iOS Developer Program License Agreement states:



"You and Your Applications (and any third party with whom you have contracted to serve advertising) may use the Advertising
Identifier, and any information obtained through the use of the Advertising Identifier, only for the purpose of serving advertising. If a user resets the Advertising Identifier, then You agree not to combine, correlate, link or otherwise associate, either
directly or indirectly, the prior Advertising Identifier and any derived information with the reset Advertising Identifier."



Note: iAd does not use the AdSupport framework, ASIdentifierManager, or the Advertising Identifier. Therefore they are not
required for iAd implementations and should not be included in your app for iAd support. 



If your app is serving ads, please:



- Ensure that you have tested your app on a device, not just the simulator, and that you have removed all previous versions
of your app prior to testing



- Provide us the steps to locate ads in your app



If your app does not serve ads, please check your code - including any third-party libraries - to remove any instances of:



class: ASIdentifierManager

selector: advertisingIdentifier

framework: AdSupport.framework



If you are planning to incorporate ads in a future version, please remove the Advertising Identifier from your app until you
have included ad functionality.



To help locate the Advertising Identifier, use the “nm” tool. For information on the “nm” tool, please see the nm
man page




If you do not have access to the libraries' source, you may be able to search the compiled binary using the "strings" or "otool"
command line tools. The "strings" tool lists the methods that the library calls, and "otool -ov" will list the Objective-C class structures and their defined methods. These techniques can help you narrow down where the problematic code resides.

原因:由于程序中有第三方用到了advertisingIdentifier,可是程序本身没有广告功能,

解决的方法:联系第三方。让又一次发,或者直接关掉程序的广告功能(程序提交的时候都有一些选项)如图:

Number
   two:

  • 2.3: Apps that do not perform as advertised by the developer will be rejected
  • Program License Agreement

2.3



We found that your app did not achieve the core functionality described in your marketing materials or release notes, as required by the App
Store Review Guidelines
.



Specifically, your app description says "你对程序的描写叙述". But no such function is found inside the app.



It would be appropriate to revise your app to ensure this feature is fully implemented or to revise your Application Description, Release Notes, and/or screenshots to remove this content.



If your iTunes Connect Application State is Rejected, a new binary will be required. Make the desired metadata changes when you upload the
new binary.



原因:你的程序和你所描写叙述的不同

解决的方法:又一次写对程序的介绍

Number
   three:

  • 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

11.13



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
.



The app includes a website reference on log in page. Please see the attached screenshot/s for more information.



To be in compliance with the App Store Review Guidelines, it would be appropriate to remove the access to these mechanisms - including fully qualified links to your site that could indirectly provide access to these mechanisms, such as links to web pages for
support, FAQ, product or program details, etc.



It may be appropriate to revise your app to use the In App Purchase API to provide content purchasing functionality. 



In App Purchase provides several benefits, including:



* The flexibility to support a variety of business models.

* Impacting your app ranking by consolidating your sales to one app rather than distributing them across multiple apps.

* IAP has the ability to offer additional content to your user. In this way, your app enabled with In App Purchase becomes an effective marketing vehicle to drive additional sales of new content.



For information on In App Purchase, please refer the following documentation:



Getting Started with In App Purchase on iPhone OS



In-App Purchase Programming Guide



For step-by-step instructions on In App Purchase creation within iTunes Connect, refer to the In-App
Purchase Configuration Guide for iTunes Connect
.

On occasion, there may be apps on the App Store that don't appear to be in compliance with the App Store Review Guidelines. We work hard to ensure that the apps on the App Store are in compliance and we try to identify any apps currently on the App Store that
may not be. It takes time to identify these occurrences but another app being out of compliance is not a reason for your app to be.

原因:你的程序中有引导用户打开浏览器的操作(诱导消费)

解决:把链接去掉就可以

Number
   four:

  • 2.2: Apps that exhibit bugs will be rejected

2.2



We found that your app exhibited one or more bugs, when reviewed on iPad running iOS 7.1.1 iPhone 5s running iOS 7.1.1, on
both Wi-Fi and cellular networks, which is not in compliance with the App
Store Review Guidelines
.



The app displays a page with error message when we tap register button. Screenshots of this issue have been attached for your
reference. This review was conducted on iPad running iOS 7.0.4 with Wi-Fi and cellular network connections.

原因:server不稳定

解决:在审核的时候尽量保持server的稳定

Number
   five:

  • Information Needed

We have begun the review of your app but aren't able to continue because we need additional information about your app. 



At your earliest opportunity, please review the following questions and provide as detailed information as you can in response. The more information you can provide upfront, the sooner we can complete your review.



- Who is the target audience?

- Is this an existing service?

If yes, where is it available?

- Is the app an indispensable part of the service or can the service work without the app?

- How does the user/company pay? Is it subscription-based or one time fee? What is the cost, what does it pay for, and what are the payment options (ex. credit card, PayPal, bank transfer, carrier billing, etc.)?

- Does the user/company pay per device or user?

- Is there additional charge (other than the price of the app) for mobile access?

- Is there a paid upgrade option outside of the app? 



While your iTunes Connect Application State is displayed as Metadata Rejected, it is not necessary to upload a new binary. Once you reply to this message in the Resolution Center, we can proceed with your review.

原因:有关信息不完整,

解决:完好程序信息,特别是牵涉到收费的时候一定要说清楚,

ios提交程序后出现的各种问题的更多相关文章

  1. iOS提交AppStore后申请加急审核

    提交审核后进去下面链接申请加急审核链接:https://developer.apple.com/appstore/contact/appreviewteam/index.html 在I would l ...

  2. iOS提交AppStore后申请加急审核(转)

    是的,由于最近知名的Xcode后门事件,我们的应用也被感染了.o(╯□╰)o 上周四从看到喵神的微博得知第三方Xcode可能被感染后马上查了下,自己用的却是被感染了,于是马上到MAS下载了最新的Xco ...

  3. 发布iOS应用程序到苹果APP STORE完整流程

    参考:http://blog.csdn.net/mad1989/article/details/8167529(xcode APP 打包以及提交apple审核详细流程(新版本更新提交审核)) http ...

  4. 教程:如何减小iOS应用程序的大小?

    本文译自:Reducing the size of my App Q: 怎样才能让我的程序安装包小一点,让程序的下载和安装更快速? A: 本文收集了一些减小程序安装包大小的相关技巧(当第一次下载和安装 ...

  5. 减小iOS应用程序的大小

    减小iOS应用程序的大小 本文译自:Reducing the size of my App Q: 怎样才能让我的程序安装包小一点,让程序的下载和安装更快速? A: 本文收集了一些减小程序安装包大小的相 ...

  6. 【iOS开发必收藏】详解iOS应用程序内使用IAP/StoreKit付费、沙盒(SandBox)测试、创建测试账号流程!【2012-12-11日更新获取”产品付费数量等于0的问题”】

    转的别人的 看到很多童鞋问到,为什么每次都返回数量等于0?? 其实有童鞋已经找到原因了,原因是你在 ItunesConnect 里的 “Contracts, Tax, and Banking”没有完成 ...

  7. 使用Xcode 7 beta免费真机调试iOS应用程序

    使用Xcode 7 beta免费真机调试iOS应用程序 六月 9, 2015  |   K-Res 发布   今天凌晨的WWDC15虽然没有熬夜守候吧,但也还是早起第一时间翻看了twitter的相关标 ...

  8. 打包iOS应用程序

    如果想要将做的iOS应用程序装到自己的iOS设备上测试.或者装在别人的iOS设备上,或者想发布到App Store里,先要给应用签名.签名就要有证书,这就需要申请证书的过程了. 把自己的应用程序装到设 ...

  9. iOS 应用程序生命周期

    开发应用程序都要了解其生命周期. 今天我们接触一下iOS应用程序的生命周期, iOS的入口在main.m文件: int main(int argc, char * argv[]) { @autorel ...

随机推荐

  1. 小程序canvas生成二维码图片踩的坑

    1:生成临时图片,保证画布被加载以及渲染(即本身不可以 hidden 或是 上级元素不可以 hidden 或是 wx:if 隐藏等) == > 建议:因为 canvas 的组件层级(z-inde ...

  2. POJ-2318 TOYS 计算几何 判断点在线段的位置

    题目链接:https://cn.vjudge.net/problem/POJ-2318 题意 在一个矩形内,给出n-1条线段,把矩形分成n快四边形 问某些点在那个四边形内 思路 二分+判断点与位置关系 ...

  3. 是否可以从一个static方法内部发出对非static方法的调用

    不可以.因为非static方法是要与对象关联在一起的,必须创建一个对象后,才可以在该对象上进行方 法调用,而static方法调用时不需要创建对象,可以直接调用.也就是说,当一个static方法被调用时 ...

  4. 素数计数函数$\pi(x)\sim \Theta(\frac{x}{\log{x}})$的一个初等方法——素数定理的估计

    $\DeclareMathOperator{\lcm}{lcm}$ 本文的方法来源于GTM 190:"Problems in Algebraic Number Theory",给出 ...

  5. Qt之水平/垂直布局(QBoxLayout、QHBoxLayout、QVBoxLayout)

    简述 QBoxLayout可以在水平方向或垂直方向上排列控件,由QHBoxLayout.QVBoxLayout所继承. QHBoxLayout:水平布局,在水平方向上排列控件,即:左右排列. QVBo ...

  6. HDU 1026 Ignatius and the Princess I(BFS+记录路径)

    Ignatius and the Princess I Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (J ...

  7. SQL的四种语言:DDL、DML、DCL、TCL

    1. DDL(Data Definition Language) 数据库定义语言statements are used to define the database structure or sche ...

  8. IIC总线协议基础1

    文档类别 文档标识 IIC总线协议基础1 当前版本号 V0.2 作    者 Louis 完毕时间 2015-05-27 IIC总线协议基础1 IIC总线协议基础1. 1.            II ...

  9. CodedUI自己主动化測试及脱离VS独立执行

    在VS中可创建"编码的UI測试".可录制软件操作,再回放,最后还能够脱离VS独立执行. 在VS中执行測试 创建项目codeuitest,控件布局.例如以下图: 在button单击事 ...

  10. List of content management systems

    https://en.wikipedia.org/wiki/List_of_content_management_systems Microsoft ASP.NET Name Platform Sup ...