iOS应用内购买可以在沙箱中使用,但被苹果拒绝
我的应用程序刚刚在 Apple App Store 上被拒绝,因为我的应用程序内显然在“App Store”版本上崩溃了。
不幸的是,我无法重新创建这种状态,因为我只能测试沙箱环境(它工作完美),但显然在苹果方面它不起作用,而且我没有办法测试或重新创建问题。
您知道在这种情况下可以做什么吗?
谢伊。
I've just got my app rejected on the Apple App Store because my In-App apparently crashes on the "App Store" version.
Unfortunately , I have no way of recreating this state as i can only test the sandbox environment (which works flawlessly), but apparently on Apple's side it doesn't work, and again - I have no way to test or recreate the problem.
Do you have any idea what could be done in this situation?
Shai.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
xcode 应该为您表示崩溃日志。您可能想尝试将崩溃日志复制到桌面 - 有时聚光灯(在此过程中使用)不会拾取它。您正在尝试在包含您提交的存档应用程序的 Mac 上查看崩溃日志,对吗?
如果您仍然没有获得有意义的堆栈跟踪,那么周围的脚本可能会有所帮助:符号化iPhone 应用程序崩溃报告
您一直在测试的临时版本与您提交给苹果的发布版本之间是否还有其他差异?克隆您的发布配置并将代码签名更改为临时可能是个好主意。
xcode should symbolicate the crash log for you. you might want to try copying the crash log to your desktop - sometimes spotlight (which is used in the process) doesn't pick it up. you're trying to view the crash log on a mac which has the archived app you submitted, right?
if you're still not getting a meaningful stack trace, then there are scripts around that might help: Symbolicating iPhone App Crash Reports
are there any other differences between your adhoc build you've been testing with and the release build you submit to apple? might a good idea to clone your release config and just change the code signing to adhoc.