Removing an IOS app from the app store- from an existing user's perspective [closed]

StackOverflow https://stackoverflow.com/questions/23412249

  •  13-07-2023
  •  | 
  •  

We are "Removing From Sale" an iOS App currently available on the AppStore. I am curious how this works from the perspective of people who have downloaded the app. I assume the previously downloaded App will keep working but is there a way (e.g., via an Upgrade) that we can let people know that App is no longer support and give them the option to remove it? Are there any best practices when removing an App so you don't piss off people who already use it (given that at some point it will break).

有帮助吗?

解决方案

Your best bet is to release one more update to the app, notifying the user of the pending removal from sale. You could do this using a UIAlertView on launch, or in any number of ways. You could also update the App Store description to call users' attention to the pending deletion. If you simply remove the app from sale, existing users will keep their copy but will not be notified that it has been removed from sale.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top