9oHigh / ios-map-sdk

네이버 지도 iOS SDK 데모 앱

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAVER Map iOS SDK Demo

How To Run

SDK 최신 버전 업데이트

  1. CocoaPods 인스톨이 필요합니다.
sudo gem install cocoapods
  1. SDK 를 최신 버전으로 업데이트 합니다.
pod install --repo-update
  • 만약 최신 버전으로 업데이트가 안되면, Podfile 을 열어서 버전을 명시해 주고(pod 'NMapsMap','3.x.x'), 위의 명령을 다시 실행합니다.

3.17.0 이하 버전은 NMapsMap-Legacy를 이용해 주세요.

클라이언트 ID 지정

  • 네이버 지도 SDK를 사용하기 위해서는 네이버 클라우드 플랫폼에서 클라이언트 ID를 발급받고, 발급받은 ID를 SDK에 지정해야 합니다.
  • 클라이언트 ID 발급
    1. 네이버 클라우드 플랫폼에 로그인한 후 콘솔에 들어갑니다.
    2. Products & Services에서 AI-Application Service 하위의 AI·NAVER API를 선택합니다.
    3. Application 등록을 선택하고 Maps 하위의 Mobile Dynamic Map을 체크합니다.
    4. iOS Bundle ID에 com.navercorp.maps.map.demo을 추가하고 등록합니다.
    5. 등록한 애플리케이션의 인증 정보를 선택해 Client ID를 확인합니다.
  • 클라이언트 ID 지정
    • info.plistNMFClientId에 발급받은 클라이언트 ID를 입력합니다.
  • 자세한 내용은 시작하기를 참고하십시오.

Reference

License

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.

About

네이버 지도 iOS SDK 데모 앱

License:Apache License 2.0


Languages

Language:Swift 100.0%