How to write an Apple Push Notification Provider in C#?

后端 未结 5 1229
感动是毒
感动是毒 2020-12-02 06:31

Apple really had bad documentation about how the provider connects and communicates to their service (at the time of writing - 2009). I am confused about the protocol. How i

5条回答
  •  春和景丽
    2020-12-02 07:10

    You can use the PushSharp library in GitHub.

    I am using it in all of my projects

提交回复
热议问题