Closed sweetnitro closed 2 years ago
Hi,
Thanks for pointing out the error in the docs, we had actually just noticed it as well and will have an update shortly.
Regarding the error, do you have any hints on how to reproduce? It looks like it's going to be something internal to ironsource so not sure what we can do but will report it at the least if we can reproduce it.
Which version of Google Play Services are you using in your app? Have you correctly added the latest additional dependencies (androidx.work and androidx.room)?
Hi,
For us whatever the app it doesn't work and this error occurs everytime ironsource is trying to show an Admob video. androidx.work and androidx.room are only for Android no? Issue is on iOS (on Android everything works fine).
Note that we are compiling with mac os big sur, iOS SDK 14.4 (xcode 12.4) and 33.1.1.345 for Air.
Thanks
Ah apologies, yes those are only for Android. What version of iOS are you encountering the error on?
We have 2 devices, one on iOS 13.7 and the other on 14.3 We've tried also just in case with the fewer ANE as possible (to be sure there is no conflict) and also with dependencies here: https://developers.ironsrc.com/ironsource-mobile/air/admob-mediation-guide/#step-4 Both tests were not concluant. It always "freeze" the app with an error.
Okay, will try and find some time to look into it for you.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Hello,
We have an issue with Admob on iOS, when we want to watch a video it triggers an error and "lock" the screen (touch doesn't respond anymore). Error seems to be: "INTERNAL: AdMob:RVAdFailedWithError:The provided view controller is not being presented., code:17" but herewith the complete logs. For the other networks no issues and Admob is working perfectly on Android. Herewith application.xml just in case: application.xml.txt
Otherwise you have a small mistake (that can cost a few hours to find out ^^') on your documentation here: https://docs.airnativeextensions.com/docs/ironsource/add-the-extension You've written provider android:name="com.ironsource.lifecycle.IronsourceLifecycleProvider" android:authorities="air.com.distriqt.test.IronsourceLifecycleProvider" Except of provider android:name="com.ironsource.lifecycle.IronsourceLifecycleProvider" android:authorities="APPLICATION_PACKAGE.IronsourceLifecycleProvider"
We've updated around 20 of your ANEs without any issues except this one so good job guys :)
Thank you!
Logs