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 C87E910066 for ; Mon, 16 Sep 2013 21:47:55 +0000 (UTC) Received: (qmail 87786 invoked by uid 500); 16 Sep 2013 21:47:54 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 87706 invoked by uid 500); 16 Sep 2013 21:47:53 -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 87670 invoked by uid 99); 16 Sep 2013 21:47:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Sep 2013 21:47:53 +0000 Date: Mon, 16 Sep 2013 21:47:53 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-4846) Support the two new multitasking modes in iOS 7 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-4846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-4846: --------------------------------- Fix Version/s: 3.2.0 > Support the two new multitasking modes in iOS 7 > ----------------------------------------------- > > Key: CB-4846 > URL: https://issues.apache.org/jira/browse/CB-4846 > Project: Apache Cordova > Issue Type: New Feature > Components: iOS > Affects Versions: 3.0.0 > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > Priority: Minor > Labels: ios7 > Fix For: 3.2.0 > > > See https://developer.apple.com/library/prerelease/ios/releasenotes/General/WhatsNewIniOS/Articles/iOS7.html#//apple_ref/doc/uid/TP40013162-SW10 > https://developer.apple.com/library/prerelease/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/ManagingYourApplicationsFlow/ManagingYourApplicationsFlow.html#//apple_ref/doc/uid/TP40007072-CH4 > New background modes: > 1. background fetch > 2. remote notification > This is either/or mode (modification of Info.plist). > These require appdelegate functions to be implemented as well. As an alternative, this could be added as "empty" plugins (we provide the plugin template), and the user can just add their custom code in. > "Hooking" into the appdelegate is possible with plugins by method proxying, see the Pushwoosh plugin: https://github.com/shaders/phonegap-cordova-push-notifications/blob/cf7f1c1857a4bb88931e8bd34356f0cc6add3c74/iOS/Plugins/PushRuntime.m#L111 > My suggestion is this is added as a plugin. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira