Dynamic link does not open the app, and “open in app” option not available in context menu

吃可爱长大的小学妹 提交于 2019-12-01 12:58:17

The overall diagnoses here is that Universal Linking is not configured properly on the device. If Universal Links works on all other devices, then it is probably the case that the AASA file is not being downloaded properly. iOS 11.2 has had issues with this recently.

Check device logs

I suggest that you check the device logs when installing the application to see if the AASA file is being downloaded properly.

1) Delete your app and plug in the device to your computer

2) Open up Xcode and navigate to Window > Devices & Simulators

3) Select the device in the left-hand menu

4) In the bottom of the window you should see a triangle in a box. Clicking this will bring up the device logs.

5) Use a cmd-f to search for applinks and if your app downloaded the AASA correctly. You should see something like

Added service 'applinks', appID 'RXXXXXXXP.io.branch.Branchsters', domain 'branchster.app.link'

If this is not the case, then it looks like you AASA file is not being downloaded and you may need to delete the app, restart your phone, and try again.

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