Unity 2021.3.17f
IronSource 7.2.7
Unity Ads 4.3.29.2
AdMob 4.3.46.0
Android Build to Samsung S6 Android v.7
I merged Unity Mediation into LevelPlay on dashboard.unity3d.com.
I set it up on Iron Source
I connected sdk networks for IronSource, Unity Play, AdMob (API Failed for Google Ad Mob but AdMob Native API OK).
My game is in development. It has not been published yet. I’ve been trying to 3 days to make it work following official ironsource level play docs and also a youtube video link below.
I’m unable to deploy to a test device. Build is successful and then crash exit.
Logcat reports:
0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of main
2023/01/26 21:19:29.828 13086 13086 Error Zygote v2
0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of system
2023/01/26 21:19:29.829 13086 13086 Info libpersona KNOX_SDCARD checking this for 10253
2023/01/26 21:19:29.829 13086 13086 Info libpersona KNOX_SDCARD not a persona
2023/01/26 21:19:29.832 13086 13086 Error Zygote accessInfo : 0
2023/01/26 21:19:29.832 13086 13086 Warn SELinux SELinux selinux_android_compute_policy_index : Policy Index[2], Con:u:r:zygote:s0 RAM:SEPF_SECMOBILE_7.0_0010, [-1 -1 -1 -1 0 1]
2023/01/26 21:19:29.835 13086 13086 Info SELinux SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=com.MyUnityAndIronSourceCompanyName.MyProjectTitle
2023/01/26 21:19:29.846 13086 13086 Info art Late-enabling -Xcheck:jni
2023/01/26 21:19:29.901 13086 13086 Debug TimaKeyStoreProvider TimaKeyStore is not enabled: cannot add TimaSignature Service and generateKeyPair Service
2023/01/26 21:19:30.415 13086 13086 Debug AndroidRuntime Shutting down VM
0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of crash
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime FATAL EXCEPTION: main
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime Process: com.MyUnityAndIronSourceCompanyName.MyProjectTitle, PID: 13086
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime java.lang.RuntimeException: Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException:
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime ******************************************************************************
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * The Google Mobile Ads SDK was initialized incorrectly. AdMob publishers *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * should follow the instructions here: *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * https://googlemobileadssdk.page.link/admob-android-update-manifest *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * to add a valid App ID inside the AndroidManifest. *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * Google Ad Manager publishers should follow instructions here: *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * https://googlemobileadssdk.page.link/ad-manager-android-update-manifest. *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime ******************************************************************************
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at android.app.ActivityThread.installProvider(ActivityThread.java:6329)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at android.app.ActivityThread.installContentProviders(ActivityThread.java:5918)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5857)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at android.app.ActivityThread.-wrap3(ActivityThread.java)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1699)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at android.os.Handler.dispatchMessage(Handler.java:102)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at android.os.Looper.loop(Looper.java:154)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at android.app.ActivityThread.main(ActivityThread.java:6682)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at java.lang.reflect.Method.invoke(Native Method)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime Caused by: java.lang.IllegalStateException:
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime ******************************************************************************
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * The Google Mobile Ads SDK was initialized incorrectly. AdMob publishers *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * should follow the instructions here: *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * https://googlemobileadssdk.page.link/admob-android-update-manifest *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * to add a valid App ID inside the AndroidManifest. *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * Google Ad Manager publishers should follow instructions here: *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime * https://googlemobileadssdk.page.link/ad-manager-android-update-manifest. *
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime ******************************************************************************
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at com.google.android.gms.ads.internal.client.zzek.attachInfo(com.google.android.gms:play-services-ads-lite@@21.4.0:26)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at com.google.android.gms.ads.MobileAdsInitProvider.attachInfo(com.google.android.gms:play-services-ads-lite@@21.4.0:1)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime at android.app.ActivityThread.installProvider(ActivityThread.java:6326)
2023/01/26 21:19:30.432 13086 13086 Error AndroidRuntime ... 10 more
Can someone please help to resolve it. Can LevelPlay be deployed to a game that was not published yet?
Link to a video that I also followed but for me Ironsource DemoScene crashes on deploy to a device. My own game scenes build deployed to a device also crashes.
Video: