Boost app downloads with a Smart QR Code
Use the form below to generate a Smart QR code that will redirect to 3 different URLs based on what device scanned it. This can be used for creating a single QR code that links to the iOS/Android app stores, removing one step in acquisition flow.
It works by creating a QR code that redirects to our services, which then checks the user agent of the device that scanned it. If it detects iOS/Android, it will navigate the user with a fast 301 redirect to the URL you provided in the form. If it cannot determine the user agent, it will redirect the user to the "Fallback URL" provided.
If you dont want to rely on our service for the redirection, you can fork our repository and deploy it yourself easily. Read more on our about page.