Commit f175cbeae74c1ea4e337d8a3822a2d498652cb31
1 parent
cb177c739b
Exists in
master
增加fb登录隐藏说明
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
doc/IOSDocument.md
| ... | ... | @@ -42,7 +42,7 @@ Xcode 4: Open your Info.plist then add a new row URL Types. Set the URL identifi |
| 42 | 42 | //[LetsGameAPI instance].vkBridge = vkBridge; |
| 43 | 43 | |
| 44 | 44 | //隐藏fb登录 |
| 45 | - [LetsGameAPI disableFB:NO]; | |
| 45 | + [LetsGameAPI disableFB:YES]; | |
| 46 | 46 | |
| 47 | 47 | //隐藏gumptech的logo |
| 48 | 48 | [LetsGameAPI hiddenLogo:YES]; |