Commit cb177c739b919a2ab4e010be43ee8776575d83b4

Authored by 赵康
1 parent c3311ae2f5
Exists in master

增加fb登录隐藏说明

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -41,6 +41,9 @@ Xcode 4: Open your Info.plist then add a new row URL Types. Set the URL identifi
41 41 //VKBridge *vkBridge = [[VKBridge alloc] initWithVKAppId:@"5029792"];
42 42 //[LetsGameAPI instance].vkBridge = vkBridge;
43 43  
  44 + //隐藏fb登录
  45 + [LetsGameAPI disableFB:NO];
  46 +
44 47 //隐藏gumptech的logo
45 48 [LetsGameAPI hiddenLogo:YES];
46 49