Dear community,
would appreaciate any help. We have implemented handling of universal links in our app and I am struggling with following issues:
- We have uploaded apple-app-site-association file under /.well-known/ on our test server but it can be validated by App Search API Validation Tool which returns error code 469. Trying to download it with curl seems all fine (HTTP 200, correct content type and so on). E.g. it passes branch.io validator test as well.
- Universal links can be opened in simulator running iOS12.1, iOS12.4 and iOS13 in all cases (app is running in the background, app is terminated). To open the link I use xcrun simctl openurl booted <link_URL>. All fine so far.
- When running on the device with iOS13.3 installed, opening universal link only works properly if the app is running in the background. If it has been terminated, after tapping the link (either embedded into HTML file or from the Mail app), the app is getting launched but neither
application(continue userActivity:.., restorationHandler:..)
nor
scene(... continue userActivity:..)
delegate method is called.😟
Any ideas? Appreaciate!
Test URL we are using: https://well-known.shniq.cloud