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");