10 个不同用户的同一个 iPhone 应用程序的不同版本
下面的要求可以吗?
如何为 10 个不同的用户制作同一个 iPhone 应用程序的 10 个不同版本?
Is the below requirement possible?
How to make 10 different version of the same iPhone app for 10 different users?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,这是可能的。只需使捆绑包 ID 唯一,然后上传应用程序 10 次不同的时间即可。
真正的问题是:你为什么想要这样做?
Yes, it's possible. Just make the bundle IDs unique, and upload the app 10 different times.
The real question is: Why would you want to?
我认为您正在谈论临时分发。在我看来,在App Store上提交10次应用程序并不是一个好方法,而且被拒绝的可能性非常高。
如果您需要使用 Adhoc Distribution 为多个用户分发多个版本的应用程序,只需创建 10 个存档并将 .ipa 文件共享给 10 个不同的用户(必须在您的开发者帐户下添加他们的 UDID)
I think you are talking about Adhoc Distribution. In my opinion, it's not a good way to submit the app 10 times on the App Store, and the possibility for the refuse is very high.
If you need to distribute your app with several versions for several users using Adhoc Distribution, simply create 10 Archives and share the .ipa files to 10 different users (must add their UDID under your Developer Account)