iOS推送机制下AppDelegate中代理函数执行顺序

推送方法执行顺序总结:

1. app 前台运行时,会调用 remote notification

2. app后台运行时,点击提醒框,会调用remote notification

3. 点击app 图标,不调用remote notification,没反应

4. app 没有运行时,点击提醒框,finishLaunching中,launchOptions 传参

5. 点击app 图标,launchOptions 不传参,不调用remote notification

posted @ 2015-11-10 12:16  iOS_Country  阅读(303)  评论(0编辑  收藏  举报