Ⅰ iOS APP被下架 账号被封
被下架原文:
违反政策通知
Hello,
Upon further review of the activity associated with your Apple Developer Program membership, we have determined that your membership, or a membership associated with your account, has been used for dishonest or fraulent activity. Therefore, your Apple Developer Program account has been flagged for removal.
We found that your app is in direct violation of the Apple Developer Program License Agreement , which states:
"You will not, directly or indirectly, commit any act intended to interfere with the Apple Software or Services, the intent of this Agreement, or Apple’s business practices including, but not limited to, taking actions that may hinder the performance or intended use of the App Store, Custom App Distribution, or the Program (e.g., submitting fraulent reviews of Your own Application or any third party application, choosing a name for Your Application that is substantially similar to the name of a third party application in order to create consumer confusion, or squatting on application names to prevent legitimate third party use)."
During our review, we found a pattern of manipulative or misleading behavior that violates the Apple Developer Program License Agreement. These behaviors can include, but are not limited to, inaccurate metadata describing your app or service, misleading app content, engaging in inauthentic ratings and reviews manipulation, providing misleading customer support responses, providing misleading responses in Resolution Center, engaging in misleading purchasing or t-and-switch schemes, and other dishonest or fraulent activity within or outside of the app.
If you would like to appeal this termination to the App Review Board , you must do so within 14 calendar days. When submitting your appeal, be sure to select "I would like to appeal an app rejection or app removal" from the drop-down menu on the Contact the App Review Team page. Otherwise, your Apple Developer Program membership will be terminated and all apps associated with your account will be removed from the App Store.
截图:
注意:这种被下架属于严重违反苹果规则的, 账号被封,账号下所有的APP以及TestFlight上的项目都会被下架。
如何解决:
1.如何重新上架?
换个账号,换个boundid,其余的参考: https://www.jianshu.com/p/fded0b095035 主要就是:做项目名称修改,类名修改,资源名称混淆,UI修改,然后再重新上架。
2.如何避免:
既然都做了违规的项目,那么就避免不了被查到下架,如果项目很重要,要提前做好二手准备
(1)提前申请好第二个,或者多个苹果开发者账号,避免遇到下架情况申请账号时等待时间
(2)APP尽量少的更新版本,更新的时候,更新内容不要写的太具体,具体写的内容,苹果会去认真审查,容易查出问题
(3)尽量不要刷评论,就算是刷评论,也要找正规一点的公司,刷的正常一点。我实际遇到的项目中,目前有2个APP因为刷评论被下架的
(4)APP评分,尽量不要太低,太低容易被查
以上只能是少量避免被查,但是做到了以上,还是有可能被查到。实际遇到的项目中,目前有一个是完全做到以上,还是被查下架的。所以还是做好二手准备。
还有什么具体原因被查下架,大家可以在评论区补充,我再加上,谢谢~
Ⅱ app storeid被封找谁
建议拨打苹果客服电话,拨打缓迅码完毕后直接转人工。
1、打开网络搜索,在搜索框输入iForgot, 进行搜索。
2、在搜索结果中选择iForgot官网,点击进入iForgot官网。
3、然后输入自己的AppleID。
4、输入完成后,点昌颤击【继续】按扰哪钮,输入自己的手机号码
。5、输入手机号码完成后,点击【继续】按钮。
6、然后在自己的苹果设备(这里以iPad为例),选择允许,进行密码重设。
7、然后输入苹果设备的设备密码。
8、然后输入新的AppleID密码,密码更改完成,就可以用apple id重新登录了。
Ⅲ 苹果设备被app封了怎么办
App封设备通常依靠的是IMEI串号来识别。
在Android中可以通过“Root后修改识别码”或”取消App获取识别码权限”来绕过封锁,而iPhone由于系统封闭没有办法实现。
所以结论就是,你这种情况只能跟App官方沟通,在服务器那边给你解除封锁,或者换手机。
Ⅳ 苹果设备被app封了怎么办
懂原理对应可有方圆
android.os.Build.BOARD:获取设备基板名称
android.os.Build.BOOTLOADER:获取设备引导程序版本号
android.os.Build.BRAND:获取设备品牌
android.os.Build.CPU_ABI:获取设备指令集名称(CPU的类型)
android.os.Build.CPU_ABI2:获取第二个指令集名称
android.os.Build.DEVICE:获取设备驱动名称
android.os.Build.DISPLAY:获取设备显示的版本包(在系统设置中显示为版本号)和ID一样
android.os.Build.FINGERPRINT:设备的唯一标识。由设备的多个信息拼接合成。
android.os.Build.HARDWARE:设备硬件名称,一般和基板名称一样(BOARD)
android.os.Build.HOST:设备主机地址
android.os.Build.ID:设备版本号。
android.os.Build.MODEL :获取手机的型号 设备名称。如:SM-N9100(三星Note4)
android.os.Build.MANUFACTURER:获取设备制造商。如:samsung
android:os.Build.PRODUCT:整个产品的名称
android:os.Build.RADIO:无线电固件版本号,通常是不可用的 显示
unknownandroid.os.Build.TAGS:设备标签。如release-keys 或测试的 test-keys
android.os.Build.TIME:时间
android.os.Build.TYPE:设备版本类型 主要为"user" 或"eng".
android.os.Build.USER:设备用户名 基本上都为android-build
android.os.Build.VERSION.RELEASE:获取系统版本字符串。如4.1.2 或2.2 或2.3等
android.os.Build.VERSION.CODENAME:设备当前的系统开发代号,一般使用REL代替
android.os.Build.VERSION.INCREMENTAL:系统源代码控制值,一个数字或者git hash值
android.os.Build.VERSION.SDK:系统的API级别 一般使用下面大的SDK_INT 来查看
android.os.Build.VERSION.SDK_INT:系统的API级别 数字表示
android.os.Build.VERSION_CODES类 中有所有的已公布的Android版本号。全部是Int常亮。可用于与SDK_INT进行比较来判断当前的系统版本
Ⅳ 苹果手机怎么解决软件被限制
通过信任应用以后能处理。以苹果X为工具,以iOS12.1为操作系统,过程如下:
1、直接打开设置窗口,点击通用进入。
Ⅵ 苹果app被警告后多久恢复
24小时。中如苹果app有不少开发者,在个人因接入的三方热更新仔辩而违规念培缺,出现苹果app被警告,用户联系客服并提供相应的凭证,其账号会在24-48小时以内解封,若是自动解封,那么需要1周的时间。苹果app通常指的是Apple公司运行在其iOS操作系统上的应用程序,也就是常说的“苹果手机应用”。