那些IOS—APP上架踩过的坑

一)第一次被拒绝。

拒绝的原因及之后的处理:

We noticed that your app or its metadata includes irrelevant third-party platform information. Specifically, non-iOS status bar is mentioned in the Marketing Screenshots.

Referencing third-party platforms in your app or its metadata is not permitted on the App Store unless there is specific interactive functionality.

原因是由于我们提供的5张屏幕截图里包涵了不是苹果的信息栏,显示是安卓的,还有提供的商品已不能明显显示出品牌,要不然会被拒绝。

We were required to install the Wechat app before we can log-in via Wechat. The user should be able to log-in and access their account, without requiring additional applications to be installed.

此处被拒原因是没有对没有微信安装的用户做很好的提示和处理,之后凡是遇到要用第三方软件的,都要把没有安装次软件的情况考虑在内。还有就是对登录流程的优化,在不能用微信登录的情况下,给测试人员另外一种快速登录的方式。


上架前还应该良好的适配IPV6,微信sdk或AFNetworking 这种第三方插件要升级到可适配版本。

注意block的运用,不能出现leak。

待续。。。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容