- Home /
Admob crashing my app at the beginning of launch
I decided to install Admob. However, after installing the Mobile Ads Unity plugin, the application starts and stops working at the beginning of launch. I've tried multiple solutions. One of them I added the following codes to AndroidManifest:
<application>
<uses-library android:required="false" android:name="org.apache.http.legacy"/>
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="[ADMOB APPLICATION ID]"/> //I changed only this ID. I put there my admob id.
</application>
But this did not work. I've been through this for a long time. Can you please help? With my all respect ..
Answer by davejoshtv · Apr 14, 2021 at 03:30 AM
AdMob manager might be the problem. Unselect the AdMob manager and select Google AdMob.
Your answer
Follow this Question
Related Questions
Does Unity Ads or Admob pay the developer if user just watch a rewarded videos ?? 0 Answers
Need help with "custom" advertising... ? 0 Answers
how to implement admob into your game and why doesnt this script work 0 Answers
Starts Crashing and performance got reduced after Ads Enabled 0 Answers
AdMob in Editor? 1 Answer