jyk

Results 16 comments of jyk

@paulinon I have the same issue.Crashing on Android and also havn't see any useful info in the logcat. unity version 2020.3.20f1 Target Platform: Android Scripting Runtime: IL2CPP FirebaseAnalytics 8.6.2 FirebaseMessaging...

Hi, thanks for your reply. I see the Admob document say the SameAppKey is default may be ```true```. The [Unity Doc](https://developers.google.com/admob/unity/quick-start): **Same app key** Prerequisites: Google Mobile Ads Unity Plugin...

Hi @NVentimiglia, I was wondering if there have been any updates or developments?

Hi @NVentimiglia, You can replicate this issue using the 'new RequestConfiguration. Builder()' or ‘new RequestConfiguration()’ method instead of using the 'GetRequestConfiguration' method. The information we obtained from the document is...

@NVentimiglia Thank you for your reply again. Perhaps I didn't express myself very clearly. The issue I described is not about not setting the value of SameAppKey or not calling...

Hi @NVentimiglia, We used an empty Unity project and imported Admob's Unity SDK. The code above can always be replicated, test result is "false". I checked the SDK code and...

@NVentimiglia Okay, but the test results on my end are still incorrect. I'm using Admob-Unity-SDK 8.2.0 and conducting the same test on an iOS device with the same code. I...

@NVentimiglia By the way, although you did not call Externs.GADUSetRequestConfigurationSameAppKeyEnabled to set it when the value of SameAppKey is empty, [Externs.GADUSetRequestConfiguration](https://github.com/googleads/googleads-mobile-unity/blob/e4aaacca98945f4ce8a9725826a8d67151a1c1f6/source/plugin/Assets/GoogleMobileAds/Platforms/iOS/RequestConfigurationClient.cs#L64) will still be called below to set the entire...

@NVentimiglia The [iOS Request Configuration](https://github.com/googleads/googleads-mobile-unity/blob/e4aaacca98945f4ce8a9725826a8d67151a1c1f6/source/plugin/Assets/Plugins/iOS/GADUInterface.m#L627) with a value which was not set.So the value of SameAppKey in the configuration created during [initialization](https://github.com/googleads/googleads-mobile-unity/blob/e4aaacca98945f4ce8a9725826a8d67151a1c1f6/source/plugin/Assets/Plugins/iOS/GADURequestConfiguration.m#L3C1-L3C23) here will be the default value of false,...

@NVentimiglia Can you pay attention to the question I raised? I am aware that the default value of this parameter in the document should be true. However, I pointed out...