Category / Section
How to enable access permission in UWP Application?
1 min read
Description:
When you try to save image in device’s gallery by using image editor, the application may get crash. By default, the application does not have permission to access images in device. To resolve this crash, follow the given steps.
Solution:
To resolve this application crash in UWP, you should enable permission for images in UWP project.
Refer the following steps to enable permission
Step 1: Right-click the UWP project and select Properties.
Step 2: Click Package Manifest and go to Capabilities menu
Step 3: Please ensure that the Pictures Library has been checked under Capabilities