iOS 审核被拒绝问题汇总(二)

  1. Push notifications(提醒推送)
    Guideline 5.1问题 (数据收集和存储)
    Apps that provide Push Notifications without using the Apple Push Notification (APN) API will be rejected(不使用Apple Push Notification(APN) API提供消息推送的应用会被拒。)

5.1.1 Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
问题描述:
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
主要是App 强制用户注册,且基于不需要用户信息的功能之上、暗中采集/共享用户的个人信息。
解决方法:先与用户协商,让用户同意后注册,有“强登陆”功能的一定要修改为提示登陆的版本。

网上列子:
5.1.1数据收集和存储;在后台中,添加隐私说明地址;由于是小号,用的是个人账户,事先将内容发布在个人博客中,在后台的隐私的位置加的是个人博客的地址

拒绝邮件分析:
被拒原因是因为在请求一些权限的时候没有说明功能,
eg:获取用户相机权限或者获取麦克风权限。
1
2
3

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
We noticed that your app requests the user’s consent to access their photos but does not clarify the use of this feature in the permission modal alert.

Next Steps

To resolve this issue, please revise the permission modal alert to specify why the app is requesting access to the user's photos.

The permission request alert should specify how your app will use this feature to help users understand why your app is requesting access to their personal data.

Resources

For additional information and instructions on configuring and presenting an alert, please review the Requesting Permission section of the iOS Human Interface Guidelines and the Information Property List Key Reference. You may also want to review the Technical Q&A QA1937: Resolving the Privacy-Sensitive Data App Rejection page for details on how to provide a usage description for permission request alerts.

Learn more about Protecting the User’s Privacy.

Please see attached screenshot for details.

解决方法:

修改权限申请描述,之前的描述过于简单,
没有告诉用户APP什么功能需要用到拍照,相册,定位,蓝牙等权限。
需要描述app 什么功能使用到了这些权限。
在info.plist文件中修改文案,标明使用这个功能是做什么的。
eg:访问相机 eg:“亲,我们需要访问您的相机,用于照片拍摄。

"NSPhotoLibraryUsageDescription" = "允许Jimu访问你的相册,用于上传照片以及保存你用此应用拍摄的照片。";
"NSMicrophoneUsageDescription" = "允许Jimu访问你的麦克风,用于拍摄视频时录制声音。";
"NSCameraUsageDescription" = "允许Jimu访问你的相机,用于为你的Jimu机器人拍摄照片或视频,以及扫描二维码查找产品信息。";
"NSBluetoothPeripheralUsageDescription" = "允许Jimu访问你的蓝牙,用于连接、控制以及为Jimu机器人编程。";
"NSLocationWhenInUseUsageDescription" = "允许Jimu访问你的地理位置,用于为你提供符合你所在地的产品及活动信息。";

5.1.5 定位服务 问题
主要是 App 未得到允许,与第三方共享收集的用户数据,且并未说明使用目的等,例:位置、账号……

解决方法:

如果要采取用户数据信息,需要给予用户提示,
并得到用户的允许,或设置为可选,
并且明确告知苹果采集用户数据信息的使用目的。
1
2
3
问题分析:
5.1.5 定位服务;修改了地址获取的弹出窗口方案,写清楚需要使用地址是为了给学生推荐个性化的活动。之前权限获取的说明写的很模糊,就是需要获取您的地址。因为这个被拒后,把所有的需要用户授权的内容都找出来看了下,每个都重新写了一遍,且只在当前使用的时候才弹出来让用户授权。

苹果邮件内容:

1
问题分析:

1
解决办法:

Guideline 5.2 问题 (知识产权)
Apps that use the APN service without obtaining a Push Application ID from Apple will be rejected(使用APN服务却没从Apple获取一个Push Application ID的应用会被拒。)

主要是未经授权,使用受版权保护的第三方材料、App不得与苹果现有产品类似等。

解决方法:

确保 app 只包含由您创建或拥有使用许可的内容,
提交产品时使用受版权保护的第三方的书面证据
或者将产品中包含的未经第三方授权的部分隐藏。
1
2
3
5.2.1 法律 - 知识产权
问题分析:
Guideline 5.2.1 - Legal - Intellectual Property

未由拥有并负责提供应用提供的任何服务的法人提交

苹果邮件内容:

Guideline 5.2.1 - Legal - Intellectual Property
Your app facilitates, enables, or encourages live video chat or performance (网络直播/表演/秀场), but you haven’t provided a sufficient Internet Culture Business License (网络文化经营许可证) for the services in your app.
Next Steps
To resolve this issue, please complete the following:
— Provide both a copy and the direct link to the government website that displays your Internet Culture Business License (网络文化经营许可证).
— List Internet Show (网络表演/秀场) in the allowed business areas (经营范围) section of the Internet Culture Business License (网络文化经营许可证).
— Ensure the seller and artist names associated with your account match the authorized name (单位名称) listed in the Internet Culture Business License (网络文化经营许可证).
— Provide the complete license number (编号) of your Internet Culture Business License (网络文化经营许可证) in the "Review Notes" section.
Resources
To provide a copy of the Internet Culture Business License (网络文化经营许可证):

Log in to iTunes Connect
Click on "My Apps"
Select your app
Click on the app version on the left side of the screen
Scroll down to "App Review Information"
Attach the scanned copy of your Internet Culture Business License (网络文化经营许可证) in the “Attachment” section
Click "Save"

Once this information is available, please reply to this message in Resolution Center, and we can continue with our review.
翻译出来是:
准则5.2.1 - 法律 - 知识产权
您的应用程序促进,启用或鼓励实时视频聊天或表演,但您的应用程序中的服务未提供足够的互联网文化经营许可证。
下一步
要解决此问题,请完成以下步骤:

提供政府网站的副本和直接链接,以显示您的网络文化经营许可证。
在网络文化经营许可证允许的经营范围部分列出网络表演/秀场。
确保与您账户相关的卖家和艺术家名称与“互联网文化经营许可证”中列出的授权名称(单位名称)相匹配。
在“评论备注”部分提供您的互联网文化经营许可证的完整许可证编号。

资源
提供“互联网文化经营许可证”的复印件:

登录iTunes Connect
点击“我的应用程序”
选择你的应用程序
点击屏幕左侧的应用程序版本
向下滚动到“应用程序评论信息”
在“附件”一节中附上您的互联网文化经营许可证的扫描副本
点击“保存”

获得此信息后,请在解决中心回复此消息,我们可以继续进行审核。

问题分析:

苹果审核人员把我们的app认定为直播类的了。
苹果规定直播类型的app必须提供“互联网文化经营许可证”。
解决方法:
没办法,去掉那些功能,
或者让公司提示证书。
还有一种是加个开关隐藏,这个就看你运气了,
有的能被发现,有的是不能被发现。真的有点看运气了。
不过最好的解决方法是让公司提供证书。

解决办法:

Guideline 5.3 问题
Apps that send Push Notifications without first obtaining user consent will be rejected(在首次推送消息之前未取得的用户允许的应用会被拒。)

5.3.4 没有使用应用程序的所有位置的必要许可和权限
问题分析:

苹果邮件内容:

1
问题分析:

1
解决办法:

Guideline 5.4 问题
Apps that send sensitive personal or confidential information using Push Notifications will be rejected(使用提醒推送服务推送敏感的个人或机密信息的应用会被拒。)

Guideline 5.5 问题
Apps that use Push Notifications to send unsolicited messages, or for the purpose of phishing or spamming will be rejected(使用提醒推送发送主动消息,欺骗或干扰信息的应用会被拒。)

Guideline 5.6 问题
Apps cannot use Push Notifications to send advertising, promotions, or direct marketing of any kind(应用不可以使用提醒推送发送广告,活动或任何形式的直接推广信息。)

Guideline 5.7 问题
Apps cannot charge users for use of Push Notifications(应用不可以提供收费的提醒推送服务。)

Guideline 5.8 问题
Apps that excessively use the network capacity or bandwidth of the APN service or unduly burden a device with Push Notifications will be rejected(使用APN服务过度占用网络带宽或容量或通过提醒推送大量占用系统资源的应用会被拒。)

Guideline 5.9 问题
Apps that transmit viruses, files, computer code, or programs that may harm or disrupt the normal operation of the APN service will be rejected(传输病毒,文件,代码或程序,导致破坏或扰乱正常的APN服务操作的应用会被拒。)

  1. Game Center(游戏中心)
    Guideline 6.1 问题
    Apps that display any Player ID to end users or any third party will be rejected(向终端用户或第三方展示Player ID的应用会被拒。)

Guideline 6.2 问题
Apps that use Player IDs for any use other than as approved by the Game Center terms will be rejected(Player ID被用于Game Center条款款意外的用途的应用会被拒。)

Guideline 6.3 问题
Developers that attempt to reverse lookup, trace, relate, associate, mine, harvest, or otherwise exploit Player IDs, alias, or other information obtained through the Game Center will be removed from the iOS Developer Program(试图通过Game Center反查,跟踪,描述,关联,发掘,收割,或利用Player ID,别名或其他信息的开发者会被取消IDP身份。)

Guideline 6.4 问题
Game Center information, such as Leaderboard scores, may only be used in Apps approved for use with the Game Center(Game Center信息,例如Leaderboard得分,只能通过Game Center用于应用中。)

Guideline 6.5 问题
Apps that use Game Center service to send unsolicited messages, or for the purpose of phishing or spamming will be rejected(使用Game Center发送主动消息,欺骗或干扰信息的应用会被拒。)

Guideline 6.6 问题
Apps that excessively use the network capacity or bandwidth of the Game Center will be rejected(使用Game Center过度占用网络带宽或容量的应用会被拒。)

Guideline 6.7 问题
Apps that transmit viruses, files, computer code, or programs that may harm or disrupt the normal operation of the Game Center service will be rejected(传输病毒,文件,代码或程序,导致破坏或扰乱正常的Game Center操作的应用会被拒。)

  1. Advertising(广告)
    Guideline 7.1 问题
    Apps that artificially increase the number of impressions or click-throughs of ads will be rejected(人工刷广告浏览或点击率的应用会被拒。)

Guideline 7.2 问题
Apps that contain empty iAd banners will be rejected(带有空iAd banner广告的应用会被拒。)

Guideline 7.3 问题
Apps that are designed predominantly for the display of ads will be rejected(设计主要用来展示广告的应用会被拒。)

  1. Trademarks and trade dress(商标权与商标外观)
    Guideline 8.1 问题
    Apps must comply with all terms and conditions explained in theGuidelines for Using Apple Trademarks and Copyrightsand theApple Trademark List(应用必须遵守Guidelines for Using Apple Trademarks and Copyrights 和Apple Trademark List中描述的所有条款和条件。)

Guideline 8.2 问题
Apps that suggest or infer that Apple is a source or supplier of the App, or that Apple endorses any particular representation regarding quality or functionality will be rejected(任何误导或暗示Apple为该应用来源或提供商,或Apple以任何形式认可其质量或功能的应用会被拒。)

Guideline 8.3 问题
Apps which appear confusingly similar to an existing Apple product or advertising theme will be rejected(外观与现有Apple产品或广告主题类似或混淆的应用会被拒)

Guideline 8.4 问题
Apps that misspell Apple product names in their App name (i.e., GPS for Iphone, iTunz) will be rejected(应用名称中出现错误的Apple产品拼写(如,GPS for IPhone, iTunz)的应用会被拒。)

Guideline 8.5 问题
Apps may not use protected third party material such as trademarks, copyrights, patents or violate 3rd party terms of use. Authorization to use such material must be provided upon request.(使用受保护的第三方资源(商标,版权,商业机密,以及其他私有内容),如果要求请提供一份文本形式的使用授权。)

  1. Media content(媒体内容)
    Guideline 9.1 问题
    Apps that do not use the MediaPlayer framework to access media in the Music Library will be rejected(使用MediaPlayer框架以外的方法访问Music Library中媒体数据的应用会被拒。)

Guideline 9.2 问题
App user interfaces that mimic any iPod interface will be rejected(用户界面模仿任何iPod界面的应用会被拒。)

Guideline 9.3 问题
Audio streaming content over a cellular network may not use more than 5MB over 5 minutes(通过蜂窝网络传输的流媒体音频内容不得超过5MB或多余5分钟。)

Guideline 9.4 问题
Video streaming content over a cellular network longer than 10 minutes must use HTTP Live Streaming and include a baseline 64 kbps audio-only HTTP Live stream(通过蜂窝网络传输超过10分钟流媒体视频内容,必须使用HTTP Live Streaming,并包含一条基线64kbps的音频HTTP Live流。)

  1. User interface(用户界面)
    Guideline 10.1 问题
    Apps must comply with all terms and conditions explained in theApple iOS Human Interface Guidelines(应用必须遵守Apple iOS Human Interface Guidelines中的所有条款和条件。)

Guideline 10.2 问题
Apps that look similar to Apps bundled on the iPhone, including the App Store, iTunes Store, and iBookstore, will be rejected(外观与iPhone自带应用(如:App Store,iTunes Store和iBookstore)相似的应用会被拒。)

Guideline 10.3 问题
Apps that do not use system provided items, such as buttons and icons, correctly and as described in theApple iOS Human Interface Guidelinesmay be rejected(不按照Apple iOS Human Interface Guidelines中的描述正确使用系统控件比如按钮,图标等的应用会被拒。)

Guideline 10.4 问题
Apps that create alternate desktop/home screen environments or simulate multi-App widget experiences will be rejected(试图创建多桌面/主屏环境或模拟多Widget应用工具的应用会被拒。)

Guideline 10.5 问题
Apps that alter the functions of standard switches, such as the Volume Up/Down and Ring/Silent switches, will be rejected(修改标准开关标准功能例如:音量增加/减少,响铃/震动的应用会被拒。)

Guideline 10.6 问题
Apple and our customers place a high value on simple, refined, creative, well thought through interfaces. They take more work but are worth it. Apple sets a high bar. If your user interface is complex or less than very good, it may be rejected(Apple和我们的用户都界面报以很高期望,希望他设计的超级简洁,精致,充满创造力,深思熟虑。做到这些确实会消耗很多精力,但是值得。Apple在这方面要求非常高。如果你的用户界面过于复杂,甚至仅仅是不够好,都可能被拒。)

  1. Purchasing and currencies(购买与流通货币)
    Guideline 11.1 问题
    Apps that unlock or enable additional features or functionality with mechanisms other than the App Store will be rejected(通过App Store以外的渠道解锁或开启附加属性或功能的应用会被拒。)

Guideline 11.2 问题
Apps utilizing a system other than the In-App Purchase API (IAP) to purchase content, functionality, or services in an App will be rejected(使用In App Purchase API (IAP)以外的系统提供购买内容,功能或服务的应用会被拒。)

Guideline 11.3 问题
Apps using IAP to purchase physical goods or goods and services used outside of the application will be rejected(使用IAP为与应用无关的实体商品或商品服务收费的应用会被拒。)

Guideline 11.4 问题
Apps that use IAP to purchase credits or other currencies must consume those credits within the application(应用使用IAP购买积分(Credit)或其他货币,必须在应用中消费。)

Guideline 11.5 问题
Apps that use IAP to purchase credits or other currencies that expire will be rejected(使用IAP购买的积分(Credit)或货币会过期的应用会被拒)

Guideline 11.6 问题
Content subscriptions using IAP must last a minimum of 7 days and be available to the user from all of their iOS devices(使用IAP收费订阅的内容至少要在7天内有效,而且允许在所有iOS设备间共享。)

Guideline 11.7 问题
Apps that use IAP to purchase items must assign the correct Purchasability type(用到IAP收费项目的应用必须分派到正确的收费类目中。)

Guideline 11.8 问题
Apps that use IAP to purchase access to built-in capabilities provided by iOS, such as the camera or the gyroscope, will be rejected(使用IAP向用户收费以获取iOS内建功能(如摄像头,陀螺仪)的应用会被拒。)

Guideline 11.9 问题
Apps containing “rental” content or services that expire after a limited time will be rejected(包含“出租”内容或服务的应用,在一段时间实效的会被拒。)

Guideline 11.10 问题
Insurance applications must be free, in legal-compliance in the regions distributed, and cannot use IAP(保险类应用必须免费,遵守发布地区的法律,并且不允许使用IAP。)

Guideline 11.11 问题
In general, the more expensive your App, the more thoroughly we will review it(一般来说,越贵的应用审核就越仔细彻底。)

Guideline 11.12 问题
Apps offering subscriptions must do so using IAP, Apple will share the same 70/30 revenue split with developers for these purchases, as set forth in the DeveloperProgram License Agreement.(提供收费订阅的应用必须使用IAP,Apple将会按照Developer Program License Agreement中约定的70/30的比例与开发者分账。)

Guideline 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(应用中如果提供了IAP以外的收费或订阅机制,如:“buy”按钮,跳转到一个购买电子书的web页面,会被拒。)

Guideline 11.14 问题
Apps can read or play approved content (specifically magazines, newspapers, books, audio, music, and video) that is subscribed to or purchased outside of the App, as long as there is no button or external link in the App to purchase the approved content. Apple will not receive any portion of the revenues for approved content that is subscribed to or purchased outside of the App(应用可以阅读或播放任何在应用以外取得授权的内容(包括指定的杂志,报纸,书籍,音频,音乐和视频),只要在应用中不允许出现获取授权的收费链接或按钮。Apple不会对在应用外订阅或购买授权项目收取任何费用。)

Guideline 11.15 问题
Apps may only use auto renewing subscriptions for periodicals (newspapers, magazines), business Apps (enterprise, productivity, professional creative, cloud storage) and media Apps (video, audio, voice), or the App will be rejected.(应用只能自动更新订阅的期刊(报纸、杂志),自动更新商业应用(企业、生产力、专业创意、云存储)和媒体应用(视频、音频,声音)将被拒绝。)

  1. Scraping and aggregation(抓去与整合)
    Guideline 12.1 问题
    Applications that scrape any information from Apple sites (for example fromapple.com, iTunes Store, App Store, iTunes Connect, Apple Developer Programs, etc) or create rankings using content from Apple sites and services will be rejected(从Apple的页面(如:apple.com, iTunes Store, App Store, iTunes Connect, Apple Developer Programs, 等)抓取内容,或利用Apple页面和服务中的内容进行排名的应用会被拒。)

Guideline 12.2 问题
Applications may use approved Apple RSS feeds such as the iTunes Store RSS feed(应用可以使用授权的Apple RSS,例如iTunes Store RSS。)

Guideline 12.3 问题
Apps that are simply web clippings, content aggregators, or a collection of links, may be rejected(简单的web页面裁剪,内容整合或链接收集应用会被拒。)

  1. Damage to device(损害设备)
    Guideline 13.1 问题
    Apps that encourage users to use an Apple Device in a way that may cause damage to the device will be rejected(任何怂恿用户做出可能损坏Apple设备的行为的应用会被拒。)

Guideline 13.2 问题
Apps that rapidly drain the device’s battery or generate excessive heat will be rejected(快速耗光设备电量或产生大量热量的应用会被拒。)

  1. Personal attacks(人身攻击)
    Guideline 14.1 问题
    Any App that is defamatory, offensive, mean-spirited, or likely to place the targeted individual or group in harms way will be rejected(任何涉嫌诽谤,侮辱,狭隘内容或打击个人或团体的应用会被拒。)

Guideline 14.2 问题
Professional political satirists and humorists are exempt from the ban on offensive or mean-spirited commentary(职业政治讽刺家和幽默作家不受该诽谤和狭隘条款约束。)

  1. Violence(暴力)
    Guideline 15.1 问题
    Apps portraying realistic images of people or animals being killed or maimed, shot, stabbed, tortured or injured will be rejected(展示人或动物被杀戮,致残,枪击,针刺或其他伤害的真实图片的应用会被拒)

Guideline 15.2 问题
Apps that depict violence or abuse of children will be rejected(描述暴力或虐待儿童的应用会被拒。)

Guideline 15.3 问题
“Enemies” within the context of a game cannot solely target a specific race, culture, a real government or corporation, or any other real entity(游戏中的“敌人”不能单独的设定为某特定比赛,文化,真实的政府或组织,或者任何现实事物。)

Guideline 15.4 问题
Apps involving realistic depictions of weapons in such a way as to encourage illegal or reckless use of such weapons will be rejected(含有以鼓励非法或鲁莽使用的方式描述真实武器的应用会被拒。)

Guideline 15.5 问题
Apps that include games of Russian roulette will be rejected(带有俄罗斯轮盘游戏的应用会被拒。)

  1. Objectionable content(负面内容)
    Guideline 16.1 问题
    Apps that present excessively objectionable or crude content will be rejected(介绍过度三俗和粗鲁内容的应用会被拒。)

Guideline 16.2 问题
Apps that are primarily designed to upset or disgust users will be rejected(设计来惹怒或恶心用户的应用会被拒。)

  1. Privacy(隐私)
    Guideline 17.1 问题
    Apps cannot transmit data about a user without obtaining the user’s prior permission and providing the user with access to information about how and where the data will be used(在未获得用户事先允许,或未告知用户信息将被如何,在哪里使用的情况下,应用不可以传输用户数据。)

Guideline 17.2 问题
Apps that require users to share personal information, such as email address and date of birth, in order to function will be rejected(要求用户提供个人信息,如邮箱地址,生日等,才能使用其功能的应用会被拒。)

Guideline 17.3 问题
Apps that target minors for data collection will be rejected(专门收集未成年人数据的应用会被拒。)

  1. Pornography(色情)
    Guideline 18.1 问题
    Apps containing pornographic material, defined by Webster’s Dictionary as “explicit descriptions or displays of sexual organs or activities intended to stimulate erotic rather than aesthetic or emotional feelings”, will be rejected(含有韦氏词典中定义的色情素材(explicit descriptions or displays of sexual organs or activities intended to stimulate erotic rather than aesthetic or emotional feelings)的应用会被拒。)

Guideline 18.2 问题
Apps that contain user generated content that is frequently pornographic (ex “Chat Roulette” Apps) will be rejected(经常有用户提供色情内容(例如:Chat Roulette http://en.wikipedia.org/wiki/Chatroulette )的应用会被拒。)

  1. Religion, culture, and ethnicity(信仰,文化和种族)
    Guideline 19.1 问题
    Apps containing references or commentary about a religious, cultural or ethnic group that are defamatory, offensive, mean-spirited or likely to expose the targeted group to harm or violence will be rejected(带有对一种信仰,文化或种族进行诽谤,侮辱,狭隘,或以他们为目标的暴力或伤害内容的应用会被拒。)

Guideline 19.2 问题
Apps may contain or quote religious text provided the quotes or translations are accurate and not misleading. Commentary should be educational or informative rather than inflammatory(应用若带有或应用对一种信仰的文字描述,那么这个引用或翻译必须是精确,无歧义的。注释内容可以具有教育性,信息性,但不可以为煽动性。)

  1. Contests, sweepstakes, lotteries, and raffles(竞赛,赌博,彩票和抽奖)
    Guideline 20.1 问题
    Sweepstakes and contests must be sponsored by the developer/company of the App(赌博和竞赛必须是由应用开发者或所有公司发起资助的。)

Guideline 20.2 问题
Official rules for sweepstakes and contests, must be presented in the App and make it clear that Apple is not a sponsor or involved in the activity in any manner(应用中必须展示赌博和竞赛的官方条款,并声明Apple不是资助者,并且在任何情况下与此事无关。)

Guideline 20.3 问题
It must be permissible by law for the developer to run a lottery App, and a lottery App must have all of the following characteristics: consideration, chance, and a prize(开发者必须经过法律允许才能上线一款抽奖应用,而且抽奖应用必须具备以下要素:报酬,机会,和奖金。)

Guideline 20.4 问题
Apps that allow a user to directly purchase a lottery or raffle ticket in the App will be rejected(直接允许用户在应用中购买彩票或抽奖的应用会被拒。)

  1. Charities and contributions(慈善与捐助)
    Guideline 21.1 问题
    Apps that include the ability to make donations to recognized charitable organizations must be free(含有向已认证的慈善机构捐助功能的应用必须是免费的。)

Guideline 21.2 问题
The collection of donations must be done via a web site in Safari or an SMS(慈善募捐必须通过短信息或通过Safari访问web页面完成。)

  1. Legal requirements(法律要求)
    Guideline 22.1 问题
    Apps must comply with all legal requirements in any location where they are made available to users. It is the developer’s obligation to understand and conform to all local laws(应用必须遵守所有发布地区当地法律。开发者有义务了解和遵守各地的法律。)

Guideline 22.2 问题
Apps that contain false, fraudulent or misleading representations or use names or icons similar to other Apps will be rejected(任何带有虚假,欺诈和带有歧义的内容的应用会被拒。)

Guideline 22.3 问题
Apps that solicit, promote, or encourage criminal or clearly reckless behavior will be rejected(任何召集,推销和股东犯罪和鲁莽行为的应用会被拒。)

Guideline 22.4 问题
Apps that enable illegal file sharing will be rejected(非法文件共享应用会被拒。)

Guideline 22.5 问题
Apps that are designed for use as illegal gambling aids, including card counters, will be rejected(任何设计用来非法赌博工具,包括算牌的应用会被拒。)

Guideline 22.6 问题
Apps that enable anonymous or prank phone calls or SMS/MMS messaging will be rejected(提供知识拨打电话或知识发送短消息/彩信功能的应用会被拒。)

Guideline 22.7 问题
Developers who create Apps that surreptitiously attempt to discover user passwords or other private user data will be removed from the iOS Developer Program(任何开发暗中获取用户密码和私有数据的开发者会被取消IDP身份。)

Guideline 22.8 问题
Apps which contain DUI checkpoints that are not published by law enforcement agencies, or encourage and enable drunk driving, will be rejected(任何非法律执行部门发布的带有DUI检查点信息,或鼓励且协助酒后驾车的应用会被拒。)

你可能感兴趣的:(iOS 审核被拒绝问题汇总(二))