I have tried changing the UnityConnectSettings and other options that I could read in the forums and still I can´t use Namespace Advertaisements. When I turne off the ads the error dissapears, but when I return to turn on the ads not.
Can you share some of your code?
Thanks,
Rasmus
Yeah of Course
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Advertisements;
public class Public : MonoBehaviour {
public void Show()
{
if (Advertisement.IsReady())
{
Advertisement.Show();
}
}
}