iphone收到推送消息的处理
?
(1)app应用没有运行,则在方法didFinishLaunchingWithOptions中进行调用.
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo { NSLog(@"userInfo=%@",userInfo);}