Skip to content

Need alittle help with this plugin :) #30

Answered by dimonovdd
jordangerada1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. Have you requested permission from the user? You should get the Granted status.

var status = await Permissions.RequestAsync<SaveMediaPermission>();

if (status != PermissionStatus.Granted)
    return;

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jordangerada1
Comment options

@jordangerada1
Comment options

Answer selected by dimonovdd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants