- Xcode 10 or higher
- iOS 10 or higher
- Build iOS 17
Put under lines into Podfile
.
source "https://github.com/rakuten-ads/Rakuten-Ads-iOS"
pod 'RUNA/Banner'
pod 'RUNA/OMAdapter'
Swift Package Manager distribution support from 1.10.2 (1.10.1 deprecated).
Please use package's URL https://github.com/rakuten-ads/Rakuten-Ads-iOS
in Xcode,
and select libraries from RUNABanner
, RUNAOMAdapter
.
RUNAOMAdapter
is essential for the Open Measurement request.
RUNA SDK starts to support xcframework from 1.10.1.
The implemenation for any past version in M1 Macbook, it is need to set EXCLUDED_ARCHS[sdk=iphonesimulator*] = "arm64 armv7"
in Build Settings, or add a post_install
hook for in Podfile
like below.
target 'App' do
post_install do |installer|
installer.pods_project.build_configurations.each do |configuration|
configuration.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64 armv7"
end
end
end
Banner Ad
CarouselAds
Interstitial Ad
Viewability Measurement
MediationAdapter
LANGUAGE :