public void OnUnityAdsShowComplete(string adUnitId, UnityAdsShowCompletionState showCompletionState)
Why is this happening once for the first callback, twice for the second callback, and four times for the third callback?
public void OnUnityAdsShowComplete(string adUnitId, UnityAdsShowCompletionState showCompletionState)
Why is this happening once for the first callback, twice for the second callback, and four times for the third callback?
Hi, please check if you registered the show listener multiple times.