Tuesday, 1 September 2020

Struggling with XCode Settings for ios deeplinking on flutter

My app should open when someone clicks on a link like: https://catalogscanner.horizonpedia.com/P7GWqM6ADnG This works on my android phone so I assume that I have done everything correctly on the coding site. So I started by adding the domain to my runner.entitlemens as you can see. The Target Membership category shows that there is runner not ticked:

enter image description here

When I tick the box and start the build, it fails with the error message below:

enter image description here

To fix this, I have to remove the info. plist from the "Copy Bundle Resources" from my "Build Phases" Section:

enter image description here

If my understanding is correct then The target membership of the runner entitlement should be the Runner, shouldn't it?

Can I try other things to troubleshoot?



from Struggling with XCode Settings for ios deeplinking on flutter

No comments:

Post a Comment