Tagged Questions

4
votes
2answers
7k views

aps_developer_identity.cer to p12 without having to export from Key Chain?

I have a shed load of 'aps_developer_identity.cer' certificates exported from iPhone Developer portal. They were all created using the same Certificate Signing Request and (thus) the same private key. ...
0
votes
3answers
321 views

Apple Push Notification, Problem with PKCS12 in java-apns

I try to send a push notification from a java application to an iphone. there is the source code : PayLoad payLoad = new PayLoad(); payLoad.addAlert("My alert message"); payLoad.addBadge(45); ...