您能否将 iOS 免费增值应用程序转换为付费应用程序而不向客户重复收费?
场景是:
- 我创建了一个免费的 iOS 应用程序,该应用程序可以在应用程序内购买优质内容
- 我现在想将该应用程序转换为付费版本并删除所有 IAP 内容
我的问题是:
- AppStore 是否允许所有当前客户下载再次使用该应用程序而不需要双倍充电? (即强迫他们为以前免费的应用程序付费)
- 只要我保持捆绑包标识符(即com.yourcompanyname.appname)相同,它就会像正常升级一样覆盖旧应用程序,对吗?
The scenario is:
- I created a free iOS app that had in-app purchases for premium content
- I now want to convert the app into a paid only version of it and remove all IAP stuff
My questions are:
- Will the AppStore let all current customers download the app again without double-charging them? (i.e. forcing them to pay for an app that used to be free)
- As long as I keep the bundle identifier (i.e. com.yourcompanyname.appname) the same, it will just overwrite the old app like a normal upgrade, correct?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你是对的:如果它是同一个应用程序——相同的捆绑包ID,作为更新提交——那么现有客户将能够永远免费下载它,就像任何升级一样。
You're correct: if it's the same app -- same bundle id, submitted as an update -- then existing customers will be able to download it for free forever, like any upgrade.