Update of my app Gunny Rush

Hello, I submitted an update for my application, but it was not accepted because it displays a message stating that the game version is incorrect. This setup is intentional; our game uses a version API, so once the update is ready, we modify the API on our server.

This way, the application functions perfectly once it’s in distribution. I wanted to know if there’s anything you could do about this or if we should consider removing this system in future updates.

For now, I’d like to know the steps I should take to get it approved. If necessary, I can update the API now so you can test it again, but please let me know first; otherwise, it won’t work again.

Thank you.

We have decided to update our API Key, so the version we published should now be functional. Could you please review it again?

Thank you very much!

You should rethink how you do these releases.

You can version an API such that, for example, version 1.0.0 of your app uses version 1 of your API, and any updates to the app also use version 1 up to the point where you need to use version 2 of the API.

When that happens your app update will be sent to App Review and will use version 2 of the API.

Version 1 will still exist and work for the existing users of the currently-released app, and version 2 will be used with the new app.

Update of my app Gunny Rush
 
 
Q