This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Releases: fan-ADN/nendSDK-iOS-pub
Releases · fan-ADN/nendSDK-iOS-pub
v5.3.1
日本語
- iPadOSのMultiple WindowsとSplit Viewで動画ネイティブ広告の全画面表示時の不具合を改修
- 動画ネイティブ広告の表示処理の仕様変更
NADNativeVideoView
のプロパティ
@property (readwrite, nonatomic, weak, nullable) IBOutlet UIViewController *rootViewController;
にIBOutlet
の属性を追加NADNativeVideoView
の初期化メソッド
- (instancetype)initWithRootViewController:(UIViewController *)rootViewController;
,
- (instancetype)initWithFrame:(CGRect)frame rootViewController:(UIViewController *)rootViewController;
を追加- 既存の
NADNativeVideoView
の初期化メソッド
- (instancetype)init;
,
- (instancetype)initWithFrame:(CGRect)frame;
を非推奨に変更
English
- Fixed issues:
- Fixed a bug when displaying full screen of native video ads in iPadOS Multiple Windows and Split View.
- Modified:
- Specification change on display processing of video native ads.
- Add IBOutlet attribute for the property of
NADNativeVideoView
@property (readwrite, nonatomic, weak, nullable) IBOutlet UIViewController *rootViewController;
- Add initialization method of
NADNativeVideoView
- (instancetype)initWithRootViewController:(UIViewController *)rootViewController;
,
- (instancetype)initWithFrame:(CGRect)frame rootViewController:(UIViewController *)rootViewController;
- Deprecated initialization method of
NADNativeVideoView
- (instancetype)init;
,
- (instancetype)initWithFrame:(CGRect)frame;
- Add IBOutlet attribute for the property of
- Specification change on display processing of video native ads.
v5.3.0
日本語
- 動画広告をロードする際にクラッシュする場合がある不具合への対策を実装
- 動画広告を表示する際にクラッシュする場合がある不具合への対策を実装
- iOS 13 のダークモードでの動画ネイティブの全画面表示を最適化
- nendSDK内部で使用している
UIWebView
をWKWebView
に変更
English
- Fixed issues:
- Rarely crashes when loading video ads.
- Crash when displaying video ads due to implementation.
- Modified:
- Optimize Native video ads full screen in iOS 13 dark mode.
- Replace from
UIWebView
toWKWebView
inside nendSDK.
v5.2.0
日本語
- iOS 13でフルボード、動画インタースティシャル、動画リワード、動画ネイティブの全画面モードが正常に表示されない不具合を改修
NADNativeVideoViewDelegate
プロトコルに
nadNativeVideoViewDidStartFullScreenPlaying:
と
nadNativeVideoViewDidStopFullScreenPlaying:
を追加- その他、内部処理の修正
English
- Fixed issues:
- In iOS 13, Fullscreen Ad, Video Ad and native video ads do not display correctly in full screen mode.
- Add delegate method
nadNativeVideoViewDidStartFullScreenPlaying:
andnadNativeVideoViewDidStopFullScreenPlaying:
inNADNativeVideoViewDelegate
protocol. - Improvements internal code.
v5.1.1
日本語
- 動画ネイティブ広告を全画面で再生した際、アプリ内で使用している
UIPanGestureRecognizer
のenabled
プロパティがtrue
になる場合がある不具合の修正 - 広告ロード時の位置情報取得に失敗した際、広告のロードが正常に行えない場合がある不具合の修正
- その他、内部処理の修正
English
- Fixed issues:
- App's
UIPanGestureRecognizer
may be forceenabled
after played video native ad as full screen mode. - Ad loading cannot be working rarely after failed to acquire location information.
- App's
- Improvements internal code.
v5.1.0
日本語
- 位置情報を利用する広告に対して、広告ロード時に位置情報の利用有無を設定するオプションを追加
- 動画インタースティシャルに、再生開始時の音声出力を設定するオプションを追加
English
- Added new property : Option about using location data.
- Added sound option to Interstitial-Video ad.
v5.0.3
日本語
- 動画ネイティブ広告に
- unregisterInteractionViews
メソッドを追加 - ネイティブ広告の
- activateAdView:withPrLabel
メソッドのprLabel
パラメーターのtypeをUIView *
に変更 - 開発環境を Xcode9.0以降 に変更
- その他、内部処理の修正
English
- Added
- unregisterInteractionViews
method toNADNativeVideo
. - Modified
- registerInteractionViews:
method inNADNativeVideo
ignoresNendAdNativeMediaView
. - Changed the type of the
prLabel
parameter of the- activateAdView:withPrLabel
method of the native ad toUIView *
. - Changed development environment to Xcode 9.0 or later.
- Improvement of internal processing.
v5.0.2
日本語
- 動画ネイティブ広告で
NADNativeVideoView
クラスをinit
メソッドで生成した場合、広告クリックで全画面表示からの復帰時に動画が黒くなってしまう不具合を修正 - 動画広告、動画ネイティブ広告のリクエスト時に、エラーコード
400
となる場合がある不具合を修正
English
- Fixed a bug that the Video View would turn black when returning from full screen display with ad click when generating
NADNativeVideoView
class using init. - Fixed a bug that occasionally the error code
400
might be set when requesting video advertisement or video native advertisement.
v5.0.1
日本語
- iOS8.xで動画広告を最後まで視聴した際にクラッシュする不具合の修正
- 動画ネイティブ広告を全画面で表示した際のレイアウトを調整
English
- Fixed a bug that crashes when viewing video ads to the end in iOS 8.x.
- Change the layout when native video ads are displayed on full screen.
v5.0.0
日本語
- 動画ネイティブ広告対応
English
- Added native video ads
v4.0.6
日本語
- iOS11にて、動画広告再生中に端末のロック, ロック解除を行うと動画が停止してしまう場合がある不具合を修正
- ログ出力の設定を全広告フォーマットで共通化
English
- Fixed a bug that iOS 11 stops moving images when locking and unlocking the terminal during movie advertising playback.
- Log output settings are unified in all ad formats.