For a Capacitor application, use the dedicated pushwoosh-capacitor-plugin.
Using the older pushwoosh-cordova-plugin inside a Capacitor project can cause compatibility problems, especially if the app also uses other Firebase Cloud Messaging plugins (for example @capacitor-firebase/messaging). Typical symptoms are notifications that are not received or not handled by the app, with log lines such as No listeners found for event notification received.
Links:
- NPM: pushwoosh-capacitor-plugin
- GitHub: Pushwoosh/pushwoosh-capacitor-plugin
- Sample app: example/ in the same repository
Migrating from the Cordova plugin to the Capacitor plugin is the recommended path for Capacitor projects.
Comments
0 comments
Please sign in to leave a comment.