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 correct .entitlements to set it as "developer" mode in xcode as per the documentation said
e.g
docs: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_associated-domains
our provisioning profile is also development profile
We dont know what is the issue , even in the xcode log there is no error showing up
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 correct .entitlements to set it as "developer" mode in xcode as per the documentation said
e.g
Code Block <string>applinks:[HOST]?mode=developer</string>
docs: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_associated-domains
our provisioning profile is also development profile
We dont know what is the issue , even in the xcode log there is no error showing up