[Critical] MobileAds.initialize dead lock on Samsung S25 serie

59 views
Skip to first unread message

E A

unread,
Feb 12, 2025, 6:56:36 PM2/12/25
to Google Mobile Ads SDK Developers
Hello,

Users of Samsung S25 series are unable to open my app. I've successfuly reproduced the issue on Samsung Test Lab.

MobileAds.initialize dead lock, if I remove it, my app can well open.

More info in the bellow github issue : 

https://github.com/googleads/googleads-mobile-flutter/issues/1264

Mobile Ads SDK Forum Advisor

unread,
Feb 12, 2025, 11:36:57 PM2/12/25
to enguerran...@gmail.com, google-adm...@googlegroups.com

Hi,

Thank you for contacting the Mobile Ads SDK Support team.

I will check with our team regarding your query and one of my team members will reach out to you once we have an update. Meanwhile, your patience is highly appreciated.

This message is in relation to case "ref:!00D1U01174p.!5004Q02vH1dw:ref" (ADR-00288157)

Thanks,
 
Google Logo Mobile Ads SDK Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5


 

 

Mobile Ads SDK Forum Advisor

unread,
Feb 14, 2025, 7:54:11 PM2/14/25
to google-adm...@googlegroups.com, enguerran...@gmail.com
Hello,

Please see https://developers.google.com/admob/android/optimize-initialization#update_your_manifest_file and try using the OPTIMIZE_INITIALIZATION and OPTIMIZE_AD_LOADING flags.
 
This message is in relation to case "ref:!00D1U01174p.!5004Q02vH1dw:ref" (ADR-00288157)

Thanks,
 
Google Logo
Eric Leichtenschlag
Mobile Ads SDK Team


Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5
 

 



E A

unread,
Feb 16, 2025, 3:53:45 AM2/16/25
to Google Mobile Ads SDK Developers
Hello,

I've put as bellow in my AndroidMangifest.xml and it WORKS ! Settings alone OPTIMIZE_INITIALIZATION was not enough.

<meta-data
  android:name="com.google.android.gms.ads.flag.OPTIMIZE_INITIALIZATION"
  android:value="true"/>
<meta-data
  android:name="com.google.android.gms.ads.flag.OPTIMIZE_AD_LOADING"
  android:value="true"/>

Thanks a lot, i will publish that and check with my users.
Reply all
Reply to author
Forward
0 new messages