사이드 메뉴
Getting started
Kakao Developers
Login
Communication
Advertisement
- Concepts
- Ad creation: Ad account
- Ad creation: Campaign
- Ad creation: Ad group
- Targeting for ad group
- Custom audience targeting for ad group
- Ad creation: Creative common
- Ad creation: Display creative
- Ad creation: Message creative
- Ad creation: Personalized message creative
- Bizboard landing settings
- Report
- Message management
- Personalized message management
- Message ad management
- Message ad operation
- Ad View management
- Business Form linkage management
- Pixel & SDK linkage management
- Audience management
- Engagement targeting management
- Customer file management
- Friend group management
- Ad account management
- Reference
- Type information
- Error code
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.
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 modulespod 'KakaoSDK'# or# Add the desired modulespod 'KakaoSDKCommon' # Common module that contains essential elementspod 'KakaoSDKAuth' # Authenticationpod 'KakaoSDKUser' # Kakao Login, User managementpod 'KakaoSDKTalk' # Kakao Talk Social, Kakao Talk Messagepod 'KakaoSDKFriend' # Friend picker, 'Cocoapods settings for picker' is required.pod 'KakaoSDKShare' # Kakao Talk Sharepod 'KakaoSDKTemplate' # Message default templatepod 'KakaoSDKNavi' # Kakao Navipod 'KakaoSDKCert' # Kakao Certificate