Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 13, SDK 33 - Unable to upload files #97

Open
ragulbit opened this issue Oct 12, 2023 · 3 comments
Open

Android 13, SDK 33 - Unable to upload files #97

ragulbit opened this issue Oct 12, 2023 · 3 comments

Comments

@ragulbit
Copy link

Describe the bug
I've integrated Intercom's capacitor-community v4.0.2. It's working well on iOS, and the conversation text is functioning properly on Android. However, I'm unable to attach files and I'm encountering an error message that says File permission access denied.

It's functioning well on Android 12 - SDK 32 when I include the READ_EXTERNAL_STORAGE permission in the Android manifest. However, file uploads are not working on Android 13 - SDK 33. I've updated the Android manifest with the below permissions, but I'm still unable to upload files.

<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />

Any help would be appreciated. Thanks

@matiasfic
Copy link

I faced the same issue and solved it increasing the Intercom Android SDK version to 14. Version 12 (current one) is old and it did not use the new Android media permissions.

@ziyanp
Copy link

ziyanp commented Nov 13, 2023

I faced the same issue and solved it increasing the Intercom Android SDK version to 14. Version 12 (current one) is old and it did not use the new Android media permissions.

How does one do this?

@FernetB
Copy link

FernetB commented Jun 24, 2024

I have the same issue with the lastest version (5.0.1) any help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants