应用程序在 App Store 上崩溃,但在 TestFlight 中运行
我刚刚向 App Store 发布了一个应用程序。
我已经使用 TestFlight 测试了构建,一切正常。 从 App Store 安装后,打开时崩溃。 切换回相同的版本但通过 TestFlight 安装可以使其再次工作。
有谁知道 TestFlight 版本和 App Store 版本(同一版本)之间有什么区别,或者经历过类似的事情吗?
该问题似乎与网络相关(我认为,但我的信息很少,并且无法设置测试环境,因为它仅在发布到 App Store 后发生),并且该问题在多个设备上可重现。
该应用程序是 React Native(使用 EAS 构建的 Expo),完整的源代码可以在 https:// /github.com/pictoroma/app/
编辑:添加源网址
I have just release an app to the App Store.
I have tested the build using TestFlight and everything worked.
After installing it from App Store it crashes upon opening.
Switching back to the same build but installed through TestFlight makes it work once again.
Does anyone know of any difference between a TestFlight version and an App Store version (of the same build), or have experienced anything similar?
The issue appears to be network related (I think, but I have very little information, and can’t setup a test env as it only happened after releasing to the App Store) and the issue is reproducible on multiple devices.
The app is a React Native (Expo build with EAS) and the source in its entirety can be found at https://github.com/pictoroma/app/
Edit: added source url
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用相同的源重新提交另一个版本,现在一切正常。也许 Apple 管道内的某些内容损坏了 TestFlight 和 App Store 之间的二进制文件
Resubmitted another build using the same source, and now everything works. Maybe something inside Apple’s pipeline corrupted the binary between TestFlight and App Store ????