Rohit Dhawan
Rohit Dhawan

Reputation: 1163

Deep linking:different behaviour on different ios devices?

My question is that i have embedded deep linking in my ios application. It is successfully opening my ios app from facebook app on iPhone 5c but it is not working on iPhone 6 plus,it is just redirecting to app store while my app is installed in the device.

Can someone tell me why there is difference of behaviour of deep linking on different devices.

Both the devices have same version 9.3.2

Thanks in advance

Upvotes: 0

Views: 77

Answers (1)

Alex Bauer
Alex Bauer

Reputation: 13613

If you are using Universal Links for this, it's possible you inadvertently disabled them on one of the devices. Try pasting the link into your default iOS Notes app, long-pressing on it, and selecting Open in [app]

Upvotes: 1

Related Questions