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
if I try and use the Iterable manager before its registered, I get a UNDOCUMENTED RuntimeException
java.lang.RuntimeException: IterableApi must be initialized before calling getInAppManager(). Make sure you call IterableApi#initialize() in Application#onCreate
at com.iterable.iterableapi.IterableApi.getInAppManager(IterableApi.java:662)
WHY would do this ?
WHY throw Undocumented Runtime Exceptions like this ?
just log a message and fail gracefully.
Please fix this,
The text was updated successfully, but these errors were encountered:
if I try and use the Iterable manager before its registered, I get a UNDOCUMENTED RuntimeException
java.lang.RuntimeException: IterableApi must be initialized before calling getInAppManager(). Make sure you call IterableApi#initialize() in Application#onCreate
at com.iterable.iterableapi.IterableApi.getInAppManager(IterableApi.java:662)
WHY would do this ?
WHY throw Undocumented Runtime Exceptions like this ?
just log a message and fail gracefully.
Please fix this,
The text was updated successfully, but these errors were encountered: