net-core-push-notifications icon indicating copy to clipboard operation
net-core-push-notifications copied to clipboard

No IOS Alert popup

Open tikes opened this issue 1 year ago • 2 comments

Hi,

If i update to any of versions starting from 4.0.0, when send an Push to IOS devices the device dont show the popup with message. But the badge number updates in app.

Is like if i send a message empty, can you check?

Thanks

tikes avatar Oct 04 '24 14:10 tikes

@tikes it highly depends on the payload, can you post yours here so I can assess?

andrei-m-code avatar Oct 05 '24 17:10 andrei-m-code

Hi, this is my payload "{"aps":{"alert":{"title":"Message","body":"This is my message"},"badge":10,"sound":"default"}}"

tikes avatar Oct 07 '24 11:10 tikes

PLease check this out and see if it helps https://github.com/andrei-m-code/net-core-push-notifications/issues/95

You might be missing "apns-push-type" : "alert",

andrei-m-code avatar Feb 24 '25 18:02 andrei-m-code