C# iPhone push server?

前端 未结 6 969
一生所求
一生所求 2020-12-22 18:16

Im attempting to write a push server for the iPhone in C#. I have the following code:

        // Create a TCP/IP client socket.
        using (TcpClient clie         


        
6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-22 18:52

    In my case I had to delete all the certificate from my windows 8 and then re-install them in order to send push notifications to apple device.

    I do not know why my certificates stop working, I am searching for the correct reason and will update here soon.

提交回复
热议问题