激励广告改用sdk提示

This commit is contained in:
yangjing 2022-09-14 13:57:20 +08:00
parent 840201c539
commit 954c0cf4d2
2 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ public static class AdsUtils
pSuccessCallback?.Invoke();
MMOModule.Instance.WatchRVSuccessfully();
}
}, UIUtils.ShowNoAdsTip);
}, null, true);
}
public static void PlayReward(TKGRVPositionName pAdPos, Action<bool> pResultCallback = null)
@ -93,6 +93,6 @@ public static class AdsUtils
{
MMOModule.Instance.WatchRVSuccessfully();
}
}, UIUtils.ShowNoAdsTip);
}, null, true);
}
}

View File

@ -191,7 +191,7 @@ PlayerSettings:
iPhone: com.hotpotgames.mergemilitary.global
buildNumber:
Standalone: 1
iPhone: 1
iPhone: 2
AndroidBundleVersionCode: 7
AndroidMinSdkVersion: 22
AndroidTargetSdkVersion: 30