An open API service indexing awesome lists of open source software.

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

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)