How to detect the new update in google play store?

Hi everyone,
I released a new update in google play store and now I want to notify the users that there is a new upgrade available in play store, so download them. Is it possible using expo?

Hey @imdps, this usually is handled automatically by the OS. I suppose you could leverage push notifications to get the news out as well. You could also check the app version from the manifest when you launch the app and show an alert or prompt if the version is not the latest.

Cheers,
Adam

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.