Hi Everyone!!!
I’m still having issues using unityAds, on the same proyect, same code, i builded for android and all works perfect, switched to build for iOs and i get this error…
Unity ads are active, but i still get this error, any hints? thanks in advance!
#if UNITY_ADS
private ShowOptions GetShowOptions () {
ShowOptions options = new ShowOptions ();
options.resultCallback += OnAdFinished;
return options;
}
#endif