I am trying to use App Links on Facebook.
I created the Link application successfully using Graph Api Exporer and got the canonical URL back (e.g. https://fb.me/1234567890). When I post it on my Facebook timeline and click on it, it tries to open the App Store, not my application.
1.) Do I need a real-time App Store identifier to test deep binding in iOS?
2.) I checked from my safari, and the URL scheme that I registered successfully opens my application. for example myapp: // opens my application, so the URL scheme is correct. What am I missing?
3.) I made sure that the deep link option is enabled in my settings for the application on the Facebook developers site.
4.) Is there a way to check deep binding in an iOS simulator?
source share