C# iPhone push server?

前端 未结 6 995
一生所求
一生所求 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:40

    The "The message received was unexpected or badly formatted." error usually comes when you did not register the p12 certificate in Windows. (Under Vista, just double click on the p12 file and the import wizard will open)

提交回复
热议问题