I have an app that needs to support Universal Links. I have tried with URLScheme, and it works, but it is not exactly what I need.
Searching the forum, I've found a couple of old threads requesting it, where the answer seems to be that it is possible with a customized main
What I have tried up to now (according to Apple documentation and other links):
B4I App
It doesn't work for me (the browser just goes to the link). For more clues, in my iPhone's Settings >Developer, there is a diagnosis utility which tells me that the intended link is not associated to any installed app.
My question is: are universal Links supported with B4I, even if it is with some sort of workaround, and if so, how could I do it?
Searching the forum, I've found a couple of old threads requesting it, where the answer seems to be that it is possible with a customized main
- https://www.b4x.com/android/forum/threads/support-universal-links-in-app.67254/#content
- https://www.b4x.com/android/forum/threads/urlscheme-and-universal-links.109895/#content
What I have tried up to now (according to Apple documentation and other links):
B4I App
- Add 'Associated domains' capability to my app-Id and generate new provisioning profiles (adhoc and store)
- Add #Entitlement:<key>com.apple.developer.associated-domains</key><array><string>applinks:www.mydomain.com</string></array>
- (Also tried the above with #PlistExtra, just in case)
- A file ( /.well-known/apple-app-site-association ) has been added, with the needed info to allow universal links for my app
It doesn't work for me (the browser just goes to the link). For more clues, in my iPhone's Settings >Developer, there is a diagnosis utility which tells me that the intended link is not associated to any installed app.
My question is: are universal Links supported with B4I, even if it is with some sort of workaround, and if so, how could I do it?