Dynamic Library
info
Dynamic Library is provided separately only for NAVER ads.
cf. In the case of external DSP (=DFP, FAN, Unity, InMobi), it will be provided as a static library. Therefore, Dynamic Library will not be available.
Add Cocoapods dependency
Add GFPSDK to the project in the Podfile created after pod init. Add Mediation Pod settings for ad providers to be integrated with GFPSDK Pod.
source 'https://oss.navercorp.com/da-ssp-app-sdk/gfp-sdk-ios-podspec.git' // GFPSDK pods
source 'https://oss.navercorp.com/CocoaPods/Specs.git' // Naver pods
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
target 'MyApplication' do
pod 'GFPSDK-Dynamic'
pod 'GFPSDK-Dynamic/MediationNDA' # Native/Banner Ads
pod 'GFPSDK-Dynamic/MediationNDAVideo' # (since 4.3.0)
pod 'GFPSDK-Dynamic/MediationNDARich' # Premium Native Simple AD (since 4.3.0)
end
List of supported advertising providers
| Ad Provider Name | Supported Ad Type | cocoapods Settings |
|---|---|---|
| Naver | Banner, Native(NS | pod GFPSDK.mdx/MediationNDA |
| Naver | Video | pod GFPSDK/MediationNDAVideo |
| Naver | Native Rich | pod GFPSDK/MediationNDARich |
GFPSDK-Dynamic Import
Import the GFPSDK-Dynamic module.
- Swift
- Objective-C
import GFPSDK_Dynamic
@import GFPSDK_Dynamic;