Hi
I got 2 universal links to my app in my Messages, but when I call highlightCenter.highlights, I get a count of 0.
What should I check to get the right links ?
Hi
I got 2 universal links to my app in my Messages, but when I call highlightCenter.highlights, I get a count of 0.
What should I check to get the right links ?
Here are a couple of things you can check
About your first point, I don't see my app in the list of apps..
Here are a couple of things you can check
About your first point, I don't see my app in the list of apps..
Hi
I installed the beta2 of iOS 16, and of Xcode 14.
I'm finally able to see my app in Preferences > Messages > Shared with You. I toggled my app to YES. Shared with you is enabled in the conversation where I share universal links to my app The participant is a contact Both participants shared links
And yet, I still get an empty array. Any idea why ?
Ended up finding my problem. highlightCenter.highlights is not filled at the instantiation of highlightCenter, so I had to wait for the call to the delegate function.