I have an app (v1.0) at appStore for a year or so. This app runs with and back-end (v1.0).

Now I want to deploy a new version, front-end and back-end. (v1.1)

But the front-end 1.0 is going to crash with the new back-end 1.1

How can force all users to upgrade my app?

link|improve this question
2  
Are you referring to the Apple App Store or some other app store? – schellack Jan 24 '11 at 14:36
Yes, I meant Apple App Store. – Marcela Nievas Jan 28 '11 at 14:17
feedback

1 Answer

You can't. But, making the current version crash will certainly encourage current users to upgrade. This, however, is pretty poor customer support.

It would be better if version 1.1 used some form of versioning to allow you to keep your backend 1.0 in place alongside 1.1. Then if the new features are compelling enough, your users will certainly upgrade.

link|improve this answer
Excellent thanks you very much. :) – Marcela Nievas Jan 28 '11 at 14:17
@Marcela: Welcome to SO! You can express your thanks by marking the answer "accepted". – buildsucceeded Sep 10 '11 at 11:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.