unable to push notification to ios in server (GoDaddy)

156 Views Asked by At

I'm implementing ios push notification (c#) using moonapns.I'm using p12 certificate.It was working on my local machine but not able to push notifications after deploying in GoDaddy. It was throwing 'The given path's format is not supported.' or URI format is wrong in below line...

var push = new PushNotification(false, "certificatePath", "certificate pasword");

0

There are 0 best solutions below