Commit a1ac961
docs(push): clarify APNs sandbox endpoint requirements
Update APNs documentation to clarify that users must specify the
sandbox/production endpoint for both authentication methods:
- Token-based auth (.p8): Must specify endpoint (same key works for both)
- Certificate-based auth (.p12): Must specify endpoint and match with
certificate type (development cert = sandbox, distribution cert = production)
Changes:
- Add "Why token-based authentication is recommended" section with
comparison table and link to Apple docs
- Update Control API docs to explain apnsUseSandboxEndpoint field
- Remove references to auto-detection (not implemented)
Ref: PDR-088, EDU-16521 parent ff5740b commit a1ac961
2 files changed
Lines changed: 24 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
243 | 251 | | |
244 | 252 | | |
245 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
49 | 63 | | |
50 | 64 | | |
51 | 65 | | |
| |||
0 commit comments