You are developing a Windows Store app.
You need to ensure that the app can access geolocation information.
What should you configure in the Manifest Designer?
A.
Capabilities
B.
Application UI
C.
Visual Assets
D.
Declarations
You are developing a Windows Store app.
You need to ensure that the app can access geolocation information.
What should you configure in the Manifest Designer?
You are developing a Windows Store app.
You need to ensure that the app can access geolocation information.
What should you configure in the Manifest Designer?
A.
Capabilities
B.
Application UI
C.
Visual Assets
D.
Declarations
Capabilities are for communication, between your app and everything else: internet, file system, the world. Capabilities will be listed to the end user.
Declarations are for doing stuff: searching, sharing, opening, saving, printing, being opened, etc. Declarations will NOT be listed to the end user.