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();.
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.
Describe the bug I'm getting the following error in iOS Xcode Simulator
{"code":"UNIMPLEMENTED"}
when I try to initialize AdMob usingawait AdMob.initialize();
.I'm using Capacitor 6.
Dependencies