应用程序进行了广泛的测试,也得到了苹果公司的批准,但是在App Store中,所有用户都会崩溃

时间:2014-03-14 19:03:05

标签: ios crash unity3d app-store

所以我们在应用程序商店中有现有的应用程序,为它做了第二次更新。 经过内部开发团队的广泛测试(包括调试和发布,以及测试飞行构建),然后测试团队1,然后是第二个测试团队(对第一个测试团队进行双重检查) 提交给苹果,它通过,并上线到应用程序商店... 现在每个人都有100%的用户下载它,它崩溃了。怎么会这样 ? 不得不从app store中提取它。

采用最新的Unity 4.3,几乎最新的xcode,Mac上的5.0

这是崩溃日志(注意我手动删除了软件包ID和应用程序名称,它们是正确的) 提到了2个错误,我不希望看到一个奇怪的单词' sandbox' 问:为什么会说' sandbox'在第1行???

任何想法都表示赞赏,提前谢谢

Mar 14 10:08:46 QAQ-iPhone5S-01 kernel[0] : launchd[245] Container: /private/var/mobile/Applications/9810A9BD-C625-41A2-95A1-034CFF74E561 (sandbox)
Mar 14 10:08:46 QAQ-iPhone5S-01 networkd[81] : Analytics Engine: double ON for app: com.xxxxxx.xxxxxx.xxxxxxx
Mar 14 10:08:46 QAQ-iPhone5S-01 appNameHere[245] : -> registered mono modules 0x1aaa550
Mar 14 10:08:46 QAQ-iPhone5S-01 backboardd[31] : HID: The 'Passive' connection 'appNameHere' access to protected services is denied.
Mar 14 10:08:46 QAQ-iPhone5S-01 appNameHere[245] : searching for iCloud document directory and found this: (null)
Mar 14 10:08:47 QAQ-iPhone5S-01 awdd[247] : CoreLocation: CLClient is deprecated. Will be obsolete soon.
Mar 14 10:08:47 QAQ-iPhone5S-01 backboardd[31] : CoreAnimation: updates deferred for too long
Mar 14 10:08:47 QAQ-iPhone5S-01 backboardd[31] : CoreAnimation: timed out fence 2df07
Mar 14 10:08:47 QAQ-iPhone5S-01 SpringBoard[16] : CoreAnimation: failed to receive fence reply: 10004003
Mar 14 10:08:48 QAQ-iPhone5S-01 ReportCrash[248] : ReportCrash acting against PID 245
Mar 14 10:08:49 QAQ-iPhone5S-01 ReportCrash[248] : Formulating crash report for process appNameHere[245]
Mar 14 10:08:49 QAQ-iPhone5S-01 com.apple.launchd[1] (UIKitApplication:com.xxxxxx.xxxxxx.xxxxxxx[0x5c][245]) : (UIKitApplication:com.xxxxxx.xxxxxx.xxxxxxx[0x5c]) Job appears to have crashed: Abort trap: 6
Mar 14 10:08:49 QAQ-iPhone5S-01 backboardd[31] : Application 'UIKitApplication:com.xxxxxx.xxxxxx.xxxxxxx[0x5c]' exited abnormally with signal 6: Abort trap: 6
Mar 14 10:08:49 QAQ-iPhone5S-01 ReportCrash[248] : Saved crashreport to /var/mobile/Library/Logs/CrashReporter/appNameHere_2014-03-14-100848_QAQ-iPhone5S-01.ips using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
Mar 14 10:08:49 QAQ-iPhone5S-01 mc_mobile_tunnel[244] : (Note ) MC: mc_mobile_tunnel shutting down.
Mar 14 10:09:35 QAQ-iPhone5S-01 backboardd[31] : ALS: SetDisplayFactor: factor=0.0500

1 个答案:

答案 0 :(得分:-1)

在进行测试时,您尝试测试更新应用的方案。即,安装旧应用程序,正常使用它,涵盖应用程序的所有主要功能,然后使用此ipa更新应用程序。

相关问题