dpogue commented on issue #532: v5.0.0 Custom URI schemes / deeplinks broken URL: https://github.com/apache/cordova-ios/issues/532#issuecomment-464133929 This is probably because we updated cordova-ios CDVAppDelegate to use a non-deprecated API: https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/Public/CDVAppDelegate.m#L76 and ionic-plugin-deeplinks is trying to override the (deprecated) method that we used to implement, but no longer do: https://github.com/ionic-team/ionic-plugin-deeplinks/blob/master/src/ios/AppDelegate%2BIonicDeeplink.m#L20
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
