You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using react native app in which we have Iterable integrated.
App is getting crashed in first few seconds(5-6 seconds) on launch with below stacktrace.
Iterable version: "@iterable/react-native-sdk": "1.3.18",
Below is the error being reported to our error reporting tool:
IterableApi must be initialized before calling getInAppManager(). Make sure you call IterableApi#initialize() in Application#onCreate
Stack trace:
com.iterable.iterableapi.IterableApi in getInAppManager at line 575
com.iterable.iterableapi.IterableFirebaseMessagingService in handleMessageReceived at line 74
com.iterable.iterableapi.IterableFirebaseMessagingService in onMessageReceived at line 22
com.google.firebase.messaging.FirebaseMessagingService in dispatchMessage at line 12
com.google.firebase.messaging.FirebaseMessagingService in passMessageIntentToSdk at line 8
com.google.firebase.messaging.FirebaseMessagingService in handleMessageIntent at line 3
com.google.firebase.messaging.FirebaseMessagingService in handleIntent at line 3
com.google.firebase.messaging.EnhancedIntentService in lambda$processIntent$0$com-google-firebase-messaging-EnhancedIntentService at line 1
com.google.firebase.messaging.EnhancedIntentService$$ExternalSyntheticLambda1 in run at line 6
java.util.concurrent.ThreadPoolExecutor in runWorker at line 1167
java.util.concurrent.ThreadPoolExecutor$Worker in run at line 641
com.google.android.gms.common.util.concurrent.zza in run at line 2
java.lang.Thread in run at line 919
We are using react native app in which we have Iterable integrated.
App is getting crashed in first few seconds(5-6 seconds) on launch with below stacktrace.
Iterable version: "@iterable/react-native-sdk": "1.3.18",
Below is the error being reported to our error reporting tool:
IterableApi must be initialized before calling getInAppManager(). Make sure you call IterableApi#initialize() in Application#onCreate
Stack trace:
Device details:
Iterable initialisation code:
Calling above in useEffect for Navigation Container
Let me know if any additional details are required.
The text was updated successfully, but these errors were encountered: