- CocoaPods 인스톨이 필요합니다.
sudo gem install cocoapods
- SDK 를 최신 버전으로 업데이트 합니다.
pod install --repo-update
3.17.0 이하 버전은 NMapsMap-Legacy를 이용해 주세요.
- 네이버 지도 SDK를 사용하기 위해서는 네이버 클라우드 플랫폼에서 클라이언트 ID를 발급받고, 발급받은 ID를 SDK에 지정해야 합니다.
- 클라이언트 ID 발급
- 네이버 클라우드 플랫폼에 로그인한 후 콘솔에 들어갑니다.
- Services에서 Application Services 하위의 Maps를 선택합니다.
- Application 등록을 선택하고 API 선택 하위의 Dynamic Map을 체크합니다.
- iOS Bundle ID에 네이버 지도 SDK를 사용하고자 하는 앱의 번들 ID를 추가하고 등록합니다.
- 등록한 애플리케이션의 인증 정보를 선택해 키 ID를 확인합니다.
- 클라이언트 ID 지정
info.plist
의NMFNcpKeyId
에 발급받은 클라이언트 ID를 입력합니다.
- 자세한 내용은 시작하기를 참고하십시오.
Copyright (c) 2018 NAVER Corp.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.