Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miyaeyo authored Nov 16, 2018
1 parent 45703eb commit c6ae0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
**1.** 제공된 sample app의 repository를 clone하거나 zip으로 내려받아 [framework directory](https://github.com/naver/naverspeech-sdk-ios/tree/master/framework) 하위의 `NaverSpeech.framework`를 target app의 `Embedded Binaries`에 추가 시켜줍니다. 음성인식 framework는 fat binary 형태로 제공되고 있습니다. 따라서 `Build Settings``Enable Bitcode` 옵션을 사용할 수 없으니 `No`로 변경해 주어야 합니다.

**2.** iOS Bundle Identifier 확인 및 설정
* Bundle Identifier: Target app의 `Bundle Identifier`[ncloud에 등록한 application 정보](http://docs.ncloud.com/ko/naveropenapi_v3/application.html)중 'iOS Bundle ID'와 일치시켜주세요.
* Bundle Identifier: Target app의 `Bundle Identifier`[ncloud에 등록한 application 정보](http://docs.ncloud.com/ko/naveropenapi_v3/application.html) 중 'iOS Bundle ID'와 일치시켜주세요.
* 권한 설정: 음성인식을 위해선 마이크를 통해 녹음해야 하고 녹음된 데이터를 서버로 전송해야 합니다. 따라서, 아래처럼 Info.plist에 마이크 사용과 관련한 property key값을 추가 해야 합니다.

```xml
Expand Down

0 comments on commit c6ae0f3

Please sign in to comment.