IOS 注册deviceToken成功 但是还是无法弹出推送框
// 将得到的deviceToken传给SDK
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken{
[[EMClient sharedClient] bindDeviceToken:deviceToken];
}
此方法一直在走,但是没有推送的效果,消息也是发送过来了的。
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken{
[[EMClient sharedClient] bindDeviceToken:deviceToken];
}
此方法一直在走,但是没有推送的效果,消息也是发送过来了的。
没有找到相关结果
已邀请:
1 个回复
donghai