I created a React Native app with deep linking, or universal linking would be better named : I have a link https://share.my-app.com/id/12345, when it is clicked within a phone, there are three options: -> the user has the app on the phone: it should open the app -> the user doesn't have it: it opens the store -> the user is not on a phone: it opens my website
It's working well quite everywhere, except on Facebook and LinkedIn on iOS. Both use an internal navigator when clicking on links, and even if the app is installed on the user's phone, it opens the store instead.
I saw this page for Facebook, I'll try right away and cross fingers: https://developers.facebook.com/docs/applinks/metadata-reference/
But I didn't see anything for LinkedIn, except this video which you have to pay for, and I am not even sure it brings the right answer to my question.: https://www.linkedin.com/learning/learning-app-store-optimization-for-ios-and-android-apps/deep-linking-to-your-app
Does somebody knows how to make a deep link work in LinkedIn ?
Thanks