You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function HMSReward.adRewardedListenerAdd is not functioning properly when showing ads for the second time. Additionally, after watching the full ad, it fails to provide the expected reward and also not running the listener.
HMSReward.adRewardedListenerAdd((reward) => {
console.log('adRewardedListenerAdd: reward', reward);
});
The text was updated successfully, but these errors were encountered:
The function HMSReward.adRewardedListenerAdd is not functioning properly when showing ads for the second time. Additionally, after watching the full ad, it fails to provide the expected reward and also not running the listener.
HMSReward.adRewardedListenerAdd((reward) => {
console.log('adRewardedListenerAdd: reward', reward);
});
The text was updated successfully, but these errors were encountered: