this is my code
if (col.gameObject.tag == "ball") {
if (Advertisement.IsReady ()) {
Advertisement.Show ();
}
if (_score.scoree > PlayerPrefs.GetFloat ("HighScore")) {
PlayerPrefs.SetFloat ("HighScore", _score.scoree);
Application.LoadLevel (0);
}
Application.LoadLevel (0);
}
I get the usual unity ad test image , it works no problem , also in android emu blue stack it works , but on my : Alcatel one touch pop C7 , samsung galaxy s 3,4,5 , few tablets , and it dosent show ???? any tips ?
↧