Hi,
I’m using LevelPlay in my mobile game and it was working up until recently. Since the last build that worked and the current build I’m trying to get working I installed Firebase (Authentication, Analytics, Remote Config, and Crashalytics), a Nuget Package manager and RestSharp (though I have removed them now just to test if that was the issue as I can replace those with UnityWebRequest’s instead).
The error I’m getting however makes me think it’s not exactly linked to that, the SDK is saying the initialization is returning a 501 error and that the configuration is invalid (but I haven’t touched the dashboard and it was working perfectly fine with the previous build until I installed the new one with the above changes).
I also tried to upgrade my IronSource SDK and adapters (just Iron Source and Unity Ads at the moment) but that also didn’t fix anything. The previous version was 7.2.X (not sure what the exact minor version was), currently using 7.3.0.1-r
Here’s the log including the validation log for the adapters:
2023-03-23 20:56:52.830413+0000 CoinTale[22025:7217230] [ironSource SDK] API: [IronSourceSdk addImpressionDataDelegate:] - add impression data delegate to iOSBridge
2023-03-23 20:56:52.830447+0000 CoinTale[22025:7217230] [ironSource SDK] API: [IronSourceSdk setConsentViewWithDelegate:] - set consent view listener to iOSBridge
IntegrationHelper pluginVersion: 7.3.0.1-r
2023-03-23 20:56:52.831086+0000 CoinTale[22025:7217467] [ironSource SDK] EVENT: {
att = 2;
connectionType = wifi;
eventId = 60;
eventSessionId = “FA779BC3-E49E-45EF-A011-C34BFD6CAFBF”;
firstSessionTimestamp = 1679261455593;
provider = Mediation;
sessionDepth = 1;
timestamp = 1679605012830;
}
2023-03-23 20:56:52.832865+0000 CoinTale[22025:7217230] [ironSource SDK] INTERNAL: The Mediation SDK has changed its state to SDK_INIT_IN_PROGRESS
2023-03-23 20:56:52.832905+0000 CoinTale[22025:7217230] [ironSource SDK] API: IronSource: setting adapter debug logs to YES
2023-03-23 20:56:52.832926+0000 CoinTale[22025:7217230] IntegrationHelper Verifying Integration:
2023-03-23 20:56:52.832942+0000 CoinTale[22025:7217230] IntegrationHelper App Transport Security settings VERIFIED
2023-03-23 20:56:52.832960+0000 CoinTale[22025:7217230] IntegrationHelper --------------- AdColony --------------
2023-03-23 20:56:52.832977+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.832988+0000 CoinTale[22025:7217230] IntegrationHelper AdColony *** NOT VERIFIED ***
2023-03-23 20:56:52.833000+0000 CoinTale[22025:7217230] IntegrationHelper --------------- AppLovin --------------
2023-03-23 20:56:52.833084+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.833149+0000 CoinTale[22025:7217230] IntegrationHelper AppLovin *** NOT VERIFIED ***
2023-03-23 20:56:52.833210+0000 CoinTale[22025:7217230] IntegrationHelper --------------- APS --------------
2023-03-23 20:56:52.833273+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.833333+0000 CoinTale[22025:7217230] IntegrationHelper APS *** NOT VERIFIED ***
2023-03-23 20:56:52.833396+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Chartboost --------------
2023-03-23 20:56:52.833419+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.833498+0000 CoinTale[22025:7217230] IntegrationHelper Chartboost *** NOT VERIFIED ***
2023-03-23 20:56:52.833563+0000 CoinTale[22025:7217230] IntegrationHelper --------------- CSJ --------------
2023-03-23 20:56:52.833582+0000 CoinTale[22025:7217466] [ironSource SDK] INTERNAL: Mediation loaded (version: 7.3.0)
2023-03-23 20:56:52.833589+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.833687+0000 CoinTale[22025:7217230] IntegrationHelper CSJ *** NOT VERIFIED ***
2023-03-23 20:56:52.833734+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Fyber --------------
2023-03-23 20:56:52.833796+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.833863+0000 CoinTale[22025:7217230] IntegrationHelper Fyber *** NOT VERIFIED ***
2023-03-23 20:56:52.833872+0000 CoinTale[22025:7217466] [ironSource SDK] INTERNAL: getting providers from server for App ID: REDACTED, if needed send me a DM from a Unity verified account
2023-03-23 20:56:52.833964+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Google (AdMob and Ad Manager) --------------
2023-03-23 20:56:52.834034+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.834049+0000 CoinTale[22025:7217467] [ironSource SDK] EVENT: {
connectionType = wifi;
eventId = 14;
eventSessionId = “FA779BC3-E49E-45EF-A011-C34BFD6CAFBF”;
ext1 = “appLanguage=Swift”;
firstSessionTimestamp = 1679261455593;
provider = Mediation;
sessionDepth = 1;
timestamp = 1679605012833;
}
2023-03-23 20:56:52.834121+0000 CoinTale[22025:7217230] IntegrationHelper Google (AdMob and Ad Manager) *** NOT VERIFIED ***
2023-03-23 20:56:52.834187+0000 CoinTale[22025:7217230] IntegrationHelper --------------- HyprMX --------------
2023-03-23 20:56:52.834249+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.834309+0000 CoinTale[22025:7217230] IntegrationHelper HyprMX *** NOT VERIFIED ***
2023-03-23 20:56:52.834369+0000 CoinTale[22025:7217230] IntegrationHelper --------------- InMobi --------------
2023-03-23 20:56:52.834436+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.834507+0000 CoinTale[22025:7217230] IntegrationHelper InMobi *** NOT VERIFIED ***
2023-03-23 20:56:52.834576+0000 CoinTale[22025:7217230] IntegrationHelper --------------- IronSource --------------
2023-03-23 20:56:52.834631+0000 CoinTale[22025:7217230] IntegrationHelper Adapter VERIFIED
2023-03-23 20:56:52.834710+0000 CoinTale[22025:7217230] IntegrationHelper SDK - Version 5.109 - VERIFIED
2023-03-23 20:56:52.834732+0000 CoinTale[22025:7217230] IntegrationHelper Adapter - Version 7.3.0 - VERIFIED
2023-03-23 20:56:52.834816+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Liftoff --------------
2023-03-23 20:56:52.834835+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.834895+0000 CoinTale[22025:7217230] IntegrationHelper Liftoff *** NOT VERIFIED ***
2023-03-23 20:56:52.834941+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Maio --------------
2023-03-23 20:56:52.835003+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.835079+0000 CoinTale[22025:7217230] IntegrationHelper Maio *** NOT VERIFIED ***
2023-03-23 20:56:52.835162+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Meta --------------
2023-03-23 20:56:52.835224+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.835283+0000 CoinTale[22025:7217230] IntegrationHelper Meta *** NOT VERIFIED ***
2023-03-23 20:56:52.835344+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Mintegral --------------
2023-03-23 20:56:52.835407+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.835421+0000 CoinTale[22025:7217230] IntegrationHelper Mintegral *** NOT VERIFIED ***
2023-03-23 20:56:52.835484+0000 CoinTale[22025:7217230] IntegrationHelper --------------- MyTarget --------------
2023-03-23 20:56:52.835566+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.835608+0000 CoinTale[22025:7217230] IntegrationHelper MyTarget *** NOT VERIFIED ***
2023-03-23 20:56:52.835673+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Pangle --------------
2023-03-23 20:56:52.835732+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.835815+0000 CoinTale[22025:7217230] IntegrationHelper Pangle *** NOT VERIFIED ***
2023-03-23 20:56:52.835875+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Smaato --------------
2023-03-23 20:56:52.835937+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.835952+0000 CoinTale[22025:7217230] IntegrationHelper Smaato *** NOT VERIFIED ***
2023-03-23 20:56:52.836018+0000 CoinTale[22025:7217230] IntegrationHelper --------------- SuperAwesome --------------
2023-03-23 20:56:52.836069+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.836147+0000 CoinTale[22025:7217230] IntegrationHelper SuperAwesome *** NOT VERIFIED ***
2023-03-23 20:56:52.836226+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Tapjoy --------------
2023-03-23 20:56:52.836289+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.836349+0000 CoinTale[22025:7217230] IntegrationHelper Tapjoy *** NOT VERIFIED ***
2023-03-23 20:56:52.836365+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Tencent --------------
2023-03-23 20:56:52.836449+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.836509+0000 CoinTale[22025:7217230] IntegrationHelper Tencent *** NOT VERIFIED ***
2023-03-23 20:56:52.836570+0000 CoinTale[22025:7217230] IntegrationHelper --------------- UnityAds --------------
2023-03-23 20:56:52.836635+0000 CoinTale[22025:7217230] IntegrationHelper Adapter VERIFIED
2023-03-23 20:56:52.836726+0000 CoinTale[22025:7217230] IntegrationHelper SDK - Version 4.6.1 - VERIFIED
2023-03-23 20:56:52.836745+0000 CoinTale[22025:7217230] IntegrationHelper Adapter - Version 4.3.28 - VERIFIED
2023-03-23 20:56:52.836777+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Vungle --------------
2023-03-23 20:56:52.836863+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.836924+0000 CoinTale[22025:7217230] IntegrationHelper Vungle *** NOT VERIFIED ***
2023-03-23 20:56:52.836984+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Yahoo --------------
2023-03-23 20:56:52.837023+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:52.837070+0000 CoinTale[22025:7217230] IntegrationHelper Yahoo *** NOT VERIFIED ***
2023-03-23 20:56:52.837171+0000 CoinTale[22025:7217230] IntegrationHelper
2023-03-23 20:56:52.843801+0000 CoinTale[22025:7217230] IntegrationHelper IDFV is 49B0C8B9-3946-41F1-8A10-EB8F127CA45A
2023-03-23 20:56:52.843827+0000 CoinTale[22025:7217230] IntegrationHelper
2023-03-23 20:56:53.178358+0000 CoinTale[22025:7217468] [ironSource SDK] NETWORK: Init Fail - Unable to retrieve configurations from the IronSource server. Response contains errors.
2023-03-23 20:56:53.178417+0000 CoinTale[22025:7217468] [ironSource SDK] INTERNAL: Error Code=501, Init Fail - Unable to retrieve configurations from the IronSource server. Response contains errors.
2023-03-23 20:56:53.267307+0000 CoinTale[22025:7217230] [ironSource SDK] DELEGATE: Rewarded Video availability false - Invalid Application
2023-03-23 20:56:53.267351+0000 CoinTale[22025:7217230] [ironSource SDK] DELEGATE: Offerwall availability false - Invalid Application
2023-03-23 20:56:53.267369+0000 CoinTale[22025:7217230] [ironSource SDK] API: Mediation availability false - Invalid Application
2023-03-23 20:56:53.267387+0000 CoinTale[22025:7217230] [ironSource SDK] INTERNAL: The Mediation SDK has changed its state to SDK_INIT_FAILED
2023-03-23 20:56:53.267573+0000 CoinTale[22025:7217466] [ironSource SDK] EVENT: {
adUnit = 3;
connectionType = wifi;
eventId = 1112;
eventSessionId = “FA779BC3-E49E-45EF-A011-C34BFD6CAFBF”;
firstSessionTimestamp = 1679261455593;
programmatic = 1;
provider = Mediation;
sessionDepth = 1;
timestamp = 1679605013267;
}
2023-03-23 20:56:53.271983+0000 CoinTale[22025:7217230] [ironSource SDK] DELEGATE: rewardedVideoHasChangedAvailability available:false
2023-03-23 20:56:53.272016+0000 CoinTale[22025:7217230] [ironSource SDK] DELEGATE: hasNoAvailableAd
unity-script: IronSource.Agent.validateIntegration
2023-03-23 20:56:53.277867+0000 CoinTale[22025:7217230] IntegrationHelper Verifying Integration:
2023-03-23 20:56:53.277925+0000 CoinTale[22025:7217230] IntegrationHelper App Transport Security settings VERIFIED
2023-03-23 20:56:53.277964+0000 CoinTale[22025:7217230] IntegrationHelper --------------- AdColony --------------
2023-03-23 20:56:53.278005+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.278039+0000 CoinTale[22025:7217230] IntegrationHelper AdColony *** NOT VERIFIED ***
2023-03-23 20:56:53.278089+0000 CoinTale[22025:7217230] IntegrationHelper --------------- AppLovin --------------
2023-03-23 20:56:53.278170+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.278229+0000 CoinTale[22025:7217230] IntegrationHelper AppLovin *** NOT VERIFIED ***
2023-03-23 20:56:53.278385+0000 CoinTale[22025:7217230] IntegrationHelper --------------- APS --------------
2023-03-23 20:56:53.278420+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.278435+0000 CoinTale[22025:7217230] IntegrationHelper APS *** NOT VERIFIED ***
2023-03-23 20:56:53.278558+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Chartboost --------------
2023-03-23 20:56:53.278594+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.278697+0000 CoinTale[22025:7217230] IntegrationHelper Chartboost *** NOT VERIFIED ***
2023-03-23 20:56:53.278877+0000 CoinTale[22025:7217230] IntegrationHelper --------------- CSJ --------------
2023-03-23 20:56:53.278933+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.278981+0000 CoinTale[22025:7217230] IntegrationHelper CSJ *** NOT VERIFIED ***
2023-03-23 20:56:53.279034+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Fyber --------------
2023-03-23 20:56:53.279113+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.279185+0000 CoinTale[22025:7217230] IntegrationHelper Fyber *** NOT VERIFIED ***
2023-03-23 20:56:53.279261+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Google (AdMob and Ad Manager) --------------
2023-03-23 20:56:53.279356+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.279459+0000 CoinTale[22025:7217230] IntegrationHelper Google (AdMob and Ad Manager) *** NOT VERIFIED ***
2023-03-23 20:56:53.279524+0000 CoinTale[22025:7217230] IntegrationHelper --------------- HyprMX --------------
2023-03-23 20:56:53.279588+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.279639+0000 CoinTale[22025:7217230] IntegrationHelper HyprMX *** NOT VERIFIED ***
2023-03-23 20:56:53.279692+0000 CoinTale[22025:7217230] IntegrationHelper --------------- InMobi --------------
2023-03-23 20:56:53.279763+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.279812+0000 CoinTale[22025:7217230] IntegrationHelper InMobi *** NOT VERIFIED ***
2023-03-23 20:56:53.279883+0000 CoinTale[22025:7217230] IntegrationHelper --------------- IronSource --------------
2023-03-23 20:56:53.279938+0000 CoinTale[22025:7217230] IntegrationHelper Adapter VERIFIED
2023-03-23 20:56:53.280463+0000 CoinTale[22025:7217230] IntegrationHelper SDK - Version 5.109 - VERIFIED
2023-03-23 20:56:53.280602+0000 CoinTale[22025:7217230] IntegrationHelper Adapter - Version 7.3.0 - VERIFIED
2023-03-23 20:56:53.280705+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Liftoff --------------
2023-03-23 20:56:53.280805+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.280896+0000 CoinTale[22025:7217230] IntegrationHelper Liftoff *** NOT VERIFIED ***
2023-03-23 20:56:53.281011+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Maio --------------
2023-03-23 20:56:53.281110+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.281221+0000 CoinTale[22025:7217230] IntegrationHelper Maio *** NOT VERIFIED ***
2023-03-23 20:56:53.281308+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Meta --------------
2023-03-23 20:56:53.281381+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.281822+0000 CoinTale[22025:7217230] IntegrationHelper Meta *** NOT VERIFIED ***
2023-03-23 20:56:53.281856+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Mintegral --------------
2023-03-23 20:56:53.281941+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.282034+0000 CoinTale[22025:7217230] IntegrationHelper Mintegral *** NOT VERIFIED ***
2023-03-23 20:56:53.282106+0000 CoinTale[22025:7217230] IntegrationHelper --------------- MyTarget --------------
2023-03-23 20:56:53.282182+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.282262+0000 CoinTale[22025:7217230] IntegrationHelper MyTarget *** NOT VERIFIED ***
2023-03-23 20:56:53.282339+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Pangle --------------
2023-03-23 20:56:53.282415+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.282957+0000 CoinTale[22025:7217230] IntegrationHelper Pangle *** NOT VERIFIED ***
2023-03-23 20:56:53.283025+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Smaato --------------
2023-03-23 20:56:53.283131+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.283193+0000 CoinTale[22025:7217230] IntegrationHelper Smaato *** NOT VERIFIED ***
2023-03-23 20:56:53.283260+0000 CoinTale[22025:7217230] IntegrationHelper --------------- SuperAwesome --------------
2023-03-23 20:56:53.283337+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.283396+0000 CoinTale[22025:7217230] IntegrationHelper SuperAwesome *** NOT VERIFIED ***
2023-03-23 20:56:53.283451+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Tapjoy --------------
2023-03-23 20:56:53.283549+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.283616+0000 CoinTale[22025:7217230] IntegrationHelper Tapjoy *** NOT VERIFIED ***
2023-03-23 20:56:53.283852+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Tencent --------------
2023-03-23 20:56:53.283925+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.283984+0000 CoinTale[22025:7217230] IntegrationHelper Tencent *** NOT VERIFIED ***
2023-03-23 20:56:53.284046+0000 CoinTale[22025:7217230] IntegrationHelper --------------- UnityAds --------------
2023-03-23 20:56:53.284129+0000 CoinTale[22025:7217230] IntegrationHelper Adapter VERIFIED
2023-03-23 20:56:53.284246+0000 CoinTale[22025:7217230] IntegrationHelper SDK - Version 4.6.1 - VERIFIED
2023-03-23 20:56:53.284341+0000 CoinTale[22025:7217230] IntegrationHelper Adapter - Version 4.3.28 - VERIFIED
2023-03-23 20:56:53.284423+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Vungle --------------
2023-03-23 20:56:53.284495+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.284564+0000 CoinTale[22025:7217230] IntegrationHelper Vungle *** NOT VERIFIED ***
2023-03-23 20:56:53.284579+0000 CoinTale[22025:7217230] IntegrationHelper --------------- Yahoo --------------
2023-03-23 20:56:53.284593+0000 CoinTale[22025:7217230] IntegrationHelper Adapter *** MISSING ***
2023-03-23 20:56:53.284604+0000 CoinTale[22025:7217230] IntegrationHelper Yahoo *** NOT VERIFIED ***
2023-03-23 20:56:53.284712+0000 CoinTale[22025:7217230] IntegrationHelper
2023-03-23 20:56:53.291165+0000 CoinTale[22025:7217230] IntegrationHelper IDFV is 49B0C8B9-3946-41F1-8A10-EB8F127CA45A
2023-03-23 20:56:53.291195+0000 CoinTale[22025:7217230] IntegrationHelper
unity-script: unity version2021.3.11f1
unity-script: IronSource.Agent.init
2023-03-23 20:56:53.388200+0000 CoinTale[22025:7217230] [ironSource SDK] API: IronSource: hasRewardedVideo false
2023-03-23 20:56:53.388257+0000 CoinTale[22025:7217230] [ironSource SDK] API: [IronSourceSdk loadRewardedVideo] -
2023-03-23 20:56:53.388279+0000 CoinTale[22025:7217230] [ironSource SDK] API: [IronSourceSdk loadRewardedVideo] - Rewarded Video is not initiated with manual load
2023-03-23 20:56:53.388364+0000 CoinTale[22025:7217552] [ironSource SDK] EVENT: {
adUnit = 3;
connectionType = wifi;
eventId = 1102;
eventSessionId = “FA779BC3-E49E-45EF-A011-C34BFD6CAFBF”;
firstSessionTimestamp = 1679261455593;
programmatic = 1;
provider = Mediation;
sessionDepth = 1;
timestamp = 1679605013388;
}
For the initialization I simply setup the delegate callbacks and use IronSource.Agent.init(_appKey);
to intialize the SDK. This worked perfectly fine before but somehow has stopped working now.
I have also upgrades my CocoaPods as those were causing issues during the build, those are now all up to date and it’s building in XCode.
What could have gone wrong here? I would be surprised if using Firebase would make it so LevelPlay no longer works and the NuGet packages have already been removed but no difference to the end result.
Hmm, I just disabled and re-enabled the test mode on the dashboard and the ads instantly started working again. Don’t think I got to 1000 ad views yet and it was working like this for a couple months at least. Any idea what could be the cause for this and how I can ensure it doesn’t happen again?
I also faced the same problem. I’ve been trying to figure it out for two weeks now. I even tried to make an empty project and put the ID of my project in the demo scene from IronSource, as a result I get the same error. Now I wrote to the support service. If someone solves that problem, be sure to write.
Hey @MegaMileyStudios / @nickkond ,
If you are seeing “Invalid Application” errors in your logs on initialization, then your applicationKey (“appkey”) string is either invalid or some other specific account setting needs to be adjusted to serve ads properly.
Someone from our support team should be able to pin point it soon if you haven’t opened a ticket yet:
knowledge center New 2022
Regards,
-Curtis
Vukiz
April 15, 2023, 3:40pm
5
Same issue. Enable/Disable test mode helped. Thanks.
I also triple checked everything, nothing was wrong with my setup.
It’s certainly a bug, we are also facing it. Enable/Disable test mode helped. Thanks.
1 Like
DevDop
February 2, 2024, 5:32pm
7
Thank you, Enable/Disable test mode fixed it!