A
A
Andrey Okhotnikov2019-10-24 14:29:25
React Native
Andrey Okhotnikov, 2019-10-24 14:29:25

How to force an app update?

There is a working application for IOS and Android. We are releasing a new version that is radically different both in terms of api and webview screens.
How to make the user update the application, because. won't the old one work?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sashqa, 2019-10-24
@Sashqa

As I see it:
Compare the user's version with the one in the store.
And if an update is required, then display a window with a transition to the update, preventing the application from being used.
But that's just thinking out loud.
upd: https://stackoverflow.com/a/25210091/11867849

P
prrrrrrr, 2019-10-24
@prrrrrrr

compare the versions of the application in the store, for example, and if there is an update, show a stub on top of the application - "update", and that's basically it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question