Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D4681043F for ; Wed, 12 Mar 2014 01:39:00 +0000 (UTC) Received: (qmail 4976 invoked by uid 500); 12 Mar 2014 01:38:59 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 4947 invoked by uid 500); 12 Mar 2014 01:38:59 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 4907 invoked by uid 500); 12 Mar 2014 01:38:59 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 4772 invoked by uid 99); 12 Mar 2014 01:38:59 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2014 01:38:59 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1DD56941002; Wed, 12 Mar 2014 01:38:59 +0000 (UTC) From: sushant40 To: callback-dev@incubator.apache.org Reply-To: callback-dev@incubator.apache.org Message-ID: Subject: [GitHub] cordova-ios pull request: Adding rebroadcast capabilities to remot... Content-Type: text/plain Date: Wed, 12 Mar 2014 01:38:59 +0000 (UTC) GitHub user sushant40 opened a pull request: https://github.com/apache/cordova-ios/pull/94 Adding rebroadcast capabilities to remote notification registeration Adding rebroadcast capabilities to remote notification registration within AppDelegate. This is required in order to register for push notifications. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sushant40/cordova-ios master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-ios/pull/94.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #94 ---- commit 24744f52c56ac405b2bce8ff97807415e1518977 Author: Sushant Verma Date: 2014-03-12T00:47:35Z Adding rebroadcast capabilities to remote notification registeration within AppDelegate. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---