Redirect the device to the respective store.
TRY!!!
or access https://tiagoporto.github.io/redirect-to-app-stores/
redirectAPP({
playStore: "market://details?id=com.android.chrome",
appleStore: "itms-apps://itunes.apple.com/us/app/ibooks/id364709193?mt=8",
winStore:
"contoso:ShowProducts?CategoryID=19cd0687-980b-4838-8880-5f68aba1671e",
});
https://github.com/tiagoporto/redirect-to-app-stores/blob/gh-pages/redirect-app-stores.js
Redirect to app Stores is released under the terms of the MIT license.