Replies: 1 comment 1 reply
-
Solved, my fault, removed
from MainActivity.java |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Trying new Capacitor 3 version on a fresh vue + capacitor project. On latest version of capacitor in other projects I worked with PushNotifications with no problem, but now in v3 on the first implemention of the PushNotification for android, in Android Studio logs I see: Msg: Uncaught (in promise) Error: "PushNotifications" plugin is not implemented on android
I installed the plugin as described in the documentation and guide, sync the files, build the project...but anything seems to work.
[info] Found 5 Capacitor plugins for android:
@capacitor/[email protected]
@capacitor/[email protected]
@capacitor/[email protected]
@capacitor/[email protected]
@codetrix-studio/[email protected]
√ update android in 93.94ms
In my package.json: "@capacitor/push-notifications": "^1.0.3",
I missed something?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions