arashnorouzi / Moon-APNS

A free open source c# library for sending Apple Push Notifications in any .net application.
http://arashnorouzi.wordpress.com
90 stars 45 forks source link

TLS1.2 and message support chinese. #24

Open jamesbang opened 5 years ago

jamesbang commented 5 years ago

Hi @arashnorouzi i'm James i use this project, fix 2 bugs, TLS 1.2 can work in sandbox, and message encodeing use UTF-8, let it can show chinese.

  1. push message support chinese.
  2. AuthenticateAsClient use SslProtocols.Tls12. (change framework to 4.6)