Pangle does not work with admob 8.4.1

399 views
Skip to first unread message

Yusuke Amano

unread,
Jul 21, 2023, 5:05:12 AMJul 21
to Google Mobile Ads SDK Developers
Hi Google developers,
I am trying to implement Admob 8.4.1 and Pangle 2.2.0 mediation.
I have followed the documentation, imported the files and checked them with AdInspector.
But Pangle did not work.
Could you give me some advice?

Ad inspector messages:
"Pangle Adapter not found"
"Didn't initialize"

adb console log:
Adapter com.google.ads.mediation.pangle.PangleMediationAdapter is NotReady

-------

versions

Unity 2021.3.24f1

Tried Admob versions:
8.4.1, 8.4.0, 8.3.0

Tried Pangle versions:
2.2.0, 2.1.0, 2.0.0

Mobile Ads SDK Forum Advisor

unread,
Jul 21, 2023, 9:12:07 AMJul 21
to y-a...@gl-inc.jp, google-adm...@googlegroups.com
Hello,

Thank you for reaching out to us.

With regard to your concern, the error that you've shared usually occurs when you didn't properly installed/import the mediation adapter into your app. With that, we would recommend checking this HC article first: https://support.google.com/admob/answer/12659455?hl=en&sjid=6588519949518578956-AP. If the issue persist, kindly share to us at least a test project where the issue is reproducible. This will greatly help us to further check your issue. You may share the requested information using the steps below.
 

1. Navigate to

https://docs.google.com/forms/d/e/1FAIpQLSfkAiXMeYP-fw1W3Z-tT9uwmATEKO5X6S-th0gR2ezdKaaqfg/viewform?usp=pp_url&entry.400550049=Mobile+Ads+SDK&entry.460850823=5004Q00002nR6zFQAS&entry.80707362=00189462

2. Fill out all fields, and attach your file(s).

3. Please reply back on this thread when you have uploaded your file(s). Please do not share this link.


 
This message is in relation to case "ref:_00D1U1174p._5004Q2nR6zF:ref"

Thanks,
 
Google Logo Mobile Ads SDK Team


Yusuke Amano

unread,
Jul 24, 2023, 6:00:46 AMJul 24
to Google Mobile Ads SDK Developers
Hello Google Developers,

Thank you for your reply.
I have sent you a sample project, please check it out.
I have written the version information in the Readme.

2023年7月21日金曜日 22:12:07 UTC+9 Mobile Ads SDK Forum Advisor:

Mobile Ads SDK Forum Advisor

unread,
Jul 24, 2023, 9:52:24 AMJul 24
to y-a...@gl-inc.jp, google-adm...@googlegroups.com
Hello Yusuke,

Unfortunately, the file was not successfully uploaded. Kindly provide it again privately. You can provide the following details via reply privately to author option or directly provide it to the link below.

If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files with me by performing the following steps:

Yusuke Amano

unread,
Jul 25, 2023, 12:06:32 AMJul 25
to Google Mobile Ads SDK Developers
Hello Google Developers,

Thank you for your reply.
I have uploaded the file again, please check it.
The file size is only about 3 MB.

2023年7月24日月曜日 22:52:24 UTC+9 Mobile Ads SDK Forum Advisor:

Mobile Ads SDK Forum Advisor

unread,
Jul 25, 2023, 6:24:21 AMJul 25
to y-a...@gl-inc.jp, google-adm...@googlegroups.com
Hello Yusuke,

Thank you for providing the requested information.

Upon testing, we were able to open and run the project file. However, we are unable to replicate the issue you've reported. Would you kindly provide us the steps to replicate this issue and a screen recording?
Message has been deleted

Yusuke Amano

unread,
Jul 25, 2023, 7:14:33 AMJul 25
to Google Mobile Ads SDK Developers
Hello Google Developers,

Thanks for checking.
I did not do anything special.
I do Force Resolve in Unity, let it resolve dependencies, and build in AndroidStudio.
In AndroidStudio, I just click the play button. (green triangle)

In the meantime, I have sent a video of the play through the form.
It's really just running, but it shows up as not found Pangle adapter in AdInspector.

The library dependencies seem to be written to the file correctly.
The build.gradle in the unityLibrary folder in the exported project has the following statement.

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
// Android Resolver Dependencies Start
    implementation 'com.google.ads.mediation:pangle:5.2.0.6.0' // Assets/GoogleMobileAds/Mediation/Pangle/Editor/PangleMediationDependencies.xml:25
    implementation 'com.google.android.gms:play-services-ads:22.2.0' // Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml:7
    implementation 'com.google.android.ump:user-messaging-platform:2.0.0' // Assets/GoogleMobileAds/Editor/GoogleUmpDependencies.xml:7
// Android Resolver Dependencies End
    implementation(name: 'googlemobileads-unity', ext:'aar')
    implementation project('GoogleMobileAdsPlugin.androidlib')

}

2023年7月25日火曜日 19:24:21 UTC+9 Mobile Ads SDK Forum Advisor:

Mobile Ads SDK Forum Advisor

unread,
Jul 25, 2023, 1:11:18 PMJul 25
to y-a...@gl-inc.jp, google-adm...@googlegroups.com

Hi Yusuke,

Thank you for your response. We tried to test again your sample app project provided, and we also tried to force resolve it, and it was successful. However, there is an error with regard to the "PBXProject could not be found". Can you confirm if you're able to encounter this also? If not, can you provide us with an APK file where the behavior is reproducible? In addition to that, can you confirm if you already check this article ( https://support.google.com/admob/answer/12659455?hl=en&sjid=6588519949518578956-AP) that explains the following error you're seeing? Once provided and confirmed that you already checked the article, we will share this to the wider team to further investigate the reported behavior of mediation adapter.

Yusuke Amano

unread,
Jul 26, 2023, 12:58:27 AMJul 26
to Google Mobile Ads SDK Developers
Hello Google Developers,

Thank you for your reply.

I did not encounter the "PBXProject not found" error on my PC, either when running resolve or during the build.

The errors encountered by AdInspector when starting the apk are "adapter not found" and "not initialized".
The SDK integration has been added to the dependencies as far as I can see in AndroidStudio, and does not seem to be causing any build errors, etc.
The Pangle client on the C# side seems to have files added to Unity without any leaks.

When the app is running, the AdapterStatusMap is output to Logcat.
The error message is "Adapter com.google.ads.mediation.pangle.PangleMediationAdapter is NotReady".

We have uploaded the APK to the form, please check it.

2023年7月26日水曜日 2:11:18 UTC+9 Mobile Ads SDK Forum Advisor:

Mobile Ads SDK Forum Advisor

unread,
Jul 26, 2023, 6:00:58 AMJul 26
to y-a...@gl-inc.jp, google-adm...@googlegroups.com
Hi Yusuke,

It seems that the APK that you've shared didn't went through. Could you please try to re-upload again using the steps provided on this thread, then let us know once done?

Yusuke Amano

unread,
Jul 26, 2023, 7:01:15 AMJul 26
to Google Mobile Ads SDK Developers
Hello Google Developers,

I tried uploading the apk through the form again.
Please check it out.

Mobile Ads SDK Forum Advisor

unread,
Jul 26, 2023, 11:05:34 AMJul 26
to y-a...@gl-inc.jp, google-adm...@googlegroups.com

Hi Yusuke,

Thank you for your response. We tried the APK you've provided, however, it keeps crashing/closing the app after "initializing". With that, let us share this to the wider team to further check the behavior you're seeing in your end. Rest assured that one of our team will reach out to you.

Mobile Ads SDK Forum Advisor

unread,
Jul 27, 2023, 5:28:26 PMJul 27
to y-a...@gl-inc.jp, google-adm...@googlegroups.com

Hi,

I was unable to get the provided sample project to run. That said, I was able to get GoogleMobileAds for Unity to run with the Pangle adapter. Some differences between the HelloWorld sample application which I tested against and the provided sample was that I did not enable the custom manifest options. Moreover I ran this on Unity Editor 2022.3. 

Please try to reinstall the Google Mobile Ads for Unity plugin, the Pangle adapter, and disabling the custom manifest settings. If that does not work, please feel free to reach back out and I can take another look.

 

Nick



ref:_00D1U1174p._5004Q2nR6zF:ref

Yusuke Amano

unread,
Jul 28, 2023, 3:42:41 AMJul 28
to Google Mobile Ads SDK Developers
Hello Nick, 

Thank you for your response.

I had reimported both Admob and Pangle and stopped the custom AndroidManifest, but it still doesn't seem to work.
I have uploaded the unity generated AndroidStudio project to the form, could you please check it?

Mobile Ads SDK Forum Advisor

unread,
Jul 28, 2023, 1:23:43 PMJul 28
to y-a...@gl-inc.jp, google-adm...@googlegroups.com
Hi Yusuke,

I think the issue might be the Unity Engine version used. Looking at the exported Android Studio project I notice two differences with my project:

1) I am not using custom Build files to override the gradle work.
Image_2023-07-28_10-19-46.pngImage_2023-07-28_10-19-47.png

2) I am using Unity 2022.3. Unity 2022.3 Uses Java_11 . I think this is the key issue causing a conflict with Pangle. I recommend upgrading to Unity 2022.3 if you are using Pangle.

When I did these two things, everything worked for me. Please try Unity 2022.3. If you continue to have issues, please reach out.

nick

ref:_00D1U1174p._5004Q2nR6zF:ref

Yusuke Amano

unread,
Aug 3, 2023, 1:09:14 AMAug 3
to Google Mobile Ads SDK Developers
Hello Nick,

Thank you for your replay.

I followed the two opinions you gave me and tried to build it, but it still seems that the Pangle adapter is not found by admob.
The adb log still records the following string.
 "Adapter com.google.ads.mediation.pangle.PangleMediationAdapter is NotReady"

I also suspected the files were corrupted and re-downloaded Admob and Pangle, but that doesn't seem to help either.
Does it have anything to do with the fact that my PC is an M1Mac?

1) I have deactivated all custom build options for Android as in the screenshot you gave me.
スクリーンショット 2023-08-03 13.59.30.png

2) I am using Unity 2022.3.4f1.

2023年7月29日土曜日 2:23:43 UTC+9 Mobile Ads SDK Forum Advisor:

Mobile Ads SDK Forum Advisor

unread,
Aug 4, 2023, 2:54:21 PMAug 4
to y-a...@gl-inc.jp, google-adm...@googlegroups.com

Hi,

 

I am going to spend some time researching this issue in more detail and I will send you my findings early next week.

 

Thanks,

Mobile Ads SDK Forum Advisor

unread,
Aug 4, 2023, 5:48:10 PMAug 4
to google-adm...@googlegroups.com, y-a...@gl-inc.jp

Hi,

I was unable to get the provided sample project to work again, but I do have a sample project with the pangle adapter installed and working. This time I have things working on Unity 2021. I have attached some screen shots of my setup and the sample unity project. I have also included the APK for you. Please let me know if this helps.

https://drive.google.com/file/d/1gIXrwDlzkbNYnX0VxXbaXLFcBD6kFG1w/view?usp=drive_link&resourcekey=0-zWNPVSXpOu6IT6uAGlrNOQ

https://drive.google.com/file/d/1xTSTisCQb5h9nGSgAuEHIz6N9KlGh7tD/view?usp=drive_link&resourcekey=0-ivOwdmLXFsQzy39fWG_Jcg

Nick

 

Image_2023-08-04_14-37-30.pngImage_2023-08-04_14-38-38.pngImage_2023-08-04_14-38-55.png



ref:_00D1U1174p._5004Q2nR6zF:ref

Yusuke Amano

unread,
Aug 10, 2023, 4:53:23 AMAug 10
to Google Mobile Ads SDK Developers
Hello Nick,

I tried running the apk you gave me, but the blue console in the app shows "PangleMediationAdapater is NotReady".
I have switched the network between wifi and 4G and the result seems to be the same.
Therefore, it is hard to believe that it is affected by our network. Is there anything else that might be affecting this?

Thanks,

2023年8月5日土曜日 6:48:10 UTC+9 Mobile Ads SDK Forum Advisor:

Mobile Ads SDK Forum Advisor

unread,
Aug 10, 2023, 7:17:20 PMAug 10
to y-a...@gl-inc.jp, google-adm...@googlegroups.com
Hi Yusuke,

I think the issue is due to not having the test ad units configured correctly. Please add your device programmatically to the sample project and let me know if that helps. 

Ray Ryu

unread,
Sep 21, 2023, 8:18:11 PMSep 21
to Google Mobile Ads SDK Developers
안녕하세요. 

저도 같은 문제를 해결 하고 싶습니다.

혹시 이 문제가 해결된 것이 있습니까??

2023년 8월 11일 금요일 오전 8시 17분 20초 UTC+9에 Mobile Ads SDK Forum Advisor님이 작성:
Message has been deleted

Dima

unread,
Sep 22, 2023, 2:05:09 AMSep 22
to Google Mobile Ads SDK Developers
Hello all,

I still have this problem and it's not fixed yet in the last SDK and adapter.
Do you have any updates?

Thank you.
Regards,
Dima

Yusuke Amano

unread,
Sep 22, 2023, 2:09:55 AMSep 22
to Google Mobile Ads SDK Developers
Hello all,

I had given up that it was my environment.
I can't find a workaround so I am using Admob 7.4.1 and the corresponding Pangle adapter.

Regards,

2023年9月22日金曜日 15:05:09 UTC+9 Dima:

Mobile Ads SDK Forum Advisor

unread,
Sep 22, 2023, 1:10:24 PMSep 22
to y-a...@gl-inc.jp, google-adm...@googlegroups.com
Hi all,

Please update to the latest google mobile ads for Unity plugin 8.5.2.

https://github.com/googleads/googleads-mobile-unity/releases/tag/v8.5.2

If you still have issues, please reach out. Please include the steps you took, where it broke, and any relevant error logs.

Yusuke Amano

unread,
Sep 26, 2023, 5:04:59 AMSep 26
to Google Mobile Ads SDK Developers
Hello all,

I've tried with the latest version, 8.5.2.
The results seem to depend on the Android OS version.

It did not work on "SCV33 Android 8.0" but it worked on "Google Pixel 4a Android 13."

Android 8.0 meets the minimum Android OS version for Admob and Pangle, but for some reason Admob does not seem to recognize the PangleSDK.

When I open Ad inspector on Android 8 and check Pangle, it says "Adapter not found, Didn't initialize".

Regards,
2023年9月23日土曜日 2:10:24 UTC+9 Mobile Ads SDK Forum Advisor:

Mobile Ads SDK Forum Advisor

unread,
Sep 26, 2023, 5:39:04 PMSep 26
to y-a...@gl-inc.jp, google-adm...@googlegroups.com

Hi Yusuke,

I had no issues running the pangle adapter `2.3.0` with Unity plugin `8.5.2` on the Hello World sample application.

Can you please try uninstalling and reinstalling the plugin and see if that helps?

Image_2023-09-26_14-38-17.png



ref:_00D1U1174p._5004Q2nR6zF:ref

Ray Ryu

unread,
Oct 10, 2023, 12:08:31 AMOct 10
to Google Mobile Ads SDK Developers

안녕하세요.

저는 여전히 이 문제가 전혀 해결되지 않고 있습니다.
몇번을 시도해봐도 동일한 결과입니다.

제 테스트 환경입니다.

- Unity admob plugin `8.5.2` 
- pangle adapter `2.3.0`
- note8 android9
- unity version 2022.3.10f1

Screenshot_20231010-125935_AdmobMediationTest.jpg

2023년 9월 27일 수요일 오전 6시 39분 4초 UTC+9에 Mobile Ads SDK Forum Advisor님이 작성:

Ray Ryu

unread,
Oct 10, 2023, 2:43:52 AMOct 10
to Google Mobile Ads SDK Developers
원인을 찾았습니다.

android 9 이하 버전에서는  pangle adapter를 찾을 수 없었습니다.
android 13 버전에서는  pangle adapter가 정상 작동하였습니다.

2023년 10월 10일 화요일 오후 1시 8분 31초 UTC+9에 Ray Ryu님이 작성:

Ray Ryu

unread,
Oct 20, 2023, 4:19:39 AMOct 20
to Google Mobile Ads SDK Developers

There seems to be a problem with each version of Android. Can you test it with Android 8 or 9?


2023년 9월 27일 수요일 오전 6시 39분 4초 UTC+9에 Mobile Ads SDK Forum Advisor님이 작성:

Yusuke Amano

unread,
Oct 23, 2023, 1:10:19 AMOct 23
to Google Mobile Ads SDK Developers
Hello all,

Sorry for the late reply.
I tried to re-import the adapter and saw that it did not work on Android 8, Android 9. Of course I downloaded a new file.

Not working
- Galaxy SCV33 android8
- Xperia SOV37 android9

Working
- Google Pixel 4a android 13

2023年10月20日金曜日 17:19:39 UTC+9 Ray Ryu:

Mobile Ads SDK Forum Advisor

unread,
Oct 23, 2023, 3:59:29 PMOct 23
to y-a...@gl-inc.jp, google-adm...@googlegroups.com
Hello,

I was able to replicate the issue on a Android API level 27 device (The Galaxy running android 8). That said, I think the reason is that Pangle requires a minimum API level 28.

https://www.pangleglobal.com/integration/integrate-pangle-sdk-for-android-v45-and-below

Thanks,
Nick

ref:!00D1U01174p.!5004Q02nR6zF:ref
Reply all
Reply to author
Forward
0 new messages