HMS-Core / hms-react-native-plugin

This repo contains all of React-Native HMS plugins.
https://developer.huawei.com/consumer/en/doc/overview/HMS-Core-Plugin?ha_source=hms1
Apache License 2.0
235 stars 67 forks source link

HMSReward.adRewardedListenerAdd is not functioning properly #319

Open Tahaaskari97 opened 4 months ago

Tahaaskari97 commented 4 months ago

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); });