You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we test the code with APK Debug, the users can see the notification popup normally. But when we build and upload an AAB to playstore, the users see nothing and the notifications are turned off on app info.
For properly targeting android 13 and newer you have to use capacitor 5 and capacitor 5 plugins, you are still on capacitor 4 and push plugin v4, which doesnβt properly handle the notification prompt, you need to update.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out.
Bug Report
Plugin(s)
"@capacitor/push-notifications": "^4.1.2"
Capacitor Version
Platform(s)
Android > 13
Current Behavior
After uploading the app on playstore the notification popup does not appear on Android > 13
Expected Behavior
The user should see the notification popup in order to accept or not the notifications.
Code Reproduction
Also we tried with, without any luck to see the notification popup
Other Technical Details
When we test the code with APK Debug, the users can see the notification popup normally. But when we build and upload an AAB to playstore, the users see nothing and the notifications are turned off on app info.
Additional Context
The permission that we have tried so far:
The google-service.json file
Note: Using APK Debug the user can see the notification popup but this is not happening when we upload the AAB to the App Store.
Any thoughts, about what is going wrong?
Thanks
Chris
The text was updated successfully, but these errors were encountered: