In-app updates api Playstore

Is there any way to check latest version of app in playstore and automatically show update popup ?

1 Like

I searched for that some time ago, looked up if this is possible native, and the answer was No. So a workaround could be to provide the latest Version on a Server and check the Versions every Time on App Startup.

ok. so only thing possible is using cordiva app-update plugin and check latest version in server and install from it ?

The mentioned Plugin installs the apk too. You don’t need any Plugin for what i said. Just a Endpoint where your Server return the latest Version Number.

Can you give some example links or plugin links ?