我可以使用不同的应用程序 ID 但相同的捆绑 ID 来更新 Appstore 上的应用程序吗?
我目前的情况是我的客户已经在应用程序商店中有一个应用程序,他希望更新该应用程序以便可以进行应用内购买。 问题在于原始应用程序是使用带有通配符的应用程序 ID 创建的。 由于通配符 App-ID 不能与 IAP 和推送通知一起使用,因此我需要创建一个新的 App-ID。
我可以创建一个新的App-ID(不带通配符后缀)并使用相同的bundle-ID(通过删除以前的App-ID以释放bundleID)来更新应用程序吗?
这样做有什么后果吗?
My current situation is my client already has an app on the appstore that he wishes to update so that it can have In-App Purchasing.
The problem is that the original app was created using an App-ID with a wildcard.
Since wildcard App-IDs cannot be used with IAP and Push Notification, I'll need to create a new App-ID.
Am I able to make a new App-ID (without the wildcard suffix) and use the same bundle-ID (By deleting the previous App-ID to free up the bundleID) to update the App?
Are there any repercussions doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我现在正在研究类似的主题,如果我理解正确,你想做的事情是可能的。查看此页面以获取 Apple 的操作方法: http://developer .apple.com/library/ios/#qa/qa1680/_index.html
I'm researching a similar topic right now and, if I'm understanding correctly, what you want to do is possible. Check this page for a how-to from Apple: http://developer.apple.com/library/ios/#qa/qa1680/_index.html