moonapns

PushSharp APNS Service Stop working after windows shutdown

放肆的年华 提交于 2019-12-13 02:31:53
问题 I can send notifications to my iPhone device succeffully using Push Sharp via sandbox APNS server but I am having a problem. I have generated .cer and .p12 files and then installed them on my windows 8 development machine successfully. I used this tutorial to install the certificates on my windows 8 machine. Yesterday things were working fine and I was sending the notification successfully. I shutdown my system and then next day when I try to run the code I was getting following exception:

Stuck creating p12 file for MoonAPNS

怎甘沉沦 提交于 2019-12-10 11:34:19
问题 I am having some trouble creating my .p12 certificate. I have previously created an application with push notification, this works fine. The application takes the users device id and saves it into a database. I have added the code into my new application(with the amendments to work with the new application), and from the Log it seems to be working in the same way as my other app. I have downloaded the relevant files that i need and then i know i needed to use ssl to be able to create my new

Stuck creating p12 file for MoonAPNS

岁酱吖の 提交于 2019-12-06 06:34:35
I am having some trouble creating my .p12 certificate. I have previously created an application with push notification, this works fine. The application takes the users device id and saves it into a database. I have added the code into my new application(with the amendments to work with the new application), and from the Log it seems to be working in the same way as my other app. I have downloaded the relevant files that i need and then i know i needed to use ssl to be able to create my new and combined p12. I cant for the life of me remember how i created the p.12 file. I'm using moonapns. I