https://github.com/tiagoporto/redirect-to-app-stores
Javascript code to redirect to app store
https://github.com/tiagoporto/redirect-to-app-stores
app-store apple-store microsoft-store play-store
Last synced: 2 months ago
JSON representation
Javascript code to redirect to app store
- Host: GitHub
- URL: https://github.com/tiagoporto/redirect-to-app-stores
- Owner: tiagoporto
- Created: 2015-06-11T19:37:15.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-02-15T21:50:12.000Z (over 1 year ago)
- Last Synced: 2025-04-04T21:46:38.398Z (7 months ago)
- Topics: app-store, apple-store, microsoft-store, play-store
- Language: HTML
- Homepage: http://tiagoporto.github.io/redirect-to-app-stores/
- Size: 35.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redirect to App Stores
Redirect the device to the respective store.
TRY!!!

or access [https://tiagoporto.github.io/redirect-to-app-stores/](https://tiagoporto.github.io/redirect-to-app-stores/)
## Usage
```js
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](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](http://opensource.org/licenses/MIT).