Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I reset iOS 9 Universal Linking settings?

While testing universal links on my iOS 9 app, I accidentally tapped "mywebsite.com >" (top right corner). This made the app navigate to the website again. Now I can't seem to make universal linking work again. Seems like iOS has remembered my preference that I would like to see links opened in Safari as opposed to my app.

Has anyone run into this? Is there a way to reset this?

like image 336
Sonny Saluja Avatar asked Sep 23 '15 01:09

Sonny Saluja


People also ask

How do I enable universal links in iOS?

How do I set up Universal Links for my app? Log into your Apple developer account and go to the app's ID page. Enable the Associated Domains app service. Take note of your Prefix (bundle ID) and your ID (team ID) - you will need them later.

How do I turn off Universal link?

You can disable Universal links by blacklisting the paths in your AASA file. Adding NOT before the path in your AASA file won't trigger app open for your url.

How do I test my apple Universal link?

TEST THE UNIVERSAL LINKS Run the application on the simulator once to make sure the application is installed and running fine. 2. Keep the same simulator launched and running. Go to your simulator browser and open type the ngrok domain address i.e., https://1bd39880fbad.ngrok.io in my case.


2 Answers

You can long-press on a universal link and it will give you an action sheet with an "Open in 'AppName'" option. Once you select that option it will default to opening the links in your app again.

like image 51
dan Avatar answered Sep 23 '22 12:09

dan


You need pull down in opened page in safari from email, etc to see button "Open" (this button is system in safari). If tap "open" after

I accidentally tapped "mywebsite.com >"

universal link will work again under the old scheme.The result of this action preserves.

example

like image 41
hitrain Avatar answered Sep 20 '22 12:09

hitrain