nordnet / cordova-universal-links-plugin

[DEPRECATED] - Cordova plugin to support Universal/Deep Links for iOS/Android.
https://github.com/nordnet/cordova-universal-links-plugin/issues/160
MIT License
349 stars 529 forks source link

Is it working on iOS 8? #65

Closed hazem-tamimi closed 8 years ago

hazem-tamimi commented 8 years ago

I've created an app that supports Universal Links on iOS, and I've set all the required configurations. It is working fine on iOS 9, but not on iOS 8.

I've tried it on iOS 8.3 and 8.4.1

Any ideas?

nikDemyankov commented 8 years ago

Universal Links are iOS 9+ feature. It's not supported for iOS 8 devices. Plugin will not crash your app on iOS 8 devices, but it's just not gonna do anything in that case, because system API don't support it.

hazem-tamimi commented 8 years ago

In this case I guess we should update the Readme file since it is mentioning (under "Supported Platforms") that it is supported...

nikDemyankov commented 8 years ago

Updated readme to remove confusion.