https://github.com/oldratlee/ios-push-notifications-demo
iOS Push Notifications step-by-step demo
https://github.com/oldratlee/ios-push-notifications-demo
Last synced: 3 months ago
JSON representation
iOS Push Notifications step-by-step demo
- Host: GitHub
- URL: https://github.com/oldratlee/ios-push-notifications-demo
- Owner: oldratlee
- Created: 2016-02-04T10:32:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T21:54:35.000Z (over 9 years ago)
- Last Synced: 2025-03-06T10:03:03.240Z (3 months ago)
- Language: Objective-C
- Homepage: https://github.com/oldratlee/ios-push-notifications-demo/blob/master/README.md
- Size: 1.88 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`iOS`的推送应用开发及其证书配置
=====================================================完成`iOS`推送发送的接收,包含三部分:
1. [`App ID`和证书的 生成/配置](docs/1-prepare.md)
1. [实现推送`App`(客户端)](docs/2-app-dev.md)
1. [给`App`发推送(服务端)](docs/3-send-push.md)