ChartBoost / android-sdk-sample-java

10 stars 7 forks source link

Infinite initialisation in chartboost 9.1.0 #26

Closed mobile-ads-github closed 1 year ago

mobile-ads-github commented 2 years ago

Hello! I faced with problem: on version 9.1.0 when calling Chartboost.startWithAppId(context, appId, appSignature) { startError -> /* some code */ } my startCallback is never called. Also when I tried to load ad it says SESSION NOT STARTED with exception null. I roll back to version 9.0.0 and initialisation starts working. Сan you fix this?

stosiarz commented 1 year ago

Fixed in 9.1.1. Thanks

mobile-ads-github commented 1 year ago

Thank you!