Hi Abdur,
Thank you for reaching out to us.
Before we share this to the wider team, can you provide us the additional information below?
Regards,
![]() |
Mobile Ads SDK Team |
Hi Abdur,
Thank you for providing the additional information.
Allow me to share this to the wider team to further check this crashes. We will update you once we have more information.
![]() |
Mobile Ads SDK Team |
Hi Liran,
Thank you for contacting the Mobile Ads SDK Support team.
The crash issue discussed in this thread has been fixed in the “22.1.0” version.
If you’re still facing the issue please share the below information for further investigation
You can provide the details via reply privately to the author option.
Hi Liran,
If you’re still facing the issue, please share the below information for further investigation:
Hi,
Thank you for getting back to us,
Upon reviewing your concern, I understand that you are able to find the crash in Crashlytics. Please note that without the earlier requested minimum information we cannot proceed with further investigation.
Kindly provide the below information for further investigation:
You can provide the details via reply privately to the author option.
Please follow the steps to find the ids in your application :
Please follow the Google sample application application for app ID and ad unit ID.
For App id : Your project -> app -> manifests -> application -> meta-data
<!-- Sample AdMob App ID: ca-app-pub-3940256099942544~3347511713 -->
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-3940256099942544~3347511713"/>
Ad unit Id : Your project -> app -> res -> values -> strings.xml
<!-- This is an ad unit ID for a test ad. Replace with your own banner ad unit id. -->
<string name="banner_ad_unit_id">ca-app-pub-7082536292685918/2452022144</string>