Commit ddf6a270 authored by guanghui.shi's avatar guanghui.shi

极光多端登录推送的bug

parent ef878e8c
...@@ -148,7 +148,9 @@ ...@@ -148,7 +148,9 @@
[MiPushSDK unsubscribe:@"login"]; [MiPushSDK unsubscribe:@"login"];
/// 极光推送--------------------------- /// 极光推送---------------------------
[JPUSHService setAlias:@"" completion:NULL seq:2]; [JPUSHService deleteAlias:^(NSInteger iResCode, NSString *iAlias, NSInteger seq) {
NSLog(@"删除别名 = %@",iAlias);
} seq:1];
[JPUSHService setTags:[NSSet setWithObject:@"logout"] completion:^(NSInteger iResCode, NSSet *iTags, NSInteger seq) { [JPUSHService setTags:[NSSet setWithObject:@"logout"] completion:^(NSInteger iResCode, NSSet *iTags, NSInteger seq) {
} seq:1]; } seq:1];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment