Open sw-tt-vidhithakkar opened 11 months ago
Please build and run the example project and use its built-in FCM client to test cloud messaging.
This will determine whether the cause of the issue is in your own code/project or you local build environment.
Bug report
CHECKLIST
[ ] I have read the issue reporting guidelines
[ ] I confirm this is a suspected bug or issue that will affect other users
[ ] I have reproduced the issue using the example project or provided the necessary information to reproduce the issue.
[ ] I have read the documentation thoroughly and it does not help solve my issue.
[ ] I have checked that no similar issues (open or closed) already exist.
Current behavior:
Expected behavior: Should receive push notification in both Foreground & Backgroup app mode.
Steps to reproduce:
Screenshots
Environment information
cordova -v
- 11cordova platform ls
- Android@12cordova plugin ls
sw_vers
winver
Runtime issue
Android build issue:
node -v
- 16ls platforms/android/.gradle
- 7.6android:targetSdkVersion
- 33 inAndroidManifest.xml
sdkmanager --list | sed -e '/Available Packages/q'
iOS build issue:
node -v
Related code:
Console output
console output
``` // Paste any relevant JS/native console output here ```**Other information:**