| | |
| | | NSDictionary *userInfo = [notify userInfo]; |
| | | if (error == 0) { |
| | | NSString *uid = [[SMPCQuickSDK defaultInstance] userId]; |
| | | NSString *cid =[[SMPCQuickSDK defaultInstance] getConfigValue:@"cid"]; |
| | | NSString *channel =[[SMPCQuickSDK defaultInstance] getConfigValue:@"channel"]; |
| | | NSString *gameUID; |
| | | if(cid&&[cid length]!=0) |
| | | gameUID = [NSString stringWithFormat:@"%@%@%@", uid,@"@",cid]; |
| | | if(channel&&[channel length]!=0) |
| | | gameUID = [NSString stringWithFormat:@"%@%@%@", uid,@"@",channel]; |
| | | else |
| | | gameUID = [NSString stringWithFormat:@"%@@%d", uid, [SMPCQuickSDK defaultInstance].channelType]; |
| | | NSString *UserName = [[SMPCQuickSDK defaultInstance] userId]; |