|
Is there any solution for android 13 , working with older version but not with Android 13 because of new permission rule |
Answered by
yasirkula
Sep 26, 2023
Replies: 2 comments 9 replies
|
Can you update the plugin by downloading it from GitHub, if you haven't already done so? |
1 reply
Answer selected by
yasirkula
|
@yasirkula i still have this issue and already update the NativeGallery to 1.8.1, can you help me? I create this method and it always return true. var permission = await NativeGallery.RequestPermissionAsync(
NativeGallery.PermissionType.Read | NativeGallery.PermissionType.Write,
NativeGallery.MediaType.Image);
return permission == NativeGallery.Permission.Granted;Android popup that ask for permission never show and the error on logcat still that: |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you update the plugin by downloading it from GitHub, if you haven't already done so?