开发者

Can you convert an iOS freemium app to a paid app without double-charging customers?

开发者 https://www.devze.com 2023-02-26 00:25 出处:网络
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

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:

  1. 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)
  2. 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消