Skip to content

Crash in GADMRTBAdapterAppLovinInterstitialRenderer with latest AppLovin mediation #14859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
scriba opened this issue May 16, 2025 · 2 comments
Closed
Labels

Comments

@scriba
Copy link

scriba commented May 16, 2025

Description

Bug Report: Crash in GADMRTBAdapterAppLovinInterstitialRenderer with latest AppLovin mediation adapter
Summary
After updating to the latest version of GoogleMobileAdsMediationAppLovin (likely 13.2.0.0) and AppLovinSDK 13.2.0, my iOS app crashes whenever an AppLovin interstitial is loaded via AdMob mediation. The crash does not occur when using version 13.1.0.0 of the mediation adapter.

🔴 Important: This crash occurs consistently on every AppLovin interstitial ad load in production, regardless of ad unit or device.
Environment

GoogleMobileAdsMediationAppLovin: latest (crashes), 13.1.0.0 (works)
AppLovinSDK: 13.2.0
Google-Mobile-Ads-SDK: latest available via CocoaPods (compatible)
Xcode: [insert your version here]
iOS Deployment Target: [insert your minimum iOS version]
Mediation setup: Bidding with waterfall fallback
Crash format: NSInvalidArgumentException
Crash tool: Firebase Crashlytics
Crash Log (Excerpt)

Fatal Exception: NSInvalidArgumentException
-[GADMRTBAdapterAppLovinInterstitialRenderer loadAd]
Full crash log available on request.

Steps to reproduce

Integrate AdMob with AppLovin via mediation using CocoaPods.
Use latest version of GoogleMobileAdsMediationAppLovin and AppLovinSDK.
Load any AppLovin interstitial ad in production.
Crash occurs immediately at runtime.

Reproducing the issue

1 Use CocoaPods to integrate AdMob + AppLovin.
2 Use latest versions.
3 Load any AppLovin interstitial → crash.

Firebase SDK Version

11.12.0

Xcode Version

16.3

Installation Method

Swift Package Manager

Firebase Product(s)

Crashlytics, Analytics, Firestore

Targeted Platforms

iOS

Relevant Log Output

# Crashlytics - Stack trace
# Application: com.onmadesoft.sk40iPhone
# Platform: apple
# Version: 8.3.113 (1084)
# Issue: 561289f38758b10ca96956bd0670913a
# Session: d91a60b60829445bb1bb8943a4949774_DNE_0_v2
# Date: Fri May 16 2025 14:56:11 GMT+0200 (Ora legale dell’Europa centrale)

Fatal Exception: NSInvalidArgumentException
0  CoreFoundation                 0x11a21c __exceptionPreprocess
1  libobjc.A.dylib                0x31abc objc_exception_throw
2  CoreFoundation                 0x184614 +[NSObject(NSObject) _copyDescription]
3  CoreFoundation                 0x2ea1c ___forwarding___
4  CoreFoundation                 0x2eaa0 _CF_forwarding_prep_0
5  Scala 40                       0x99ee0c -[GADMRTBAdapterAppLovinInterstitialRenderer loadAd]
6  Scala 40                       0x9a0c90 -[GADMediationAdapterAppLovin loadInterstitialForAdConfiguration:completionHandler:]
7  Scala 40                       0xab0408 GAD_GADRTBMediationInterstitialAdRenderer_arm64_11_13_0
8  libdispatch.dylib              0x1aac _dispatch_call_block_and_release
9  libdispatch.dylib              0x1b584 _dispatch_client_callout
10 libdispatch.dylib              0x385a0 _dispatch_main_queue_drain.cold.5
11 libdispatch.dylib              0x10d30 _dispatch_main_queue_drain
12 libdispatch.dylib              0x10c6c _dispatch_main_queue_callback_4CF
13 CoreFoundation                 0x6cd90 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
14 CoreFoundation                 0x104f4 __CFRunLoopRun
15 CoreFoundation                 0x11c3c CFRunLoopRunSpecific
16 GraphicsServices               0x1454 GSEventRunModal
17 UIKitCore                      0x135274 -[UIApplication _run]
18 UIKitCore                      0x100a28 UIApplicationMain
19 Scala 40                       0x241548 main + 15 (AppDelegate.swift:15)
20 ???                            0x1c1c8ff08 (Missing)

Crashed: com.google.firebase.crashlytics.ios.exception
0  Scala 40                       0x88d210 FIRCLSProcessRecordAllThreads + 392 (FIRCLSProcess.c:392)
1  Scala 40                       0x88d61c FIRCLSProcessRecordAllThreads + 423 (FIRCLSProcess.c:423)
2  Scala 40                       0x89b7ec FIRCLSHandler + 39 (FIRCLSHandler.m:39)
3  Scala 40                       0x89b5e8 __FIRCLSExceptionRecord_block_invoke + 241 (FIRCLSException.mm:241)
4  libdispatch.dylib              0x1b584 _dispatch_client_callout + 16
5  libdispatch.dylib              0x11728 _dispatch_lane_barrier_sync_invoke_and_complete + 56
6  Scala 40                       0x89a57c FIRCLSExceptionRecord + 243 (FIRCLSException.mm:243)
7  Scala 40                       0x89b0a8 FIRCLSExceptionRecordNSException + 127 (FIRCLSException.mm:127)
8  Scala 40                       0x89a180 FIRCLSTerminateHandler() + 410 (FIRCLSException.mm:410)
9  Scala 40                       0xb3b4c8 hmdPAG_cpp_terminate_handle() + 118 (HMDPAGCrashDetectCPP.mm:118)
10 libc++abi.dylib                0x158b4 std::__terminate(void (*)()) + 16
11 libc++abi.dylib                0x18e1c __cxa_get_exception_ptr + 86
12 libc++abi.dylib                0x18dc4 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 90
13 libobjc.A.dylib                0x31c24 objc_exception_throw + 448
14 CoreFoundation                 0x184614 +[NSObject(NSObject) _copyDescription] + 362
15 CoreFoundation                 0x2ea1c ___forwarding___ + 1492
16 CoreFoundation                 0x2eaa0 _CF_forwarding_prep_0 + 96
17 Scala 40                       0x99ee0c -[GADMRTBAdapterAppLovinInterstitialRenderer loadAd] + 4374343180
18 Scala 40                       0x9a0c90 -[GADMediationAdapterAppLovin loadInterstitialForAdConfiguration:completionHandler:] + 4374350992
19 Scala 40                       0xab0408 GAD_GADRTBMediationInterstitialAdRenderer_arm64_11_13_0 + 4375462920
20 libdispatch.dylib              0x1aac _dispatch_call_block_and_release + 32
21 libdispatch.dylib              0x1b584 _dispatch_client_callout + 16
22 libdispatch.dylib              0x385a0 _dispatch_main_queue_drain.cold.5 + 812
23 libdispatch.dylib              0x10d30 _dispatch_main_queue_drain + 180
24 libdispatch.dylib              0x10c6c _dispatch_main_queue_callback_4CF + 44
25 CoreFoundation                 0x6cd90 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
26 CoreFoundation                 0x104f4 __CFRunLoopRun + 1980
27 CoreFoundation                 0x11c3c CFRunLoopRunSpecific + 572
28 GraphicsServices               0x1454 GSEventRunModal + 168
29 UIKitCore                      0x135274 -[UIApplication _run] + 816
30 UIKitCore                      0x100a28 UIApplicationMain + 336
31 Scala 40                       0x241548 main + 15 (AppDelegate.swift:15)
32 ???                            0x1c1c8ff08 (Missing)

Thread
0  libsystem_kernel.dylib         0xa90 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xa58 _pthread_wqthread + 368
2  libsystem_pthread.dylib        0xaac start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0xa90 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xa58 _pthread_wqthread + 368
2  libsystem_pthread.dylib        0xaac start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0xa90 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xa58 _pthread_wqthread + 368
2  libsystem_pthread.dylib        0xaac start_wqthread + 8

com.apple.uikit.eventfetch-thread
0  libsystem_kernel.dylib         0xce4 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x439c mach_msg2_internal + 76
2  libsystem_kernel.dylib         0x42b8 mach_msg_overwrite + 428
3  libsystem_kernel.dylib         0x4100 mach_msg + 24
4  CoreFoundation                 0x11900 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x101f0 __CFRunLoopRun + 1208
6  CoreFoundation                 0x11c3c CFRunLoopRunSpecific + 572
7  Foundation                     0xf79c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8  Foundation                     0x15020 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9  UIKitCore                      0x11f56c -[UIEventFetcher threadMain] + 424
10 Foundation                     0x75804 __NSThread__start__ + 732
11 libsystem_pthread.dylib        0x3344 _pthread_start + 136
12 libsystem_pthread.dylib        0xab8 thread_start + 8

Thread
0  libsystem_kernel.dylib         0xa90 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xa58 _pthread_wqthread + 368
2  libsystem_pthread.dylib        0xaac start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0xa90 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xa58 _pthread_wqthread + 368
2  libsystem_pthread.dylib        0xaac start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0xa90 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xa58 _pthread_wqthread + 368
2  libsystem_pthread.dylib        0xaac start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0xaa4 start_wqthread + 442

com.google.firebase.firestore.rpc
0  libsystem_kernel.dylib         0x14e78 poll + 8
1  Scala 40                       0x197d860 pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) + 62852
2  Scala 40                       0x1980854 pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) + 75128
3  Scala 40                       0x1950b08 cq_next(grpc_completion_queue*, gpr_timespec, void*) + 51632
4  Scala 40                       0x18a617c grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) + 77816
5  Scala 40                       0x173347c firebase::firestore::remote::Datastore::PollGrpcQueue() + 7656428
6  Scala 40                       0x184f424 firebase::firestore::util::Task::ExecuteAndRelease() + 162448
7  libdispatch.dylib              0x1b584 _dispatch_client_callout + 16
8  libdispatch.dylib              0xa2d0 _dispatch_lane_serial_drain + 740
9  libdispatch.dylib              0xadac _dispatch_lane_invoke + 388
10 libdispatch.dylib              0x151dc _dispatch_root_queue_drain_deferred_wlh + 292
11 libdispatch.dylib              0x14a60 _dispatch_workloop_worker_thread + 540
12 libsystem_pthread.dylib        0xa0c _pthread_wqthread + 292
13 libsystem_pthread.dylib        0xaac start_wqthread + 8

com.google.firebase.crashlytics.MachExceptionServer
0  libsystem_kernel.dylib         0xce4 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x439c mach_msg2_internal + 76
2  libsystem_kernel.dylib         0x42b8 mach_msg_overwrite + 428
3  libsystem_kernel.dylib         0x4100 mach_msg + 24
4  Scala 40                       0x89be04 FIRCLSMachExceptionServer + 196 (FIRCLSMachException.c:196)
5  libsystem_pthread.dylib        0x3344 _pthread_start + 136
6  libsystem_pthread.dylib        0xab8 thread_start + 8

JavaScriptCore libpas scavenger
0  libsystem_kernel.dylib         0x6438 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x1e50 _pthread_cond_wait + 984
2  JavaScriptCore                 0x4b788 scavenger_thread_main + 1364
3  libsystem_pthread.dylib        0x3344 _pthread_start + 136
4  libsystem_pthread.dylib        0xab8 thread_start + 8

com.apple.NSURLConnectionLoader
0  libsystem_kernel.dylib         0xce4 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x439c mach_msg2_internal + 76
2  libsystem_kernel.dylib         0x42b8 mach_msg_overwrite + 428
3  libsystem_kernel.dylib         0x4100 mach_msg + 24
4  CoreFoundation                 0x11900 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x101f0 __CFRunLoopRun + 1208
6  CoreFoundation                 0x11c3c CFRunLoopRunSpecific + 572
7  CFNetwork                      0xa030c +[__CFN_CoreSchedulingSetRunnable _run:] + 416
8  Foundation                     0x75804 __NSThread__start__ + 732
9  libsystem_pthread.dylib        0x3344 _pthread_start + 136
10 libsystem_pthread.dylib        0xab8 thread_start + 8

com.apple.CoreMotion.MotionThread
0  libsystem_kernel.dylib         0xce4 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x439c mach_msg2_internal + 76
2  libsystem_kernel.dylib         0x42b8 mach_msg_overwrite + 428
3  libsystem_kernel.dylib         0x4100 mach_msg + 24
4  CoreFoundation                 0x11900 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x101f0 __CFRunLoopRun + 1208
6  CoreFoundation                 0x11c3c CFRunLoopRunSpecific + 572
7  CoreFoundation                 0x8c674 CFRunLoopRun + 64
8  CoreMotion                     0x6e4c (Missing UUID cec80db7b3f23b179d4ebcfeb020ca2d)
9  libsystem_pthread.dylib        0x3344 _pthread_start + 136
10 libsystem_pthread.dylib        0xab8 thread_start + 8

com.buadsdk.permanent.7.1.1.1.thread
0  libsystem_kernel.dylib         0xce4 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x439c mach_msg2_internal + 76
2  libsystem_kernel.dylib         0x42b8 mach_msg_overwrite + 428
3  libsystem_kernel.dylib         0x4100 mach_msg + 24
4  CoreFoundation                 0x11900 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x101f0 __CFRunLoopRun + 1208
6  CoreFoundation                 0x11c3c CFRunLoopRunSpecific + 572
7  Foundation                     0xf79c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8  Foundation                     0x14108 -[NSRunLoop(NSRunLoop) run] + 64
9  Scala 40                       0xf49d24 -[PAGThreadMonitor threadEntryPoint:] + 30 (PAGThreadMonitor.m:30)
10 Foundation                     0x75804 __NSThread__start__ + 732
11 libsystem_pthread.dylib        0x3344 _pthread_start + 136
12 libsystem_pthread.dylib        0xab8 thread_start + 8

com.hmdPAG.mach_server
0  libsystem_kernel.dylib         0xce4 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x439c mach_msg2_internal + 76
2  libsystem_kernel.dylib         0x42b8 mach_msg_overwrite + 428
3  libsystem_kernel.dylib         0x4100 mach_msg + 24
4  Scala 40                       0xb3de20 hmdPAG_mach_server + 232 (HMDPAGCrashDetectMach.c:232)
5  libsystem_pthread.dylib        0x3344 _pthread_start + 136
6  libsystem_pthread.dylib        0xab8 thread_start + 8

com.hmdPAG.crash.listener
0  libsystem_kernel.dylib         0x6658 __semwait_signal + 8
1  libsystem_c.dylib              0x139ac nanosleep + 220
2  libsystem_c.dylib              0x13ae0 usleep + 68
3  Scala 40                       0xb39fb8 thread_entrance + 104 (HMDPAGCrashDeadLockMonitor.c:104)
4  libsystem_pthread.dylib        0x3344 _pthread_start + 136
5  libsystem_pthread.dylib        0xab8 thread_start + 8

Thread
0  libsystem_kernel.dylib         0xce4 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x439c mach_msg2_internal + 76
2  libsystem_kernel.dylib         0x42b8 mach_msg_overwrite + 428
3  libsystem_kernel.dylib         0x4100 mach_msg + 24
4  CoreFoundation                 0x11900 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x101f0 __CFRunLoopRun + 1208
6  CoreFoundation                 0x11c3c CFRunLoopRunSpecific + 572
7  CoreFoundation                 0x8c674 CFRunLoopRun + 64
8  Scala 40                       0xc0cb84 -[PAGAdPCMThreadManager task] + 94 (PAGAdPCMThreadManager.m:94)
9  Foundation                     0x75804 __NSThread__start__ + 732
10 libsystem_pthread.dylib        0x3344 _pthread_start + 136
11 libsystem_pthread.dylib        0xab8 thread_start + 8

Heap Helper Thread
0  libsystem_kernel.dylib         0x6438 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x1e50 _pthread_cond_wait + 984
2  JavaScriptCore                 0x18b530 WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 240
3  JavaScriptCore                 0x18af1c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 1916
4  JavaScriptCore                 0x2302dc WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 472
5  JavaScriptCore                 0x23706c WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 348
6  JavaScriptCore                 0x2377c4 WTF::wtfThreadEntryPoint(void*) + 16
7  libsystem_pthread.dylib        0x3344 _pthread_start + 136
8  libsystem_pthread.dylib        0xab8 thread_start + 8

Heap Helper Thread
0  libsystem_kernel.dylib         0x6438 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x1e50 _pthread_cond_wait + 984
2  JavaScriptCore                 0x18b530 WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 240
3  JavaScriptCore                 0x18af1c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 1916
4  JavaScriptCore                 0x2302dc WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 472
5  JavaScriptCore                 0x23706c WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 348
6  JavaScriptCore                 0x2377c4 WTF::wtfThreadEntryPoint(void*) + 16
7  libsystem_pthread.dylib        0x3344 _pthread_start + 136
8  libsystem_pthread.dylib        0xab8 thread_start + 8

Heap Helper Thread
0  libsystem_kernel.dylib         0x6438 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x1e50 _pthread_cond_wait + 984
2  JavaScriptCore                 0x18b530 WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 240
3  JavaScriptCore                 0x18af1c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 1916
4  JavaScriptCore                 0x2302dc WTF::Detail::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0, void>::call() + 472
5  JavaScriptCore                 0x23706c WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 348
6  JavaScriptCore                 0x2377c4 WTF::wtfThreadEntryPoint(void*) + 16
7  libsystem_pthread.dylib        0x3344 _pthread_start + 136
8  libsystem_pthread.dylib        0xab8 thread_start + 8

Thread
0  libsystem_kernel.dylib         0x6438 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x1e50 _pthread_cond_wait + 984
2  Scala 40                       0x1aeeab8 gpr_cv_wait + 539220
3  Scala 40                       0x19898b0 grpc_core::Executor::ThreadMain(void*) + 112084
4  Scala 40                       0x1b012a0 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 15544
5  libsystem_pthread.dylib        0x3344 _pthread_start + 136
6  libsystem_pthread.dylib        0xab8 thread_start + 8

Thread
0  libsystem_kernel.dylib         0x6438 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x1e50 _pthread_cond_wait + 984
2  Scala 40                       0x1aeeab8 gpr_cv_wait + 539220
3  Scala 40                       0x19898b0 grpc_core::Executor::ThreadMain(void*) + 112084
4  Scala 40                       0x1b012a0 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 15544
5  libsystem_pthread.dylib        0x3344 _pthread_start + 136
6  libsystem_pthread.dylib        0xab8 thread_start + 8

Thread
0  libsystem_kernel.dylib         0x6438 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x1e50 _pthread_cond_wait + 984
2  Scala 40                       0x1aeeaa8 gpr_cv_wait + 539204
3  Scala 40                       0x1b07af4 timer_thread(void*) + 42252
4  Scala 40                       0x1b012a0 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 15544
5  libsystem_pthread.dylib        0x3344 _pthread_start + 136
6  libsystem_pthread.dylib        0xab8 thread_start + 8

Thread
0  libsystem_kernel.dylib         0xa90 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xa58 _pthread_wqthread + 368
2  libsystem_pthread.dylib        0xaac start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0xa90 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xa58 _pthread_wqthread + 368
2  libsystem_pthread.dylib        0xaac start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0xa90 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0xa58 _pthread_wqthread + 368
2  libsystem_pthread.dylib        0xaac start_wqthread + 8

If using Swift Package Manager, the project's Package.resolved

{
"originHash" : "aa46d9183b737197ba31f7b8ecd4949ef8e61a37c26e6aaca0a4f3fe7e81a4b6",
"pins" : [
{
"identity" : "abseil-cpp-binary",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/abseil-cpp-binary.git",
"state" : {
"revision" : "bbe8b69694d7873315fd3a4ad41efe043e1c07c5",
"version" : "1.2024072200.0"
}
},
{
"identity" : "app-check",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/app-check.git",
"state" : {
"revision" : "61b85103a1aeed8218f17c794687781505fbbef5",
"version" : "11.2.0"
}
},
{
"identity" : "cardscommons",
"kind" : "remoteSourceControl",
"location" : "https://github.com/scriba/CardsCommons",
"state" : {
"revision" : "9b6226966f6a8e56c02ee69dff09cdab79555262",
"version" : "1.0.35"
}
},
{
"identity" : "cardsthirdparties",
"kind" : "remoteSourceControl",
"location" : "https://github.com/scriba/CardsThirdParties",
"state" : {
"revision" : "e1ffe02183efc86368d85d2938f8eab4f8fea290",
"version" : "1.0.9"
}
},
{
"identity" : "firebase-ios-sdk",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/firebase-ios-sdk.git",
"state" : {
"revision" : "fbd463894af94d90eb4d6a4e54080459a8179519",
"version" : "11.12.0"
}
},
{
"identity" : "googleappmeasurement",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleAppMeasurement.git",
"state" : {
"revision" : "f7460ea630bddf172115c28493ae8b3798d95ce3",
"version" : "11.12.0"
}
},
{
"identity" : "googledatatransport",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleDataTransport.git",
"state" : {
"revision" : "617af071af9aa1d6a091d59a202910ac482128f9",
"version" : "10.1.0"
}
},
{
"identity" : "googleutilities",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleUtilities.git",
"state" : {
"revision" : "60da361632d0de02786f709bdc0c4df340f7613e",
"version" : "8.1.0"
}
},
{
"identity" : "grpc-binary",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/grpc-binary.git",
"state" : {
"revision" : "cc0001a0cf963aa40501d9c2b181e7fc9fd8ec71",
"version" : "1.69.0"
}
},
{
"identity" : "gtm-session-fetcher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/gtm-session-fetcher.git",
"state" : {
"revision" : "c756a29784521063b6a1202907e2cc47f41b667c",
"version" : "4.5.0"
}
},
{
"identity" : "interop-ios-for-google-sdks",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/interop-ios-for-google-sdks.git",
"state" : {
"revision" : "040d087ac2267d2ddd4cca36c757d1c6a05fdbfe",
"version" : "101.0.0"
}
},
{
"identity" : "leveldb",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/leveldb.git",
"state" : {
"revision" : "a0bc79961d7be727d258d33d5a6b2f1023270ba1",
"version" : "1.22.5"
}
},
{
"identity" : "nanopb",
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/nanopb.git",
"state" : {
"revision" : "b7e1104502eca3a213b46303391ca4d3bc8ddec1",
"version" : "2.30910.0"
}
},
{
"identity" : "nlsleaderboardsandstats",
"kind" : "remoteSourceControl",
"location" : "https://github.com/scriba/NLSLeaderboardsAndStats.git",
"state" : {
"revision" : "24827c8d832d6a4eefa53daed97d1a4186d69b9e",
"version" : "2.3.7"
}
},
{
"identity" : "promises",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/promises.git",
"state" : {
"revision" : "540318ecedd63d883069ae7f1ed811a2df00b6ac",
"version" : "2.4.0"
}
},
{
"identity" : "purchases-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/RevenueCat/purchases-ios.git",
"state" : {
"revision" : "31637c9d69c9f33a5426a6bfaca80d2bfe8950c1",
"version" : "5.23.0"
}
},
{
"identity" : "swift-package-manager-google-mobile-ads",
"kind" : "remoteSourceControl",
"location" : "https://github.com/googleads/swift-package-manager-google-mobile-ads.git",
"state" : {
"revision" : "7778cc1ab037c10dbbe026959e51e616bd961be9",
"version" : "11.13.0"
}
},
{
"identity" : "swift-package-manager-google-user-messaging-platform",
"kind" : "remoteSourceControl",
"location" : "https://github.com/googleads/swift-package-manager-google-user-messaging-platform.git",
"state" : {
"revision" : "708a282840c2171ee63bd93b87afa49fe507d70e",
"version" : "2.7.0"
}
},
{
"identity" : "swift-protobuf",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-protobuf.git",
"state" : {
"revision" : "d72aed98f8253ec1aa9ea1141e28150f408cf17f",
"version" : "1.29.0"
}
}
],
"version" : 3
}

If using CocoaPods, the project's Podfile.lock

PODS:

  • Ads-Global (7.1.1.1):
    • Ads-Global/BUAdSDK (= 7.1.1.1)
  • Ads-Global/BUAdSDK (7.1.1.1)
  • AppLovinSDK (13.2.0)
  • Google-Mobile-Ads-SDK (12.4.0):
    • GoogleUserMessagingPlatform (>= 1.1)
  • GoogleMobileAdsMediationAppLovin (13.2.0.0):
    • AppLovinSDK (= 13.2.0)
    • Google-Mobile-Ads-SDK (~> 12.0)
  • GoogleMobileAdsMediationInMobi (10.8.3.0):
    • Google-Mobile-Ads-SDK (~> 12.0)
    • InMobiSDK (= 10.8.3)
  • GoogleMobileAdsMediationPangle (7.1.1.1.0):
    • Ads-Global (= 7.1.1.1)
    • Google-Mobile-Ads-SDK (~> 12.0)
  • GoogleMobileAdsMediationUnity (4.14.2.0):
    • Google-Mobile-Ads-SDK (~> 12.0)
    • UnityAds (= 4.14.2)
  • GoogleMobileAdsMediationVungle (7.5.1.0):
    • Google-Mobile-Ads-SDK (~> 12.0)
    • VungleAds (= 7.5.1)
  • GoogleUserMessagingPlatform (3.0.0)
  • InMobiSDK (10.8.3)
  • UnityAds (4.14.2)
  • VungleAds (7.5.1)

DEPENDENCIES:

  • GoogleMobileAdsMediationAppLovin
  • GoogleMobileAdsMediationInMobi
  • GoogleMobileAdsMediationPangle
  • GoogleMobileAdsMediationUnity
  • GoogleMobileAdsMediationVungle

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- Ads-Global
- AppLovinSDK
- Google-Mobile-Ads-SDK
- GoogleMobileAdsMediationAppLovin
- GoogleMobileAdsMediationInMobi
- GoogleMobileAdsMediationPangle
- GoogleMobileAdsMediationUnity
- GoogleMobileAdsMediationVungle
- GoogleUserMessagingPlatform
- InMobiSDK
- UnityAds
- VungleAds

SPEC CHECKSUMS:
Ads-Global: b81917c405e94ad38dd45022f0fe17042429f578
AppLovinSDK: 1eb88a82b4feea9f3696ce9cc1e3343c4997ee12
Google-Mobile-Ads-SDK: db00a3836f288f94e52114f312b56fe066699d82
GoogleMobileAdsMediationAppLovin: 84f9181ab13ad890f1280710150afc4454e32fa3
GoogleMobileAdsMediationInMobi: 99c25b9d332ffc8eb54b2704590b3d0f4a0d9153
GoogleMobileAdsMediationPangle: 62f9bdabf7ed168f6b0f04831c1cc04da0eec10e
GoogleMobileAdsMediationUnity: 7beb7c5375d3a747c8f4d9149df280725d06027a
GoogleMobileAdsMediationVungle: ac53b75b6b6cc1e1acf670e773522be909dcf18a
GoogleUserMessagingPlatform: f8d0cdad3ca835406755d0a69aa634f00e76d576
InMobiSDK: 174c7910f27fb860e4f2204d621ef724efefc819
UnityAds: eabbbb3014326e45dc221a467fba16960e7b73e3
VungleAds: f7143149d6160211c6d462453adce125160e4283

PODFILE CHECKSUM: 225ff7d5c432c2a7c0607b2485c9a03a9010bb95

COCOAPODS: 1.16.2

Podfile.txt

@google-oss-bot
Copy link

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

@rizafran
Copy link
Contributor

Hi @scriba, the issue seems unrelated to Firebase. With this, please file a ticket via AdMob support at https://developers.google.com/admob/ios/support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants