提交了几次都被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. 解决js计算 小数加减乘除失真的功能函数

    function floatPoint(one,two,str){ //转化为字符串 one = ''+one two = ''+two //切割成整数部分和小数部分 var oneStr = one ...

  2. 微信小程序手势滑动卡片案例

    最近工作中有项目要使用微信小程序技术进行开发,其中一项功能困扰了我很久,卡片滑动动效以及手势识别.经过一番研究和参考,现在把成果展示.记录自己踩到的坑,如果大家有需要,也可以帮助到大家. 效果图: 首 ...

  3. Centos7 安装 opencv

      Centos7 安装 opencv CentOS Linux release 7.2.1511 (Core)   1.安装依赖     yum install https://dl.fedorap ...

  4. vue项目打包后想发布在apache www/vue 目录下

    使用的是vue-element-admin做示例,可以参考Vue项目根据不同运行环境打包项目,其他项目应该大同小异. 使用vue-router的browserHistory模式,配置mode: 'hi ...

  5. django orm 基本

    1 modle基本数据类型 class Test(models.Model): """测试学习用""" Auto = models.Auto ...

  6. What's the difference between Unicode and UTF-8?

    https://stackoverflow.com/questions/3951722/whats-the-difference-between-unicode-and-utf-8 If asked ...

  7. kotlin官方文档-1.0入门

    什么是Kotlin?   图片发自简书App Kotlin是JetBrains开发的基于JVM的语言,JetBrains想必大家应该很熟悉了,他们创造了很多强大的IDE,android studio谷 ...

  8. 1570. [POJ3461]乌力波

    ★☆   输入文件:oulipo.in   输出文件:oulipo.out   简单对比时间限制:1 s   内存限制:256 MB [题目描述] 法国作家乔治·佩雷克(Georges Perec,1 ...

  9. 【AngularJS学习笔记】AngularJS表单验证

    AngularJS表单验证 AngularJS提供了一些自带的验证属性 1.novalidate:添加到HTML的表单属性中,用于禁用浏览器默认的验证. 2.$dirty   表单有填写记录 3.$v ...

  10. Input Team

    The Chromium Input team (aka input-dev) is a web platform team focused on making touch (P1) and othe ...