Hi,
I need to validate if installed app is deprecated (I check it with a request to my server). In that case I have to show an alert "You app is old" and close app. It should happen until user upgrade app (and the current version changes). The problem is about "closing app". I read apple docs and is not a good practice. So, how to procced with this? The user must not continue.
Thanks.