본문 바로가기메인 메뉴 바로가기사이드 메뉴 바로가기

kakao developers

Related sites
  • Docs
  • Install using Cocoapods

사이드 메뉴

Kakao Map

Search

Install using Cocoapods

This document guides how to install the Kakao SDK for iOS("iOS SDK") using Cocoapods.

End of support

Install using Cocoapods is no longer supported in iOS SDK 2.23.0 or higher version. Refer to Install to install iOS SDK using SPM.

Install using Cocoapods

CocoaPods version 1.8 or higher is requried. Add the entire modules of the Kakao SDK or the desired modules in the Podfile in the project as below.

# Add all modules
pod 'KakaoSDK'
# or
# Add the desired modules
pod 'KakaoSDKCommon' # Common module that contains essential elements
pod 'KakaoSDKAuth' # Authentication
pod 'KakaoSDKUser' # Kakao Login, User management
pod 'KakaoSDKTalk' # Kakao Talk Social, Kakao Talk Message
pod 'KakaoSDKFriend' # Friend picker, 'Cocoapods settings for picker' is required.
pod 'KakaoSDKShare' # Kakao Talk Share
pod 'KakaoSDKTemplate' # Message default template
pod 'KakaoSDKNavi' # Kakao Navi
pod 'KakaoSDKCert' # Kakao Certificate

Was this helpful?