Here are the errors:
jetified-intercom-sdk-base-15.10.3-runtime.jar: D8: java.lang.NullPointerException: Cannot invoke "String.length()" because "<parameter1>" is null
What I’ve Tried:
-
Checked
build.gradlefor SDK version compatibility -
Cleaned and rebuilt project (
./gradlew clean && ./gradlew build) -
Searched through Intercom docs and changelogs
-
Looked at open issues in the GitHub repo
My Setup:
-
React Native version: 072
-
Intercom SDK version: 15.10.3

-
Gradle: 8.0.1
Questions:
-
Are these methods deprecated or moved to a different namespace?
-
Is there a recommended way to check login state and fetch user attributes in the latest SDK?
-
Should I downgrade to a previous version of the Intercom SDK?
Any help is greatly appreciated!
