Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1005 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 1005 Bytes

PushMeBaby

Twitter

You can use this app during iOS Push Notification (development or production) to push notifications on your device from your Mac.

Preview

Screenshot0 Screenshot1 Screenshot1

How to use

  1. Replace the cers 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
  1. Verify that the local keychain has the corresponding certificates and private keys on your Mac.
  2. Run!

Enjoy~!