VAMP SDK

Video Ad Mediation Platform Software Development Kit

UnityAdsの統合


このガイドではiOSアプリにVAMP SDKのUnityAdsアダプターを導入する方法について説明します。

最新のアダプター

現在リリースされているVAMPUnityAdsAdapterの最新バージョンはこちらになります。

Note

アダプターによってサポートされているOSバージョンでも、VAMP SDKによってサポートされているOSバージョンでなければ、広告を表示をすることはできません。

最新アダプターバージョン 対応アドネットワークバージョン 最低サポートOS 更新日
4.12.300 4.12.3
[公式リリースへ]
iOS12 2024-09-26

CocoaPodsでアダプターをインストール

まずは、CocoaPodsでアダプターをインストールします。

プロジェクトのPodfileに以下の行を追加します。

pod 'VAMPUnityAdsAdapter'

バージョンを指定する場合は以下のようにします。

pod 'VAMPUnityAdsAdapter', "[VERSION]"

依存するフレームワーク

UnityAds SDKが依存しているフレームワークはありません。

VAMPUnityAdsAdapterの更新履歴

Version 4.12.300(2024-09-26)

  • UnityAds SDK 4.12.3と互換性があります。
  • UnityAds変更内容(2024-09-20):Added a fix for some mobile devices which included an incorrect User Agent when making requests.Fixed a crash that sometimes occurred when calling getSharedSessionId.Fixed a crash that sometimes occurred when sending some diagnostics metrics.Fixed a crash that sometimes occurred when detecting a mute state during playbacks.

Version 4.12.200(2024-08-19)

  • UnityAds SDK 4.12.2と互換性があります。
  • UnityAds変更内容(2024-08-06):Fixed an issue that could sometimes cause the Show method to report a timeout even after a successful display of an ad.Fixed the user agent string to report correctly when some tablets were used in desktop mode.Fixed an issue where the ad display orientation would not update from the device leading to incorrect end card orientations.

Version 4.12.101(2024-07-29)

  • UnityAds SDK 4.12.1と互換性があります。
  • UnityAds変更内容(2024-07-04):Added additional network metrics to improve downstream performance.Extended Apple podspec to cover additional use cases.

Version 4.10.0.0(2024-03-27)

  • UnityAds SDK 4.10.0と互換性があります。
  • UnityAds変更内容(2024-03-25):Added support for the Apple Privacy Manifest update to ensure publisher compliance with new App Store submission requirements.Fixed a crash that occurred when fetching token during initialization.Fixed an issue that occurred when network requests retry and the server responds with an error.

Version 4.9.2.0(2023-12-20)

  • UnityAds SDK 4.9.2と互換性があります。
  • UnityAds変更内容(2023-11-08):Fixed an issue when building with Xcode 15 and targeting iOS versions below 12.
  • ※Xcode15でのビルドが必要となります。Xcode14でビルドする場合は、UnityAdsアダプターv4.9.1.1以下をご利用ください。

Version 4.9.1.1(2023-10-18)

  • UnityAds SDK 4.9.1と互換性があります。
  • VAMPUnityAdsAdapterのみアップデート

Version 4.9.1.0(2023-10-16)

  • UnityAds SDK 4.9.1と互換性があります。
  • UnityAds変更内容(2023-10-13):Increased banner demand.Fixed a crash due to unimplemented delegate methods which should have been optional.Fixed an issue with diagnostic metrics so they can now be sent.

Version 4.7.1.0(2023-05-10)

  • UnityAds SDK 4.7.1と互換性があります。
  • UnityAds変更内容(2023-05-10):Added a safety check for viewId to prevent exceptions that occur when deallocating a banner object.

Version 4.6.1.1(2023-03-22)

  • UnityAds SDK 4.6.1と互換性があります。
  • UnityAds変更内容(2023-03-16):Restored Xcode 13 support.

Version 4.6.0.0(2023-02-28)

  • UnityAds SDK 4.6.0と互換性があります。
  • UnityAds変更内容(2023-02-25):Updated the support library version to maintain demand performance.Optimized Swift performance.Improved Banner life cycle performance.

Version 4.5.0.0(2022-12-22)

  • UnityAds SDK 4.5.0と互換性があります。
  • UnityAds変更内容(2022-12-20):Reduced number of requests that take place during initialization.Adjust request retry logic under certain known error conditions

Version 4.4.1.0(2022-10-06)

  • UnityAds SDK 4.4.1と互換性があります。
  • UnityAds変更内容(2022-10-06):[Feature]Generate gmae session id and save to storage [Bugfix]Add sdkVersion and sdkVersionName to minimal device reader.Fix a build error when using SDK public api via swift

Version 4.4.0.0(2022-09-07)

  • UnityAds SDK 4.4.0と互換性があります。

Version 4.3.0.0(2022-08-04)

  • UnityAds SDK 4.3.0と互換性があります。

Version 4.2.1.0

  • UnityAds SDK 4.2.1と互換性があります。

Version 4.1.0.0

  • UnityAds SDK 4.1.0と互換性があります。

Version 4.0.1.0

  • UnityAds SDK 4.0.1と互換性があります。

Version 4.0.0.0

  • UnityAds SDK 4.0.0と互換性があります。

Version 3.7.5.1

  • UnityAds SDK 3.7.5と互換性があります。

Version 3.7.5.0

  • UnityAds SDK 3.7.5と互換性があります。
  • サポートOSバージョンをiOS10に変更しました。

Version 3.7.1.0

  • UnityAds SDK 3.7.1と互換性があります。

Version 3.7.0.0

  • UnityAds SDK 3.7.0と互換性があります。
  • VAMP SDK v4.1.0.1以降が必要です。