Apple rejected app because I am forcing users to update their app version

本小妞迷上赌 提交于 2019-12-03 08:56:46

You can force a user to have a certain minimum version. I do it in my apps, and many other apps do it, including Clash of Clans.

Just remove the update button. You should redirect them to your app in the app store when you alert them that there is an update.

For example, your app makes a call to your server, which includes the current version. Your server responds with a message that the user must update. Your app shows the message, and when they dismiss the alert, the app redirects them to your app in the app store.

Maybe these get approved because Apple never gets to see it work like that, but certainly, they must know that Clash of Clans does it.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!