激励广告改用sdk提示
This commit is contained in:
parent
840201c539
commit
954c0cf4d2
|
@ -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);
|
||||
}
|
||||
}
|
|
@ -191,7 +191,7 @@ PlayerSettings:
|
|||
iPhone: com.hotpotgames.mergemilitary.global
|
||||
buildNumber:
|
||||
Standalone: 1
|
||||
iPhone: 1
|
||||
iPhone: 2
|
||||
AndroidBundleVersionCode: 7
|
||||
AndroidMinSdkVersion: 22
|
||||
AndroidTargetSdkVersion: 30
|
||||
|
|
Loading…
Reference in New Issue