说我左上角点击之后没有任何显示,还发了一个640*960的白色图片。。。
我的左上角是个二维码,链接到app store里面自己应用的地址。 是这个原因??
我自己点有反应呀,跳到appstore里的。。
==================================
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:
For discrete code-level questions, you may wish to consult with Apple Developer Technical Support. Please be sure to:
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就是这个软件,还没通过那。
另外,软件数据都是后台服务器来的。 服务器在中国,国外访问大概龟速。。 有关系吗??