avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
564 stars 317 forks source link

ios 14 applinks not opening in app instead it opens a browser, help #95

Open arnoldc opened 3 years ago

arnoldc commented 3 years ago

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

developeranshul1986 commented 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.

WaheedHussainHaans commented 3 years ago

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?

AuspeXeu commented 3 years ago

Same issue here.

macav commented 3 years ago

I had the same issue, but I made it work. See my comment here: https://github.com/avioli/uni_links/issues/76#issuecomment-772504245

arnoldc commented 3 years ago

that didnt solve my problem

ryanhanks commented 3 years ago

@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.