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
309 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); ...
0
votes
1answer
339 views

How do I convert a combined PEM into a pkcs12 P12 file?

I have an Apple Push Notification Service PEM file which I have working in a PHP script. I can send push notifications to iOS devices that have my app installed. I am trying to make it work with the ...