We need your help! We are testing unity ads and its working good on iphone and android phone. but it´s not showing anything on ipad. Is there a common mistake with ads on iPad?
our ads script looks like this:
public class ADSManagerScript : MonoBehaviour {
public bool Rewarded = true;
public GameObject SystemManager;
public GameObject SystemUI;
public GameObject PanelManager;
public RawImage PaletteImage_02;
private string gameID = "1745792";
// Use this...
Unity Ads works on Android and on iPhone but not on iPad
our ads script looks like this:
public class ADSManagerScript : MonoBehaviour {
public bool Rewarded = true;
public GameObject SystemManager;
public GameObject SystemUI;
public GameObject PanelManager;
public RawImage PaletteImage_02;
private string gameID = "1745792";
// Use this...
Unity Ads works on Android and on iPhone but not on iPad