-
Notifications
You must be signed in to change notification settings - Fork 39
Error Initalizing SDK #75
Comments
I am also experiencing crashes on iOS only with the combination of:
This is following a large app upgrade from Expo SDK 46 -> 49, which was actually performed via creating a new "clean" app on Expo SDK 49 and re-installing dependencies and re-importing code. Previous versions just for reference where everything was working were:
My understanding at the moment is that:
Does anyone have a method of either:
My only other option would seem to be to roll my own config plugin or "hacking" at this one to support the newer intercom versions? |
Did you was able to fix this problem? |
Not fully - see this thread for my other comments: #72 Current on v5.3.1 with the "local" config plugin in the gist linked in that thread. Plan on coming back to this in the new year as I need to get push notifications up and running - ideally we have a new version of this config plugin that works with Intercom v6 libs. |
EDIT: Assuming this is because im using v6, but will leave this here for a few days to check
EDIT 2: Swapped to
"@intercom/intercom-react-native": "4.0.1",
as specified in the docs and now it crashesTrying to set this up for the first time and get this error:
[Error: ERROR - Tried to update user, but there was a problem with the SDK's initialisation.]
Also
Intercom.present()
shows the intercom client, but it is stuck in a loading state.Using expo 49 and I've triple checked all my API keys and app Id are correct
Package.json:
My config:
The text was updated successfully, but these errors were encountered: