Closed felippepuhle closed 5 years ago
Have you added a privacy description for accessing photos?
Hey @makirby!
Yes, we've added NSPhotoLibraryUsageDescription
as suggested here
Oh I see it's when the image is actually attached. I tried it myself and we actually get the same crash 😅
Was able to resolve by bumping the iOS intercom lib
pod 'Intercom', '~> 5.5.1'
I don't know if this causes any other side effects though.
Wow, it works! Thanks @makirby!
I'll open a PR fixing it, but apparently this repo is out of date!
Current NPM version is 13.1.0
(https://www.npmjs.com/package/react-native-intercom) whereas the current package.json
contains 13.0.1
(https://github.com/tinycreative/react-native-intercom/blob/master/package.json#L3)
Can we re-open this as I'm still facing this issue on the latest npm package version on iOS 13 and RN 0.61.2
I checked that it fixed on react-native-intercom 13.2.0
and intercom-ios 5.5.2
.
I checked that it fixed on react-native-intercom
13.2.0
and intercom-ios5.5.2
.
Using the same version but the app still crashes
I am having the same issue, I have updated to the latest version but am still getting crashes every time an image is added to a chat. not having this issue on web or android just iOS
In my case, I installed Intercom manually. react-native-intercom
is 13.2.0
Issue resolved after I download a new intercom.framework.
Hey guys, how are you?
Just noticed that if I try to attach a photo on a conversation, my app suddenly crashes and I don't know what's going on.
Any thoughts?
Thanks