-
Notifications
You must be signed in to change notification settings - Fork 6
When updating from nendSDK before version 3.2.2
Please update nendSDK by one of the following methods.
Please delete the old version nendSDK by one of the following methods.
- Click the project From Project Navigator on the left then delete libNendAd.a from TARGETS> General> Linked Frameworks and Libraries
- Click the project From Project Navigator on the left then delete the corresponding path if the previous nendSDK path exists in TARGETS> Build Settings> Search Paths> Header Search Paths
For instructions on adding a new nendSDK, see Add Manually
- Open Podfile and make sure that the line of
pod 'NendSDK_iOS'is listed - Update cocoaPods with
pod update
- For Objective-C project
Change the description of import to the description referring to the header file in framework
If you use NADView.h
- Before
#import "NADView.h"- After
#import <NendAd/NADView.h>Or
@import NendAd;- For the Swift project
- Delete the import statement of the nendSDK header file from the Bridging Header
- Add
import NendAdto the file of the class that implements nend handling
-
v7.0.4 以降のバージョンから SKAdNetwork を使用した広告配信を行っております。最新版のSDKへのアップデートを推奨します。
更新履歴はこちらを参照ください。 -
iOS14以降では、広告の効果を測定するためにアプリに追加の設定を行う必要があります。
詳細はこちらを参照ください。 -
2023年9月1日より、SDK v6.0.0未満では動画広告の配信を停止いたします。新しいバージョンのご利用をご検討ください。
-
We recommend updating to latest version. v7.0.4 or higher it using advertise SKAdNetwork.
For details, please Release Notes. -
Need to configure the app for ad conversion tracking for iOS14.
For details, please check here. -
Effective September 1, 2023, we will stop serving video ads with SDK under v6.0.0. Please consider using a newer version.
- バナー型広告
- インタースティシャル広告
- ネイティブ広告
- フルボード広告
- 動画広告
- 動画ネイティブ広告
- Release Notes
- Preparation
- Supported Environments
- nendSDK Data Collection Items
- Privacy Policy
- About Information Button
- Add Manually
- Use CocoaPods
- Preparing for iOS14 or later
- When updating from nendSDK before version 3.2.2
- Banner Ad
- Interstitial Ad
- Native Ad
- Fullscreen Ad
- Video Ad
- Native Video Ad