apple-app-site-associate

See apple-app-site-association file in .well-known directory despite RewriteCond

早过忘川 提交于 2021-02-11 12:33:55
问题 In my sites hosted on Dreamhost, the .well-known directory contains an acme-challenge folder along with an .htaccess like this: # Permit access to the challenge files but nothing else Order allow,deny Allow from all RewriteCond %{REQUEST_URI} ^/[.]well-known/acme-challenge/[a-zA-Z0-9_-]+$ RewriteRule .* - [L] RewriteRule .* - [F] Therefore when I put my apple-app-site-association file into .well-known , it isn't seen. How would I modify the .htaccess to permit this? Would I just stick in

When is the apple-app-site-association file being fetched?

眉间皱痕 提交于 2020-04-06 05:07:16
问题 I have an application on store right now. It did not worked with universal linking. Then I update application and add Apple-app-site-association file in to my website. Re-install the app is likely the solution, but my app is already distributed in App Store, it is unlikely to ask user to delete it and installed again. Is there any opputunity to let the iOS or app to fetch my updated apple-app-site-association file. 回答1: The short answer is: Only when the app is installed or updated . The good

When is the apple-app-site-association file being fetched?

可紊 提交于 2020-04-06 05:05:13
问题 I have an application on store right now. It did not worked with universal linking. Then I update application and add Apple-app-site-association file in to my website. Re-install the app is likely the solution, but my app is already distributed in App Store, it is unlikely to ask user to delete it and installed again. Is there any opputunity to let the iOS or app to fetch my updated apple-app-site-association file. 回答1: The short answer is: Only when the app is installed or updated . The good

iOS Universal Links not working via TestFlight

我与影子孤独终老i 提交于 2019-12-22 10:09:57
问题 I'm new to iOS and managed to implement the iOS Universal Links for an app following this. I have created and uploaded the apple-app-site-association and configured/prepared the app to handle universal links. It all works well and I can test it successfully when I build the app through xCode into a real device. However the universal links do not work when installing the app via TestFlight. When installing the app via xCode I can see the HTTP request to the apple-app-site-association file in

iOS Universal Links not working via TestFlight

前提是你 提交于 2019-12-06 04:04:48
I'm new to iOS and managed to implement the iOS Universal Links for an app following this . I have created and uploaded the apple-app-site-association and configured/prepared the app to handle universal links. It all works well and I can test it successfully when I build the app through xCode into a real device. However the universal links do not work when installing the app via TestFlight. When installing the app via xCode I can see the HTTP request to the apple-app-site-association file in my web server. But when installing it via TestFlight doesn't seem to try to fetch the association file.