Search code examples
ioscordovaibm-mobilefirst

Universal Links IOS9


Seems that Apple is moving away from the custom scheme mechanism for opening apps via linking.
With custom schemes if you were to try to open an custom scheme registered by your app, the applications would open and the javascript function handleOpenURL would handle the call.

Does worklight support the new "Universal Links" method in IOS9?


Solution

  • Universal Linking was not tested as part of iOS 9 support. If linking is required continue to work with the custom scheme option for the time being.

    Edit: tested and found to be working.