iOS 极光推送接收自定义消息

论坛 期权论坛 脚本     
匿名网站用户   2020-12-20 01:33   31   0


//添加监听者

NSNotificationCenter *defaultCenter = [NSNotificationCenter defaultCenter];

[defaultCenter addObserver:self selector:@selector(networkDidReceiveMessage:)

name:kJPFNetworkDidReceiveMessageNotification object:nil];


//在APP打开的情况下,接收自定义的方法

- (void)networkDidReceiveMessage:(NSNotification *)notification {

//处理通知的方法

NSDictionary *userInfo = [notification userInfo];

}


分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:1136255
帖子:227251
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP