peterchen149 2015-09-28 03:19 采纳率: 0%
浏览 5694

app被拒绝了,怎么办?

原因两条:
2.8 Details

During review, your app installed or launched executable code, which is a violation of the App Store Review Guidelines. Specifically, your app uses the itms-services URL scheme to install an application.

Specifically, this app contains a mechanism for updating itself outside of the App Store review process.

10.6 Details

In addition, your app includes an update button or alerts the user to update the app. To avoid user confusion, app version updates must utilize the iOS built-in update mechanism.

Specifically, this app contains an SDK designed to update the app outside of the App Store process. It would be appropriate to remove this SDK before resubmitting for review.
2.8 这个,我在整个项目里搜也没搜到用itms-services的,要说有绕过apple审核流程的更新机制也没找到。
至于10.6呢,项目里用了高德地图,亲加im,mjrefresh,afnetworking,sdwebimage,高德地图,mjrefresh,afnetworking这些应该没事吧,亲加im这个倒不知道怎么解决,要怎么查看它有没有更新机制?看他们提供的api没看到有这种接口。
请问这个要怎么解决?

  • 写回答

5条回答 默认 最新

  • 帅可儿妞 2015-09-28 09:57
    关注

    你的app还是解决了再上传吧,两个,一个是不要用URL Scheme 做除了跳转之外的其他用途,2,苹果现在不允许程序自己有检查更新的选项,如果程序有更新,AppStore会帮你推送更新

    评论

报告相同问题?

悬赏问题

  • ¥15 R语言Rstudio突然无法启动
  • ¥15 关于#matlab#的问题:提取2个图像的变量作为另外一个图像像元的移动量,计算新的位置创建新的图像并提取第二个图像的变量到新的图像
  • ¥15 改算法,照着压缩包里边,参考其他代码封装的格式 写到main函数里
  • ¥15 用windows做服务的同志有吗
  • ¥60 求一个简单的网页(标签-安全|关键词-上传)
  • ¥35 lstm时间序列共享单车预测,loss值优化,参数优化算法
  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值