Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

How to implement a popup/banner in the mobile app that displays a warning if the installed version of the app is outdated?

$
0
0

I am facing a jira ticket that introduces a banner (or a popup, doesn't matter) that displays a warning message if the installed version is outdated.

We keep the app's version in the config file locally. I thought that comparing it to the one in the store would do the job.

I have done a research and found possible solutions:

  • For iOS, there is a handy api https://itunes.apple.com/lookup?bundleId=${bundleId}. It does the job and pretty reliable

  • For Android, the only option I know so far is to scrap the app's web page in the Play Market and extract the current version. This one is not very reliable.

So, I was wondering, what other options do I have?

Thanks in advance!


Viewing all articles
Browse latest Browse all 16552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>