Currently i try to adapt my App from Andorid to iOS.
For my app its important to get the deeplinking working wich should open my app and extract the data from the link
e.g https://shorten.blueforcer.de/lobby/E60AFDCFE12AA8DF
Its working perfectly with the B4A app, but i am a bit lost with B4I. i cant find anything in this forum.
I followed the apple documentation an set up the "apple-app-site-association" file on my server.
Domain and json are working correctly according to https://branch.io/resources/aasa-validator/
i added following line to my project:
And also compiled the app with a provisioning profile wich has Associated Domains enabled.
As today my app doesnt open when clicking the link. (Does it need to be in the appstore?, with testflight it also doesnt work)
My 2 questions:
- Does anyone adds deeplink to his B4I app and got it working?
- How i can extract the url in my code to work with it?
Kind regards
For my app its important to get the deeplinking working wich should open my app and extract the data from the link
e.g https://shorten.blueforcer.de/lobby/E60AFDCFE12AA8DF
Its working perfectly with the B4A app, but i am a bit lost with B4I. i cant find anything in this forum.
I followed the apple documentation an set up the "apple-app-site-association" file on my server.
Domain and json are working correctly according to https://branch.io/resources/aasa-validator/
i added following line to my project:
B4X:
#PlistExtra:<key>com.apple.developer.associated-domains</key><array><string>applinks:shorten.blueforcer.de</string><string>applinks:www.shorten.blueforcer.de</string><string>applinks:https://shorten.blueforcer.de</string></array>
And also compiled the app with a provisioning profile wich has Associated Domains enabled.
As today my app doesnt open when clicking the link. (Does it need to be in the appstore?, with testflight it also doesnt work)
My 2 questions:
- Does anyone adds deeplink to his B4I app and got it working?
- How i can extract the url in my code to work with it?
Kind regards
Last edited: