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?

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



Leave a Reply 1

Your email address will not be published. Required fields are marked *


chooch

chooch

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.