xamarin / GoogleApisForiOSComponents

MIT License
225 stars 161 forks source link

MobileAds cause ios 9 devices to crash... #499

Closed DeliriumCode closed 3 years ago

DeliriumCode commented 3 years ago

So MobileAds work fine on the latest version of ios, but on our ios 9 test device (an ipad mini 1) the app crashes after an admob banner is created but before it is shown. I can confirm that if i remove admob from the app everything works correctly, and I have tried a few different versions and all seem to have this issue atm. Last tested on version 7.66.0 The device log doesnt give any real information, it just seems to crash, below is what i have managed to extract:

Time Device Name Type PID Tag Message Aug 13 16:12:07 iPad Warning 48 SpringBoard Application 'UIKitApplication:com.MyApp[0x1c6]' crashed. Aug 13 16:12:10 iPad Error 505 ReportCrash assertion failed: 13G36: libsystem_trace.dylib + 15927 [E82A6F2D-873A-39AD-8014-EDEB52248157]: 0x0

DeliriumCode commented 3 years ago

Note: This was actually caused by the facebookadapter, reverting to an earlier version of the adapter or calling disablemediation at startup fixed things