Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚡️ [error] - Could not init Admob {"code":"UNIMPLEMENTED"} #326

Open
faguilera85 opened this issue Jul 1, 2024 · 2 comments
Open

⚡️ [error] - Could not init Admob {"code":"UNIMPLEMENTED"} #326

faguilera85 opened this issue Jul 1, 2024 · 2 comments

Comments

@faguilera85
Copy link

faguilera85 commented Jul 1, 2024

Describe the bug
I'm getting the following error in iOS Xcode Simulator {"code":"UNIMPLEMENTED"} when I try to initialize AdMob using await AdMob.initialize();.

I'm using Capacitor 6.

Dependencies

    "@angular/animations": "^17.0.2",
    "@angular/common": "^17.0.2",
    "@angular/compiler": "^17.0.2",
    "@angular/core": "^17.0.2",
    "@angular/forms": "^17.0.2",
    "@angular/platform-browser": "^17.0.2",
    "@angular/platform-browser-dynamic": "^17.0.2",
    "@angular/router": "^17.0.2",
    "@capacitor-community/admob": "^6.0.0",
    "@capacitor-community/firebase-analytics": "^6.0.0",
    "@capacitor-firebase/messaging": "^6.0.0",
    "@capacitor/android": "^6.0.0",
    "@capacitor/app": "^6.0.0",
    "@capacitor/core": "^6.0.0",
    "@capacitor/haptics": "^6.0.0",
    "@capacitor/ios": "^6.0.0",
    "@capacitor/keyboard": "^6.0.0",
    "@capacitor/push-notifications": "^6.0.0",
    "@capacitor/splash-screen": "^6.0.0",
    "@capacitor/status-bar": "^6.0.0",
    "@ionic/angular": "^8.2.0",
    "chart.js": "^4.4.2",
    "cordova-plugin-purchase": "^13.11.1",
    "firebase": "^10.12.2",
    "ionicons": "^7.0.0",
    "moment": "^2.30.1",
    "rxjs": "~7.8.0",
    "swiper": "^11.0.7",
    "tslib": "^2.3.0",
    "zone.js": "~0.14.2"
  },
@NilsChr
Copy link

NilsChr commented Jul 17, 2024

Did you find a solution to this?

@faguilera85
Copy link
Author

faguilera85 commented Jul 17, 2024

Yes, finally I solved it. Some capacitor dependencies were not in v6 but in v5 instead. Please double check. Also run a npm install again if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants