After SDK33: required storage permissions on Android 13+ (READ_MEDIA_...) missing

:question:

I mean you´re using an extension for Dynamic components.

I´m using the one from Kodular

Captura de pantalla 2023-10-22 212147

I’ve never used any of these dynamic things - fortunately, because it just saved me time and trouble.

Dynamic_Image only works with storage permissions (regardless of the path, including the ASD) and then only with an absolute path for the ASD and even worse only up to Android 12. (For non-ASD-paths it works only with a full path.)

On Android 13+ it no longer works at all for the ASD

  • not with a full path
  • not with an absolute path
  • not with storage permissions.

There are other problems, which I don’t want to mention all here.

1 Like

Thank you so much for clarifying and for your help.

Dynamic image was working fine just until before the update, on Android 13, but now I will need to look to modify my app using the dynamic extension.

EDIT: I just updated my app with Dynamic extension and it´s working perfect now, the problem was with kodular dynamic image.

1 Like

Great.

But, I found a special path that works under restrictions. Try this on Android 9-13+ and you will understand what I mean.
Fibra_58_2.apk (4.3 MB)

2 Likes

3 posts were merged into an existing topic: Error cloudinary, android 13, sdk 33, imagen picker

is solved now… i follow guide all not work

This post was flagged by the community and is temporarily hidden.

This post was flagged by the community and is temporarily hidden.

@bodymindpower can you help me fix this issue?

image

I followed same blocks as you given.

Please provide a screenshot of your relevant blocks
Which device and Android version are you using for your tests?

Taifun

This will be fixed. I added the missing permissions

And for some components the automatically requested old permission (READ_EXTERNAL_STORAGE) must be removed (or replaced) for Android 13+.

1 Like

I will revisit this thread this weekend

What is the date of those upcoming update? So I can notify my clients about this.

Is there any news about this?

Where are those updates? Its been a so long time. We’re dying by taking complaints from users.

The latest update was on Nov 12, see also

What exactly are you waiting for?

Taifun

But Image Picker issue is still available. and Permission getting denied.

a solution for the image picker has been provided here

Taifun