[F] iOS Google login, client id
This commit is contained in:
@@ -103,7 +103,20 @@ extern "C" {
|
||||
|
||||
void UnityLoginOut()
|
||||
{
|
||||
|
||||
NSLog(@"TYSdkInterface UnityLoginOut");
|
||||
[XYApi XYLogoutWithCompletion:^(XYResp * _Nonnull resp) {
|
||||
if(resp.errCode == XYSuccess)
|
||||
{
|
||||
NSLog(@"TYSdkInterface UnityLoginOut Success");
|
||||
NSLog(@"%@", resp.respObj);
|
||||
}
|
||||
else
|
||||
{
|
||||
NSLog(@"TYSdkInterface UnityLoginOut Faild");
|
||||
NSLog(@"Error Code:%ld msg:%@", resp.errCode, resp.errStr);
|
||||
}
|
||||
|
||||
}];
|
||||
}
|
||||
|
||||
//支付
|
||||
|
||||
Reference in New Issue
Block a user