iOS NFC Background reading not catched by Application

夙愿已清 提交于 2020-12-09 05:33:18

问题


I try to implement NFC Background reading on iOS.

I setup my application:

  1. added the string "applinks:www.example.com" to my entitlements for associated domains

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!