I’ve tried implementing the Kidoz network in my iOS children’s apps, and the plugin initializes correctly, but it doesn’t display any ads; it always fails to load. Is there a way to test it? Is the plugin up to date?
According to the Solar2D Plugins Directory, Kidoz was last updated in March 2022. Maybe the SDK version that’s in the plugin has been deprecated. (According to the plugin’s Github page, it’s SDK version 8.9.5.)
Update was just pushed updating both iOS and Android to 10.x
you’re amazing Scott! thanks!
I am having the same issue. The plugin initializes correctly, but it doesn’t display any ads; it always fails to load (see below). Anyone else having this issue and know what is going on?
isError = true,
name = “adsRequest”,
phase = “failed”,
provider = “kidoz”,
response = “No offers”,
type = “interstitial”
I am still having the issue so can someone please look into the plugin issue.
The plugin initializes correctly, but it doesn’t display any ads; it always fails to load (see below).
KidozLog::Debug::SDKContext - Start of Kidoz SDK initialization
plugin.kidoz: 3.0
KidozLog::Debug::SDKContext - Kidoz SDK successfully initialized
KidozOMIDService - OMID was activated
{
isError = false,
name = “adsRequest”,
phase = “init”,
provider = “kidoz”
}
{
isError = true,
name = “adsRequest”,
phase = “failed”,
provider = “kidoz”,
response = “No offers”,
type = “interstitial”
}
During development, I couldn’t get ads to show because there is no test mode, but once the app was published, I can see in the Kidoz Dashboard that ads are being served. However, the fill rate is very poor. I’m using version 3 of the plugin.
I have the same issue with my app in the app store.
Are other kidoz plugin users experiencing extremely low or no fill rates?