Open arnoldc opened 3 years ago
Anyone solve this issue, as I am facing the same issue when I am integrating the instagram in the ios on the redirect url it not allowed to redirect to the app after the authorization. Please help if anyone has solved this. I have done all the settings for the aasa file and the entitlements.
I am able to open the app when CFBundleURLSchemes is given poc even in iOS 14 too but when it is https it opens the link in the browser... can anyone help?
Same issue here.
I had the same issue, but I made it work. See my comment here: https://github.com/avioli/uni_links/issues/76#issuecomment-772504245
that didnt solve my problem
@arnoldc @AuspeXeu @WaheedHussainHaans @developeranshul1986 Have any of you been able to resolve this issue? I think I'm seeing the same thing. I've document my steps to reproduce in https://github.com/avioli/uni_links/issues/122.
Hi just like the title says...
Currently having an issue with ios14 applinks support, where our AASA file is hosted in non public server (behind vpn) and we already set the .entitlements to set it as "developer" mode in xcode as per the documentation said
e.g
<string>applinks:[HOST]?mode=developer</string>
https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_associated-domains
our provisioning profile is also development profile
already reported this to apple but would like to get the feedback here also