I'm looking for a all in one QR code solution in which the QR code, when scanned, brings you to a specific app detail page in the app store. A few variables:
- when scanned with an iPhone --> go to Apple app store and app detail/installation page
- when scanned with an Android --> go to Google play store and app detail/installation page
- when scanned with Android and no Google play store --> detect the appropriate app store and open the detail/installation page in that one (for example the Beidu app store)
- when no supported app store is detected open a browser (download link) to give the option to install the APK manually
The above should result in a one QR code solution that helps locating the right app in the appropriate stores and that supports iPhone and Android users. It should also support Android users without the Google play store (for example some Chinese users). If no store with the app is detected the QR should redirect you to the APK which can be downloaded and installed manually
Now I've seen solutions in which you have platform specific result (i.e. iPhone opens an app page in Apple store whilst an Android scan opens the Google play store). But I couldn't find any solution where you could have multiple Android app store support or have a backup link when some special conditions are met.
Any help or push in the right direction is very much appreciated!