Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 815 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 815 Bytes

Redirect to App Stores

Redirect the device to the respective store.

TRY!!!

QRCode

or access https://tiagoporto.github.io/redirect-to-app-stores/

Usage

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",
});

Code

https://github.com/tiagoporto/redirect-to-app-stores/blob/gh-pages/redirect-app-stores.js

License

Redirect to app Stores is released under the terms of the MIT license.