javascript - Checking app version on store and compare it with current version plugin -
i have phonegap application on ios store ask if there plugin or javascript library checks app version on ios store
for example: if uploaded version on store , want application check store version current version user have. , compare versions. if matches ok , if not redirect user store.
i don't believe there plugin or library this. might able grab info via itunes link , parse app version.
- create link app @ https://linkmaker.itunes.apple.com/us/
- use ajax call pull in link.
- parse results version info , want it.
Comments
Post a Comment