I need an code to redirect my mobile users to download our app

I need an code to redirect my mobile users to download our app on iOs or Android if their use it one. Can you help me to find a way to redirect it please ?
I would like if they use my domain, or an specifif url, they are automaticly redirect on store (Apple store if it’s appel or play store if it’s android)…

Hello,

You can use formFactor in order to get what kind of device is being used to view the page.
https://www.wix.com/corvid/reference/wix-window.html#formFactor
In order to redirect your site visitors to the specified URL, you’ll need to use wixLocation.to() .
https://www.wix.com/corvid/reference/wix-location.html#to

Thanks for your answer

But I now formfactor and wixLocation, but ios and Android are in 2 differents URL. But if i use only wixLocation i cant get ios redirect if they use iPhone or playstore redirect if they use Android…

Did you find a way to solve this issue?