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 27BE018F23 for ; Thu, 24 Mar 2016 13:28:32 +0000 (UTC) Received: (qmail 64632 invoked by uid 500); 24 Mar 2016 13:28:31 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 64547 invoked by uid 500); 24 Mar 2016 13:28:31 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 64222 invoked by uid 99); 24 Mar 2016 13:28:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2016 13:28:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BA60C2C1F5C for ; Thu, 24 Mar 2016 13:28:25 +0000 (UTC) Date: Thu, 24 Mar 2016 13:28:25 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10845) Location permission lost for Windows Phone 8.1 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-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210210#comment-15210210 ] ASF GitHub Bot commented on CB-10845: ------------------------------------- GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-windows/pull/164 CB-10845 Invalidate manifest cache in prepare This fixes [CB-10845](https://issues.apache.org/jira/browse/CB-10845) You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-windows CB-10845 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-windows/pull/164.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 #164 ---- commit c11819169b976f64cdf286dcf7ae4e111b4f61f7 Author: Vladimir Kotikov Date: 2016-03-24T13:04:13Z CB-10845 Invalidate manifest cache in prepare ---- > Location permission lost for Windows Phone 8.1 > ---------------------------------------------- > > Key: CB-10845 > URL: https://issues.apache.org/jira/browse/CB-10845 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Geolocation, Windows > Environment: Windows Phone 8.1 > Reporter: Steffen Schaffert > Assignee: Vladimir Kotikov > > After updating to the latest Cordova versions (cordova-cli 6.0.0, cordova-windows 4.3.1, cordova-plugin-geolocation 2.1.0), the location capability is missing from the appxmanifest file. > In the platforms/windows folder, the file "package.windows.appxmanifest" contains the following region: > > > > > The file "package.phone.appxmanifest", which seems to be relevant when building for the ARM platform, is missing the location entry: > > > > I don't know whether this is a bug in the geolocation plugin (which should add the permission) or in the windows platform. I was able to fix the problem for me by extending the plugin.xml of the geolocation plugin and adding: > > > > This seems to be a bug because the existing extra with target="package.appxmanifest" works for the file package.windows.appxmanifest but not for package.phone.appxmanifest. > Edit: The build target was "Windows Phone (Universal)" from Visual Studio 2015, which results in creating an app package with the following name: "CordovaApp.Phone__arm.appxupload -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org