File tree Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Expand file tree Collapse file tree 4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,37 @@ You can use this app during iOS Push Notification (development or production) to
77# Preview
88![ Screenshot0] ( https://raw.githubusercontent.com/Dwarven/PushMeBaby/master/Screenshots/Screenshot0.png )
99![ Screenshot1] ( https://raw.githubusercontent.com/Dwarven/PushMeBaby/master/Screenshots/Screenshot1.png )
10+ ![ Screenshot1] ( https://raw.githubusercontent.com/Dwarven/PushMeBaby/master/Screenshots/Screenshot2.png )
1011
1112# How to use
12- 1 . Replace the ` aps.cer ` and the ` aps_development.cer ` with your app certificates.
13+ 1 . Replace the ` cer ` s with your app certificates.
14+
15+ ```
16+ //APP 0
17+ aps0.cer
18+ aps_development0.cer
19+
20+ //APP 1
21+ aps1.cer
22+ aps_development1.cer
23+
24+ //APP 2
25+ aps2.cer
26+ aps_development2.cer
27+
28+ //APP 3
29+ aps3.cer
30+ aps_development3.cer
31+
32+ //APP 4
33+ aps4.cer
34+ aps_development4.cer
35+
36+ //APP 5
37+ aps5.cer
38+ aps_development5.cer
39+ ```
40+
13412 . Guaranteed keychain has the corresponding private keys in your Mac.
14423 . Run!
1543
You can’t perform that action at this time.
0 commit comments