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.

  1. create link app @ https://linkmaker.itunes.apple.com/us/
  2. use ajax call pull in link.
  3. parse results version info , want it.

Comments

Popular posts from this blog

css - I want to align grid in center -

python - SWIG function not printing output -

oop - Function for all prototypes - Javascript -