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
Analytics are not being sent to the cloud. However, all needed setups is there.
v0.10.8
EstimoteSDK.initialize(this, Constants.appId, Constants.appToken);
EstimoteSDK.enableDebugLogging(true);
// EstimoteSDK.enableMonitoringAnalytics(true);
EstimoteSDK.enableRangingAnalytics(true);
The text was updated successfully, but these errors were encountered:
Hello @Moudi2020 !
I'm investigating this issue - thanks for reporting that!
Some improvements will be made to analytics in next SDK release - should probably solve your problems :)
Analytics are not being sent to the cloud. However, all needed setups is there.
v0.10.8
EstimoteSDK.initialize(this, Constants.appId, Constants.appToken);
EstimoteSDK.enableDebugLogging(true);
// EstimoteSDK.enableMonitoringAnalytics(true);
EstimoteSDK.enableRangingAnalytics(true);
The text was updated successfully, but these errors were encountered: