Skip to content

Commit 8f697a4

Browse files
authored
Merge pull request #1349 from lixm1988/patch-6
Update quickstart.md
2 parents 398344f + 7a27773 commit 8f697a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/document/ios/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
### 创建 Xcode 项目
2424

25-
参考以下步骤在 Xcode 中创建一个 iOS 平台下的 Single View App,项目设置如下:
25+
参考以下步骤在 Xcode 中创建一个 iOS 平台下的 App,项目设置如下:
2626

2727
- **Product Name** 设为 `HyphenateChatQuickstart`
2828
- **Organization Identifier** 设为 `hyphenatechat`
@@ -70,7 +70,7 @@ SDK 支持 **CocoaPods 导入**和**手动导入**两种方式。
7070
在工程的 AppDelegate 中的以下方法中,调用 SDK 对应方法。
7171

7272
```objectivec
73-
(BOOL)application:(UIApplication *)applicationdidFinishLaunchingWithOptions:(NSDictionary*)launchOptions
73+
(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions
7474
{
7575
// appkey 替换成你在环信控制台注册应用中的 App Key
7676
EMOptions *options = [EMOptions optionsWithAppkey:@"<#appkey#>"];

0 commit comments

Comments
 (0)