Hi Guys !
I’ve develop an app, and @gaurav from DDK wrapped it (thanks
) so now it’s deployed on the Apple and the Play Stores.
I wondered if it is possible to generate a QR code, that opens directly the app ? I found some information, regarding URI and deep links, but I can’t really get it right.
As any of you already done this ?
Thanks a lot for the help
jigar
2
Hi @manon.guerriersup
Can you please share your app url link of the google play store and apple app store where you publish it?
jigar
4
Hi @manon.guerriersup
Kindly refer to the attached QR Code images for the Android and ios apps.
Hi Jigar, thanks… but I’m looking for a QR code than opens :
- my app when it is already installed on a mobile, on a specific page
- the stores when the app is not installed
jigar
6
Ok get it but its seems to not possible to redirect to a specific page from QR Code scanning.
Hey @jigar i just implemented a QR code in an app, with small custom javascript , and its dynamic, user can be taken to any page in app. ping me on linked i will help you for free.
for your use case, you need to have a Firebase dynamic URL, which is in Firebase which use wildcard after the page.
but unfortunatly you have to re compile the app i guess, not sure on it.