Questions tagged [ironsource]
56 questions
0
votes
0 answers
Install mediation ironsource repo android admob
Reading the doc, to implement ironSource as a mediation waterfall on AdMob we have to add com.google.ads.mediation:ironsource:7.2.7.0 but this repo have a dependency to com.ironsource.sdk:mediationsdk:7.2.7 which does not exist…

Ajouve
- 9,735
- 26
- 90
- 137
0
votes
0 answers
Can anyone fix the ironSource ads not showing?
I tested the ironSource ads in Unity Editor. I loaded the Interstitial Ad and I tried to show it, but the Ad didn't show up, because it wasn't ready. Can anyone help me with that? Thanks!
I have read the ironSource integration in the manual, but the…

Davidbillmanoy
- 1
- 2
0
votes
0 answers
I`m not seeing ironSource demo ads in my App (Android Unity)
I'm trying to implement in my Unity Android game IronSource Mediation (LevelPlay) and before releasing the app I would like to test whether I implemented it correctly or not. At first, I just made a build with the IronSource demo scene, but when I…

Олег Егоров
- 1
- 1
0
votes
0 answers
ironSource Offerwall: check if user has already been rewarded
I'd like to implement an ironSource Offerwall in my app. I manage user's coins with a Firestore document for each user. ironSource documentation says:
check that we haven't processed the same event before
In short, they'll continue to send…

faccio
- 652
- 3
- 16
0
votes
0 answers
Ironsource Real Ads Not Showing
I am working on a game in unity and trying to integrate ironsource in the game for ads,
after initializing with test app key test app seen in android
IronSource.Agent.init(appKeyTest);
But after initializing with real app key ads are not working in…

Dhiraj Karangale
- 21
- 3
0
votes
0 answers
Iron source kotlin banner ads android studio can't load banner - loadBanner already called and still in progress
one ad will load at first then if i change screen orientation or go back to previos activity ad swill not show anymore
i tried IronSource.destroyBanner(banner) in
onOptionsItemSelected,onbackpressed but it shows banner in red with mutiple…
0
votes
0 answers
how can I navigate to next page after completion of ironsource interstital ads in flutter?
how on ad close work in Ironsource Interstitial in a flutter.
I have tried according to this website https://developers.is.com/ironsource-mobile/flutter/interstitial-integration-flutter/#step-1

Raj Narola
- 1
- 1
0
votes
0 answers
How To Use IronSource Ad Banner As Widget?
The official IronSource library for flutter gives developers the banner usage like this,
final size = IronSourceBannerSize.BANNER;
size.isAdaptive = true; // Adaptive Banner
IronSource.loadBanner(
size: size,
position:…

blackkara
- 4,900
- 4
- 28
- 58
0
votes
3 answers
NullPointerException on primitive boolean property
I am trying to fix a bug that crash an app that I published to the Google Play store.
The crash stack trace from the Google Play console:
java.lang.NullPointerException:
at com.myApp.Advertising.InterstitialAdsRunCallback.setViewed…

edunanami
- 3
- 2
0
votes
0 answers
Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve com.ironsource.sdk:mediationsdk:7.2.2.1
I am trying to add the ironsource adapter in the android app. While trying to add the app, I am getting the following errors.
I am using the following versions
implementation 'com.applovin:applovin-sdk:11.4.0'
implementation…

sejn
- 2,040
- 6
- 28
- 82
0
votes
1 answer
Some conflicting dependencies were found. Unity Mediation Using Adapters
I recieve the following warning after I install either Admob or IronSource adapters in the mediation configure window:Warning
If I only install the Admob adapter, I only get conflict warnings, but the build still crashes on startup. Unity ads works…

lermand7
- 1
0
votes
1 answer
How can i give reward to users on IronSource Rewarded Video?
I have two scenes in my project. There is only one award-winning video for each scene.
In first scene, Everthing is okey, but if you come to second scene to first scene, i can't give reward to users and endofRewarded panel is not visible. What is…

Tayfun Korkmaz
- 21
- 1
0
votes
1 answer
Ironsource Banner Only Showing In main Activity and in other activities after implementation not showing
I have Implemented Ironsouce banner in all activity with below method but its only work in main activity and in other activities show error message
API: Multiple calls to init without ad units are not allowed
API: L a - can't load banner -…

Ejaz Malik
- 1
- 1
0
votes
1 answer
I'm getting duplicate results because nodejs judges it as a send failure before even sending a 200 response
When the app participates in a reward event, the reward server sends the result to the app server. If there is no 200 response, the reward company server repeatedly sends the result for a certain period of time.
If the app server does not respond…

peterbbong
- 67
- 1
- 7
0
votes
1 answer
Unity IronSource Ads iOS error on intialization
I'm trying to integrate IronSource ads into my Unity Project. When I build my app, open it in XCode and run it on my iPhone 6s for testing, I get a message telling me that the IronSource API hasn't got an Interstitial.
The Error Message is:
"(DATE)…

Gamedisigner1328
- 21
- 5