iOS Universal Link App Store redirect
问题 I have universal links working correctly, when the app is installed I see how the link opens the app, and when it's not installed opens the url in safari. Actually what I would like to do is to redirect and go to the app store, so users can download the app directly. Im going to include a redirect on the html file, because I know universal links don't support redirects a the http server config level (anyway I think this is for the manifest file only, apple-apps-site-association) Anyone can