You can use this app during iOS Push Notification (development or production) to push notifications on your device from your Mac.
- Replace the
cer
s with your app certificates.
//APP 0
aps0.cer
aps_development0.cer
//APP 1
aps1.cer
aps_development1.cer
//APP 2
aps2.cer
aps_development2.cer
//APP 3
aps3.cer
aps_development3.cer
//APP 4
aps4.cer
aps_development4.cer
//APP 5
aps5.cer
aps_development5.cer
- Verify that the local keychain has the corresponding certificates and private keys on your Mac.
- Run!
Enjoy~!