问题
I try to implement NFC Background reading on iOS.
I setup my application:
added the string "applinks:www.example.com" to my entitlements for associated domains
add associated domains to Entity Settings in App profile
The problem is that after scanning the NFC Tag in background there is only shown a notification to open the URL within Safari browser. It is the same URL which I have added in "applinks:" setting.
In fact it is the same problem like in following link where the user solved the problem by adjusting the URL:
NFC Background reading on iOS - universal link keeps opening in Safari
Is there any possibility to debug this issue? How can I check if the 'url catching' is working?
来源:https://stackoverflow.com/questions/63807840/ios-nfc-background-reading-not-catched-by-application