Defining requested permissions for Windows App #448
-
We're about to wrap up an application for production release and everything works fine on Mac, Linux and Windows. Great job! The only thing we noticed is that the Windows executable asks for permissions to access Location services. Our application doesn't require access to anything special other than printers. I couldn't find anything in the documentation as to how to modify which permissions are requested. Is there currently a way to change what permissions are being requested when the application launches the first time? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I haven't seen this myself, so I'm not sure. To my knowledge, Electron doesn't do anything specific here that would trigger this and we certainly don't do anything that I'd expect to trigger this from within NativePHP. So if your app isn't explicitly asking for this, then I suspect the issue lies elsewhere. |
Beta Was this translation helpful? Give feedback.
-
I'd love to help you make sure your release is sound before you push it out. Feel free to email me ([email protected]) if this is something you'd like to work through together |
Beta Was this translation helpful? Give feedback.
A quick search brought up this very recent, seemingly-related thread in the Windows forums, which suggests to me that this might be on OS-level issue.