andrei-m-code / net-core-push-notifications

Lightweight .NET Core Push Notifications for Android, iOS and Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ApnsResponse from ApnSender.Send has IsSuccess = true, but I never receive notification?

redbird19 opened this issue · comments

It seems like I did everything correct. No error is thrown, ApnsResponse.Error = null, and ApnsResponse.IsSuccess = true, but no notification is ever delivered. I'm not sure what else I can look at to figure out why the notification isn't sent, any ideas?

Nevermind, I got it to work. The problem was with my payload having a slight deviation from the spec. Once I fixed that, it worked like a charm!