Changes between Version 27 and Version 28 of doc/design/flow


Ignore:
Timestamp:
06/20/2012 10:16:46 AM (14 years ago)
Author:
wangjianqiang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/design/flow

    v27 v28  
    3333 
    3434== 推送流程 == 
    35 1. Sender提取出推送Token并连同推送信息一起发送到PNS,参见【[wiki:doc/interface/platform 平台接口定义]/消息推送接口】 
    36 2. PNS验证Token的合法性并提取出相对应的设备账号及appkey 
    37 3. PNS通过设备账号将消息连同appkey信息推送到对应的Receiver 
    38 4. Receiver在系统内广播接收到的appkey和消息内容 
    39 5. 所有集成了推送服务的App被唤醒并检查该消息是否发给自己的(对比appkey)。若不是,则执行完检查后退出;若是则处理推送内容 
     351. Sender提取出推送Token并连同appkey、推送信息一起发送到PNS,参见【[wiki:doc/interface/platform 平台接口定义]/消息推送接口】 
     362. PNS验证appkey和Token的合法性并提取出相对应的Receiver账号 
     373. PNS通过Receiver账号将消息连同token信息推送到对应的Receiver 
     384. Receiver在系统内广播接收到的token和消息内容 
     395. 所有集成了推送服务的App被唤醒并检查该消息是否发给自己的(对比token)。若不是,则执行完检查后退出;若是则处理推送内容