Wish Support Universal Links in app

Pendrush

Well-Known Member
Licensed User
Longtime User
I have done web part on my site, site is on https protocol. On https://search.developer.apple.com/appsearch-validation-tool everything looks good

Documentation: https://developer.apple.com/library....html#//apple_ref/doc/uid/TP40016308-CH12-SW1

Part what I'm interested for is 'Preparing Your App to Handle Universal Links' on link: https://developer.apple.com/library....html#//apple_ref/doc/uid/TP40016308-CH12-SW1

How can I implement this in my app.

EDIT:
I have add
B4X:
#PlistExtra:<key>com.apple.developer.associated-domains</key><array><string>applinks:www.mywebpage.com</string></array>
but Safari in simulator still open my web page instead to start app.

Edit 2:
Also follow this procedure, all is good, but Safari still open webpage instead app.
https://blog.kloud.com.au/2015/11/0...he-ios-9-universal-links-on-xamarin-ios-apps/
 
Last edited:
Top