被拒,2.2: Apps that exhibit bugs will be rejected

freecunix 发布于 2014年01月10日
无人欣赏。

说我左上角点击之后没有任何显示,还发了一个640*960的白色图片。。。

我的左上角是个二维码,链接到app store里面自己应用的地址。 是这个原因??

我自己点有反应呀,跳到appstore里的。。

共6条回复
tinyfool 回复于 2014年01月10日

把话说明白,我们才知道怎么帮你

对于审核员,最大的秘诀就是一字一句翻译清楚人家说啥了,然后把你想说的话,说明白

freecunix 回复于 2014年01月10日

1楼 @tinyfool 审核的就说了我说的这些。。。

==================================

Reasons

2.2: Apps that exhibit bugs will be rejected 2.2

We found that your app exhibited one or more bugs, when reviewed on iPad running iOS 7.0.4 iPhone 5s running iOS 7.0.4, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines.

The steps to reproduce are:

  1. Launch the app
  2. Tap the square in the left top for example
  3. The screen does not shown anything as shown in attached screenshot

For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. Please be sure to:

  • include the complete details of your rejection issues
  • prepare any symbolicated crash logs, screenshots, and steps to reproduce the issues for when the DTS engineer follows up.

For information on how to symbolicate and read a crash log, please see Tech Note TN2151 Understanding and Analyzing iPhone OS Application Crash Reports.

If you have difficulty reproducing this issue, please try testing the workflow as described in https://developer.apple.com/library/ios/qa/qa1764/Technical Q&A QA1764: How to reproduce a crash or bug that only App Review or users are seeing. Screenshot0.png Screenshot1.png

========================== 这样

Screenshot_0.png 是软件的主界面

Screenshot_1.png 是一张白色的图片,640*960大小。

我的软件左上角是一个二维码图标,点击之后执行:

 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:ApplicationDefinedHttpAddr, ApplicationDefinedId]]];

//应用程序在软件商店中的发布id
#define ApplicationDefinedId @"785569194" 
//应用程序在软件商店的发布地址
#define ApplicationDefinedHttpAddr @"https://itunes.apple.com/us/app/long-xiang-lu-you/id%@?ls=1&mt=8"

785569194就是这个软件,还没通过那。

另外,软件数据都是后台服务器来的。 服务器在中国,国外访问大概龟速。。 有关系吗??

tinyfool 回复于 2014年01月10日

2楼 @freecunix 开始有点问问题的样子了,但是重点是Screenshot_1.png 是一张白色的图片,640*960大小。是什么?你可以复现么?为什么会这样?不要想着你怎么实现的,就说审核员看到的东西怎么会出现,是他弄错了,还是你的程序有可能出现,还是网络问题。

如果是他弄错了, 告诉他,我的程序不会这样。如果是你的程序有问题,检查bug,如果是网络可能会这样,那么你可以选择告诉他,你的主流用户在中国,服务器在国外慢。这些策略都可以。

ok?

tinyfool 回复于 2014年01月10日

审核员已经把问题描述的非常清楚了,怎么解决也说得很清楚了,为什么不看呢????

freecunix 回复于 2014年01月10日

4楼 @tinyfool 看了。。。 我怎么点也重现不了他说的bug。 iphone 5/7.04 什么问题都没发现,我的软件不支持ipad,在ipad上运行就是手机哪样的小窗口,也没问题。而且我翻墙用这个软件,速度虽然慢一点,但是也没有白屏呀。。。

我把二维码的链接去掉了,不能点击了,又重新提交了一下。。

又要重新审核。。你说的对,我因该联系他一下,告诉他:“老子的程序没bug!”。。社交恐惧症

老大教育的极是,下次一定注意。

tinyfool 回复于 2014年01月10日

5楼 @freecunix 对,跟他说话反正对你没坏处,也耽误不了什么功夫,以后借机锻炼英文写作吧,而且你写的语法好坏,他们从来不在乎的,说清楚问题就是了。不要以为老外都跟中国人一样无聊,上来唯一看到的就是语法有错误

登录 或者 注册
相关帖子