From issues-return-21827-apmail-cordova-issues-archive=cordova.apache.org@cordova.apache.org Mon Mar 3 23:31:26 2014 Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C7DD910798 for ; Mon, 3 Mar 2014 23:31:26 +0000 (UTC) Received: (qmail 25188 invoked by uid 500); 3 Mar 2014 23:31:26 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 25140 invoked by uid 500); 3 Mar 2014 23:31:26 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 25011 invoked by uid 99); 3 Mar 2014 23:31:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2014 23:31:24 +0000 Date: Mon, 3 Mar 2014 23:31:24 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-6149) AppDelegate uses deprecated handleOpenURL MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-6149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13918721#comment-13918721 ] Shazron Abdullah commented on CB-6149: -------------------------------------- Note that we are not changing CDVPluginHandleOpenURLNotification object payload since this is an interface change. > AppDelegate uses deprecated handleOpenURL > ----------------------------------------- > > Key: CB-6149 > URL: https://issues.apache.org/jira/browse/CB-6149 > Project: Apache Cordova > Issue Type: Task > Components: App Hello World, iOS > Affects Versions: 3.4.0 > Environment: iOS > Reporter: Angela Fowler > Priority: Trivial > Labels: core > > AppDelegate implements method handleOpenURL which is deprecated. > https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplicationDelegate_Protocol/Reference/Reference.html#//apple_ref/doc/uid/TP40006786-CH3-SW15 > Will this be replaced with openURL as suggested in iOS docs? > - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation > Also affects CDVViewController and CDVPlugin addObserver for CDVPluginHandleOpenURLNotification? -- This message was sent by Atlassian JIRA (v6.2#6252)