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,