Dhaval2404 / ImagePicker

📸Image Picker for Android, Pick an image from Gallery or Capture a new image with Camera
Apache License 2.0
1.5k stars 335 forks source link

Not Works On Android 13 And Api 34 #333

Open hasanozn opened 9 months ago

hasanozn commented 9 months ago

Android 13 does not work, although I give all permissions, there is no process when clicked. For example, the camera does not open and the gallery does not open.

Android version

13 And 14

SDK version

33 AND 34

imran4colourmoon commented 8 months ago

same issue I'm also facing

nitinsri511 commented 7 months ago

same issue

soareseneves commented 6 months ago

I managed to fix it, the problem is within the permissions that changed for Android 13+, fork the project and edit the permissions acording to Android Version and if that doesn't work change the permission methods or use a library to check permissions like this one: https://github.com/guolindev/PermissionX

tungthanh1497 commented 4 months ago

I managed to fix it, the problem is within the permissions that changed for Android 13+, fork the project and edit the permissions acording to Android Version and if that doesn't work change the permission methods or use a library to check permissions like this one: https://github.com/guolindev/PermissionX

Have you done it and succeeded? Can you show us the code or if better, could you publish it to jitpack? Thanks a lot