Hey,
I'm using an ibeacon module for my project which works fine most of the time. However it sometimes throws an ArrayIndexOutofBounds exception which i would like to handle and prevent it from crashing my app.
I tried using try catch statements wherever i'm using the module but this does not seem to help. Is there really no way how to handle these exceptions?
App: mobile Sdk: 3.2.3 Platform: Android 4.3 and higher Error and module:https://github.com/m1ga/tibeacon/issues/13