user1036963
user1036963

Reputation: 23

Restrict Users to download updated build from iTunes

I had a serious bug in my itunes latest updated build. I want to restrict users to update the current version. How? any suggestions will help me a lot.

Upvotes: 0

Views: 79

Answers (2)

Marcus Adams
Marcus Adams

Reputation: 53830

Currently, there is no functionality built into the App Store to force updates.

In your initial version, you should add a way to force updates, and then test to ensure that it works. Typically, you will have a callback to the server and a way to display a message and link them to the update in the store.

If you don't have such functionality, and you are making any API calls, you can add a version number to the API call, and if the version isn't sent, then you can refuse access, and preferably send them a message.

Upvotes: 0

Simon McLoughlin
Simon McLoughlin

Reputation: 8465

do you mean you want people who have the buggy version to update ?

unless you have push notifications setup with your app, or a means to display them a message, or have their emails as part of a sign up process, your very limited to what you can do.

If you have published the new version, just make it clear in the version notes that this includes a bug fix.

Upvotes: 1

Related Questions