question

KumarAmresh-0452 avatar image
0 Votes"
KumarAmresh-0452 asked minghaoz commented

Location Capability behavior for Desktop bridge application

We have a UWP application which we converted to Desktop bridge application.
In the app we use Location related API's and have declared <DeviceCapability Name="location"/> in the appxmanifest file.
The system behaviour of prompting the user to allow access to precise location was working fine before the app was converted to Desktop bridge application.
Post the conversion, access to location is granted by default as soon as the application is installed.
We have tried to search for any documentation which explains this behaviour, but haven't found anything.
It would be great if someone can point to us to a document which explains this behaviour.

windows-uwp
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Your UWP app could publish store directly. why you want convert it to desktop-bridge?
As you mentioned above, it works well if adding location capability for uwp appxmanifest.

Post the conversion, access to location is granted by default as soon as the application is installed. what behavior that you want to implement?

0 Votes 0 ·

0 Answers