-
Is there any solution for android 13 , working with older version but not with Android 13 because of new permission rule |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Can you update the plugin by downloading it from GitHub, if you haven't already done so? |
Beta Was this translation helpful? Give feedback.
-
@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: |
Beta Was this translation helpful? Give feedback.
Can you update the plugin by downloading it from GitHub, if you haven't already done so?