并排有一个测试调试应用程序和一个已发布的调试应用程序

发布于 2024-08-30 20:05:31 字数 190 浏览 3 评论 0原文

当我从 iStore 下载应用程序时,安装到我手机上的最新测试版本会被覆盖。有谁知道如何并排使用同一应用程序的两个版本?

在一个测试项目中,我编辑了构建设置,以便“release”和“debug”具有不同的产品名称。这似乎解决了我的问题,但是当我在实际项目中尝试同样的技巧时,两者再次相互覆盖。

有人有推荐吗?我不介意它是如何完成的。

When I download my app from the iStore, the latest test version installed to my phone gets over written. Does anyone know how to have two versions of the same app side by side?

On a test project, I edited the build settings so that "realease" and "debug" have different product names. This seemed to solve my problem, however when I try this same trick on my actual project, the two overwrite each other again.

Does anyone have a recommendation? I don't mind how it's done.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青巷忧颜 2024-09-06 20:05:31

捆绑包标识符(在 .plist 文件中)是区分因素。根据 Jason Coco 的评论,改变这一点,iPhone 上传就不再覆盖——这是两个不同的应用程序。

我使用这个技巧来比较同一设备上 AppStore 下载的应用程序与 AdHoc 分布式应用程序。

(当然,快速而肮脏的解决方案是使用两个设备......;-)

The bundle identifier (in your .plist file) is the differentiator. Change that, per Jason Coco's comment, and the iPhone upload no longer overwrites -- it's two different apps.

I use this trick to compare AppStore-downloaded app versus AdHoc-distributed app on the same device.

(The quick-and-dirty solution, of course, is to use two devices .... ;-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文