iwasrobbed
iwasrobbed

Reputation: 46713

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

The scenario is:

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?

Upvotes: 1

Views: 1956

Answers (1)

Matthew Frederick
Matthew Frederick

Reputation: 22305

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.

Upvotes: 5

Related Questions