AnyChat技术支持论坛
标题: iOS 通知崩溃 [打印本页]
作者: apple0110 时间: 2015-8-31 15:48
标题: iOS 通知崩溃
// anyChat 注册异步通知句柄
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(AnyChatNotifyHandler:)
name:@"ANYCHATNOTIFY"
object:nil];
// SDK异步通知
- (void) AnyChatNotifyHandler:(NSNotification*)notify:
具体场景没有复现出来,但出现几次崩溃, 通知回调方法参数notify不是一个合法的notice;
控制台打印 po notify 结果显示:@"ANYCHATNOTIFY"
po notify -> @"ANYCHATNOTIFY"
po [notify Class] -> NSNotification
po [notify userInfo] Class] -> 出错
po notify.userInfo -> =0x000000000001231
作者: admin 时间: 2015-8-31 15:53
您好,请将控制台更多的信息贴上来,便于我们分析。
另外出现问题的设备是?iOS系统版本是?有重现的方法吗?
欢迎光临 AnyChat技术支持论坛 (http://bbs.anychat.cn/) |
Powered by Discuz! X3 |