如何在 iPhone 应用商店中删除我的应用
我在iPhone应用程序商店中有一个应用程序,它有精简版和完整版。 Lite 1 有广告且功能有限。
我想做的是,我想让完整版免费并支持广告,因此精简版没有理由存在,然后我想将其从应用商店中删除。或者有什么方法可以将这两个应用程序合并为一个?在这种情况下,我的老用户都可以升级到新的全功能全免费应用程序。
I have an App in iphone appstore, it have both Lite and Full editions. Lite one have ad and limited features.
What I want to do is that I want to make the Full edition free and supported with Ads, so the lite one has no reason to exist, then I want to remove it from appstore. Or is there any method to merge these two apps into one? in that case my old users can all upgrade to the new full-featured all free app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要从 App Store 中删除您的应用程序,您必须取消选中应用程序摘要 > 下的所有 App Store 区域。权利和定价。
这会将您的应用程序停止销售。
To remove your app from the App Store, you will have to uncheck all App Store territories under your App Summary > Rights and Pricing.
This will remove your app from sale.
你将无法“将他们结合在一起”。您必须更改完整版本的代码以支持广告,并更改价格。在 iTunes Connect 中,您只需从 App Store 中删除精简版即可。
由于您的新应用程序将是免费的,因此当前用户只需下载免费应用程序即可。只要您不更改捆绑包 ID,任何保存的用户信息在更新后都将保持不变。
You will not be able to 'join them together'. You will have to alter the code of your FULL version to support ads, and change the price. The in iTunes Connect, you can just remove the lite version from the App Store.
Since your new app will be free, current users can then just download the free app. As long as you do not change the Bundle ID, any saved user information will stay in tact upon updating.