On iOS (with mediation from AdMob), when the video ends, I have a crash when the SDK is trying to delete the video player ([UADSViewController destroyVideoPlayer]. Se the full stack below. Any idea ?
If I continue in XCode,I'm able to display the static image that follows the video.
------
The full stack:
frame #0: 0x000000010cfef1ee libobjc.A.dylib`objc_exception_throw
frame #1: 0x000000010dcb62b5 CoreFoundation`+[NSException raise:format:] + 197
frame #2: 0x0000000108b0bba8 Foundation`-[NSObject(NSKeyValueObserverRegistration) _removeObserver:forProperty:] + 493
frame #3: 0x0000000108b0b962 Foundation`-[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:] + 84
frame #4: 0x0000000108b6e0d3 Foundation`-[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:context:] + 177
frame #5: 0x0000000106eed8c9 DoYouQuizz`-[UADSAVPlayer stopObserving] + 221
frame #6: 0x0000000106ed677e DoYouQuizz`-[UADSViewController destroyVideoPlayer] + 107
frame #7: 0x0000000106ed5e54 DoYouQuizz`-[UADSViewController setViews:] + 524
frame #8: 0x0000000106ed732e DoYouQuizz`__50+[UADSApiAdUnit WebViewExposed_setViews:callback:]_block_invoke + 65
frame #9: 0x000000010e1f7978 libdispatch.dylib`_dispatch_call_block_and_release + 12
frame #10: 0x000000010e2210cd libdispatch.dylib`_dispatch_client_callout + 8
frame #11: 0x000000010e2018a4 libdispatch.dylib`_dispatch_main_queue_callback_4CF + 406
frame #12: 0x000000010dc10e49 CoreFoundation`__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
frame #13: 0x000000010dbd637d CoreFoundation`__CFRunLoopRun + 2205
frame #14: 0x000000010dbd5884 CoreFoundation`CFRunLoopRunSpecific + 420
frame #15: 0x000000010f6e7a6f GraphicsServices`GSEventRunModal + 161
frame #16: 0x000000010b7a3c68 UIKit`UIApplicationMain + 159
frame #17: 0x0000000106ced780 DoYouQuizz`main(argc=, argv=) + 80 at main.m:16 [opt]
frame #18: 0x000000010e26d68d libdyld.dylib`start + 1
frame #19: 0x000000010e26d68d libdyld.dylib`start + 1
↧