Skip to content

Commit 27f7685

Browse files
committed
disable test mode
1 parent 4c3dfe8 commit 27f7685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Others/Script/UnityAdsHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
public class UnityAdsHelper : MonoBehaviour
99
{
1010
static string androidGameID = "3228535";
11-
static bool enableTestMode = true;
11+
static bool enableTestMode = false;
1212
static bool isInit = false;
1313

1414
string myPlacementId = "";

0 commit comments

Comments
 (0)