开发者

.Net Apple Push Notification service Provider?

I started to write a provider for APNs in .Net today, and it seems 开发者_Python百科I've hit a brick wall...

Everything I'm finding about securing sockets says that a System.Net.Sockets.Socket cannot implement SSL. I'm fairly new to raw sockets programming...does anyone know of a way to connect a raw socket to a server over SSL?


You might want to take a look at apns-sharp. I've done some experimenting with Push Notifications, and was able to get the server side of things up and running with that in very little time at all. (Even if you don't use it as-is, the source may help you.)


In my opinion, you don't need to use open source things for achieving that if you have serious or critical project instead you can use a professional push notification provider.

I like this guys, they are making realy different things then others. Check-out MonoPush project Note : Don't forget that users very sensitive you don't have to make mistake.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜