-
Notifications
You must be signed in to change notification settings - Fork 33
[WinPhone] Permission 'NONE' Ignored #109
Comments
Thank you for submitting an issue. The PhoneGap Build team has triaged your request and labeled it:
We've added your request to the team's backlog. Due to high volumes, there may be a delay in addressing your request. Rest assured, we haven't lost track of your request. Your feedback is very valuable to us, so please keep it coming. If you have any questions, please ask us over on our support community. We love to help! Cheers, The PhoneGap Build team |
+1 for this. Hope this can be fixed as soon as possible! |
Do we have any updates on this? I'm getting pushed from higher-ups on the WinPhone version not being right. Should I just go ahead and build locally? |
+1 |
I understand that OP says this is working for Android... but I haven't been able to make it work. In my
Yet, using
I haven't been able to make this work. Did this recently break? |
After adding:
PG build disables the other permissions. I find this behavior strange, but perhaps there's a reason for it. |
+1 |
Fix was integrated and deployed. |
thanx mate.... |
Type: BUG
PhoneGap Version: All
Devices: All
The config.xml has the following preference:
<preference name="permissions" value="none"/>
Android .apk picks that up correctly, but when .xap submitted to Windows Phone Dev Center it shows:
ID_CAP_CONTACTS
ID_CAP_IDENTITY_USER
ID_CAP_ISV_CAMERA
ID_CAP_LOCATION
ID_CAP_MEDIALIB
ID_CAP_MICROPHONE
ID_CAP_NETWORKING
ID_CAP_SENSORS
ID_CAP_WEBBROWSERCOMPONENT
ID_HW_CAMERA
ID_HW_MAGNETOMETER
Related issue:
http://community.phonegap.com/nitobi/topics/capabilities_for_windows_phone_devices_app_builded_on_cloud
The text was updated successfully, but these errors were encountered: