net-core-push-notifications
net-core-push-notifications copied to clipboard
No IOS Alert popup
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 it highly depends on the payload, can you post yours here so I can assess?
Hi, this is my payload "{"aps":{"alert":{"title":"Message","body":"This is my message"},"badge":10,"sound":"default"}}"
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",