capacitor-community / admob

Community plugin for using Google AdMob
MIT License
213 stars 66 forks source link

Invalid event ID: null for onRewardedVideoAdReward #248

Closed rprokopenko closed 3 months ago

rprokopenko commented 1 year ago

Describe the bug After build the project I get this error in Android Studio. I did all the steps according to the instructions but still get this error. This is the error I get in AdMob.addListener(RewardAdPluginEvents.Rewarded) when the ad ends.

Screenshots Screenshot_35

Dependencies

"@angular/common": "^15.0.0",
    "@angular/core": "^15.0.0",
    "@angular/forms": "^15.0.0",
    "@angular/platform-browser": "^15.0.0",
    "@angular/platform-browser-dynamic": "^15.0.0",
    "@angular/router": "^15.0.0",
    "@capacitor-community/admob": "^4.2.0",
    "@capacitor/android": "4.7.1",
    "@capacitor/app": "4.1.1",
    "@capacitor/core": "4.7.1",
    "@capacitor/haptics": "4.1.0",
    "@capacitor/keyboard": "4.1.1",
    "@capacitor/local-notifications": "^4.1.5",
    "@capacitor/status-bar": "4.1.1",
    "@ionic/angular": "^6.1.9",
    "@ionic/storage-angular": "^3.0.6",
    "ionicons": "^6.0.3",
    "rxjs": "~7.5.0",
    "tslib": "^2.3.0",
    "zone.js": "~0.11.4"
distante commented 3 months ago

Will close for now. If it still happens please share a repo.