Hi,
I am using @capacitor/push-notifications
plugin to receive push but on iOS there is no sound and no badge count.
For sending Push I am using a new HTPP from google firebase https://fcm.googleapis.com/v1/projects/{$project}/messages:send
On Android everything works well.
In capacitor config I have this settings: "plugins": { "PushNotifications": { "presentationOptions": ["badge", "sound", "alert"] } }
Any suggestions why there is no sound and badge on iOS?
Thanks a lot