Kodular App Crashing on Android 13+ When Accessing Storage

Hello,
I have an issue with my application built using Kodular. On Android 13 and above, the storage permission does not work correctly.
When the user tries to select an image or access files, the app crashes immediately.

I’m looking for a solution or a compatible method to access storage (gallery or files) on Android 13+ without causing the app to crash.

Thank you in advance for your help :folded_hands:

:white_check_mark: Solutions & Workarounds

1. Use the Correct Permissions for Android 13+

Android 13 introduces media-specific permissions:

Type of Media Permission Needed
Images READ_MEDIA_IMAGES
Video READ_MEDIA_VIDEO
Audio READ_MEDIA_AUDIO

Any error message?
Please provide a screenshot of your relevant blocks

Taifun



I repeat

Taifun

Uploading: Screenshot_20250702_181852_.jpg…
Uploading: Screenshot_20250702_181903_.jpg…
Uploading: Screenshot_20250702_182445_Chrome.jpg…

See tthe Kodular Bugs Tracker

Especially the image picker workaround

Taifun