I'm using PushSharp library for pushing iOS notifications (it's live for last half year) and now I'm trying to extend functionality to new Mac OS Maverick feature (https://kandutech.net/) . Seems that PushSharp (https://github.com/Redth/PushSharp) doesn't currently support this feature, so I extended PushSharp library myself.
Seems like URL (gateway.push.apple.com:2195) the same as for iOS Distribution, but the JSON payload is slightly different. I adjusted JSON format. Don't see other difference in Pushing process. Did I miss something?
Still can't make it works. I'm getting permission, device token, the pushing process on server side looks fine (no errors occurred), but nothing pops up in Notification Center. Any ideas?