From b0a82b44bc5c402f28f4608f5e9f750571061fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BA=B7?= Date: Fri, 25 Sep 2015 16:03:29 +0800 Subject: [PATCH] modify images name --- doc/IOSDocument.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/IOSDocument.md b/doc/IOSDocument.md index d701457..90447cc 100644 --- a/doc/IOSDocument.md +++ b/doc/IOSDocument.md @@ -25,9 +25,9 @@ V 2)配置URL-schema 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. -![](images/vk1.png) +![](images/vk1.jpg) Xcode 4: Open your Info.plist then add a new row URL Types. Set the URL identifier to vk+APP_ID -![](images/vk2.png) +![](images/vk2.jpg) ## 5、在工程里添加SDK登录代码 [LetsGameAPI instance].appId = @"100"; // 设置appId -- 2.0.0