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

后端 未结 1 1884
被撕碎了的回忆
被撕碎了的回忆 2021-02-10 18:15

I have developed a game, in order for the game to work all users need to be on the same version of the game.

Apple have complained about this and said:

Y

1条回答
  •  隐瞒了意图╮
    2021-02-10 18:44

    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.

    0 讨论(0)
提交回复
热议问题