GitHub user Giorgioshooter opened a pull request:
https://github.com/apache/cordova-ios/pull/321
CB-12937 - (iOS) added new method
handleOpenURLWithApplicationSourceAndAnnoâ¦
â¦tation in CDVPlugin and new notification id
Github user Giorgioshooter commented on a diff in the pull request:
https://github.com/apache/cordova-ios/pull/321#discussion_r123078350
--- Diff: CordovaLib/Classes/Public/CDVAppDelegate.m ---
@@ -78,9 +78,23 @@ - (BOOL)application:(UIApplication*)application
openURL:(NSURL*)url
Github user Giorgioshooter commented on a diff in the pull request:
https://github.com/apache/cordova-ios/pull/321#discussion_r123078485
--- Diff: CordovaLib/Classes/Public/CDVPlugin.m ---
@@ -140,6 +142,36 @@ - (void)handleOpenURL:(NSNotification*)notification
Github user Giorgioshooter commented on a diff in the pull request:
https://github.com/apache/cordova-ios/pull/321#discussion_r123258853
--- Diff: CordovaLib/Classes/Public/CDVAppDelegate.m ---
@@ -79,8 +79,16 @@ - (BOOL)application:(UIApplication*)application
openURL:(NSURL*)url