In your last version (5.2.0) you’ve made some limitation:
if (Looper.getMainLooper() != Looper.myLooper()) { MoPubLog.e(“MoPub can only be initialized on the main thread.”); return; }
Is there any real reason to do this?
Hi @Pablitto!
As stated in the Changelog, from 5.2 on, init is required prior to make ad requests.
APi for SDK initialization was updated from SDK versions 5.X on for GDPR purposes.
Let us know if you have any more questions or concerns.
Thanks