ios 审核-2.1大礼包 被拒「建议收藏」

ios 审核-2.1大礼包 被拒

大家好,又见面了,我是你们的朋友全栈君。

2. 1 Performance: App Completeness
Guideline 2.1 – Information Needed

This type of app has been identified as one that may violate one or more of the following App Store Review Guidelines. Specifically, these types of apps often:

1.1.6 – Include false information, features, or misleading metadata.
2.3.0 – Undergo significant concept changes after approval
2.3.1 – Have hidden or undocumented features, including hidden “switches” that redirect to a gambling or lottery website
3.1.1 – Use payment mechanisms other than in-app purchase to unlock features or functionality in the app
4.3.0 – Are a duplicate of another app or are conspicuously similar to another app
5.2.1 – Were not submitted by the legal entity that owns and is responsible for offering any services provided by the app
5.3.4 – Do not have the necessary licensing and permissions for all the locations where the app is used

Before we can continue with our review, please confirm that this app does not violate any of the above guidelines. You may reply to this message in Resolution Center or the App Review Information section in iTunes Connect to verify this app’s compliance. 

Given the tendency for apps of this type to violate the aforementioned guidelines, this review will take additional time. If at any time we discover that this app is in violation of these guidelines, the app will be rejected and removed from the App Store, and it may result in the termination of your Apple Developer Program account.

Should you choose to resubmit this app without confirming this app’s compliance, the next submission of this app will still require a longer review time. Additionally, this app will not be eligible for an expedited review until we have received your confirmation.
 

看了下各大交流群,论坛,了解到app审核团队换了大boss。很多小伙伴上线的,不管有没有以下问题,都会被拒一次,且都是一样内容,于是查了以下解决方法,
有人这么回
您好,我们这边按照您说的那些可能违反的准则去排查,发现并没有您说的那些违反的准则,我们不知道该怎么去更改,或许您叙述的不够详细,可否给出更详细的信息。

Thanks for Apple Review Team’s patient review on our app, we are here to follow you may be violating the guidelines to investigate and found that you did not say those violations, we do not know how to change, or you describe the details are not enough, can you give a more detailed information.

 

Thanks for Apple Review Team’s patient review on our app, we are here to follow your advice that something may be violating the guidelines,and our team  investigate our app carefully and found that there is nothing that you claimed those violations, we do not know how to change, or the details you described  are not enough, can you give a more detailed information.
于是就过审了

 

转载于:https://my.oschina.net/andyzzh1314/blog/1806119

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/107548.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • python2 nonlocal_python关键字及用法

    python2 nonlocal_python关键字及用法python变量引用顺序:从当前作用域开始寻找变量,如果没找到就往上一层作用域寻找,没找到就再上一层……即:当前作用域局部变量->外层作用域变量->再外层作用域变量->……->当前模块全局变量->pyhton内置变量global:全局变量nonlocal:外层嵌套函数的变量使用总结:局部作用域改变全局变量用global,global同时还可以定义新的…

    2025年9月21日
    7
  • FileStream Close「建议收藏」

    FileStream Close「建议收藏」           FileStreamf=newFileStream(“hou.txt”,FileMode.Create,FileAccess.ReadWrite);           StreamWriterwf=newStreamWriter(f);           wf.Write(“Helloworld!”);           wf.Close();

    2022年7月21日
    9
  • VMware中卸载Ubuntu「建议收藏」

    VMware中卸载Ubuntu「建议收藏」1、右键>>管理>>从磁盘中删除2、点击“是”,磁盘路径安装Ubuntu的文件一并删除

    2022年8月30日
    16
  • 手把手教你制作一款iOS越狱App,伪装微信位置

    手把手教你制作一款iOS越狱App,伪装微信位置说明缘由声明概念越狱的原理iOS目录层级结构iOS程序类型准备工作硬件设备辅助软件Mac需要的工具iOS需要使用的辅助开发工具逆向过程静态分析给App砸壳使用IDA静态分析动态调试iOS工程目录制作TweakTweak是什么了解Theos安装iOSOpenDev制作AppApp和Tweak通信交换数据App如何加载TweakApp如何

    2022年5月29日
    93
  • python读取excel文件代码_python怎么加速读取excel

    python读取excel文件代码_python怎么加速读取excel1.excel文件只包含一个sheet表importxlrd”””读取包含耽搁sheet的excel数据”””workbook=xlrd.open_workbook(“test.xlsx”)#打开工作表sheet0=workbook.sheet_by_index(0)#获取工作簿nrows=sheet0.nrows#获取总行数foriinrange(nrows):each_data=sheet0.row_values(i)print

    2022年9月28日
    2
  • Codeforces 110B-Lucky String(技能)

    Codeforces 110B-Lucky String(技能)

    2022年1月8日
    49

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号