Commit b0a82b44bc5c402f28f4608f5e9f750571061fa2
1 parent
588429968c
Exists in
master
modify images name
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
doc/IOSDocument.md
... | ... | @@ -25,9 +25,9 @@ V |
25 | 25 | |
26 | 26 | 2)配置URL-schema |
27 | 27 | Xcode 5: Open your application settings then select the Info tab. In the URL Types section click the plus sign. Enter vk+APP_ID (e.g. vk1234567) to the Identifier and URL Schemes fields. |
28 | - | |
28 | + | |
29 | 29 | Xcode 4: Open your Info.plist then add a new row URL Types. Set the URL identifier to vk+APP_ID |
30 | - | |
30 | + | |
31 | 31 | ## 5、在工程里添加SDK登录代码 |
32 | 32 | |
33 | 33 | [LetsGameAPI instance].appId = @"100"; // 设置appId |