googleads / googleads-mobile-android-mediation

Sample Android project showcasing how to build a mediation adapter or custom event for the Google Mobile Ads SDK.
Apache License 2.0
241 stars 197 forks source link

Time Out Duration of Unity Mediation Adapter is Excessively Long #473

Closed mobile94ever closed 11 months ago

mobile94ever commented 1 year ago

In case of slow or no connection, Unity adapter takes very long to initialize ~8 seconds. All the other adapters like vungle, pangle, ironsource initializes without the need for internet or they just simply don't get initialized if no internet is detected. This increases the MobileAds.Initiazlie() time by a lot. Based on the attached log, it is evident that the Unity adapter is the only one experiencing a timeout issue. Once the Unity adapter is removed, the problem no longer occurs.

Log

joshh-devrel commented 1 year ago

@mobile94ever Can you provide the complete logging that might show the error messages for Unity Ads SDK initialization if there are any? Also, is this reproducible in our Android examples?

joshh-devrel commented 11 months ago

Closed this issue as it wasn't reproducible on our end and there isn't enough information to proceed.

@mobile94ever Please feel free to re-open this issue if you can provide the complete logging/ stack trace, reproducing steps and sample project that can reproduce the issue.