ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Unity Ads Monetization

SDK 4.20.0

サポート対象
​

Unity API reference

Unity Ads Monetization

SDK 4.20.0

サポート対象
​

このページは選択した言語では使用できません。
Unity Ads privacy guide
​
​
iOS 14 integration
  • iOS 14 technical integration
  • Update your Unity Ads SDK for iOS 14
  • Install the iOS 14 support package
  • Configure ad network ids
  • App Tracking Transparency compliance
  1. Unity Ads SDK Unity developer monetization
  2. Unity Ads SDK privacy guides
  3. iOS 14 integration guide

Install the iOS 14 support package

Install the iOS 14 Support package to enable SKAdNetwork and App Tracking Transparency features in your Unity project. The package includes ad network ID aggregation and a customizable context screen.
読み終わるまでの所要時間 3 分
最終更新 1ヶ月前

If your iOS application is made with Unity, installing the iOS 14 support package provides utilities for Apple's SKAdNetwork and
AppTrackingTransparency
frameworks by aggregating proper ad network IDs and providing access to relevant Apple developer APIs. It also provides a convenient and customizable context screen, which you can use to encourage users to opt-in to ad tracking on their iOS device.
There are two ways to install the Unity iOS 14 Support package, depending on the version of Unity you use.
If you use Unity version 2018.1 or greater, follow these steps:
  1. In the Unity Editor, select Window > Package Manager to open the Package Manager window.
  2. In the Package Manager window, select the iOS 14 Advertising Support package, then select Install.
If you use any other version of Unity, follow these steps:
  1. Download the iOS 14 Support package repository to your hard drive.
  2. In the Unity Editor, select Window > Package Manager to open the Package Manager window.
  3. Select the + button, then Add package from disk....
  4. Navigate to your local copy of the package repo and select the package JSON (
    ..\com.unity.ads.ios-support-master\com.unity.ads.ios-support\package.json
    ), then select Open to install the package.
If successful, the iOS 14 Support package will appear in the Package Manager list. For more information, refer to installing packages.

API methods

The package provides access to the following Apple developer APIs:

Method

Description

SkAdNetworkUpdateConversionValue(int conversionValue)
Use this method to update the attribution conversion value.
SkAdNetworkRegisterAppForNetworkAttribution()
Use this method to register for attribution.
RequestAuthorizationTracking(RequestAuthorizationTrackingCompleteHandler callback)
Use this method to request the user permission request.
AuthorizationTrackingStatus GetAuthorizationTrackingStatus()
Use this method to check the app tracking transparency (ATT) authorization status.

Generating a properties list file

The information property list (
Info.plist
) file is a resource that contains key-value pairs to identify and configure iOS apps. You will need it to implement ad network ID and ATT requirements. When you build your Unity project to iOS with the Advertising and iOS 14 Advertising Support packages installed, the process generates a plist file in the build's root directory.
Next steps: Refer to the documentation on how to configure ad network IDs.

Copyright © 2026 Unity Technologies
法規事項プライバシーポリシークッキーDocumentation Terms of Use私の個人情報を販売または共有しないプライバシーに関する選択 (クッキー設定)

"Unity" の名称、Unity のロゴ、およびその他の Unity の商標は、米国およびその他の国における Unity Technologies またはその関係会社の商標または登録商標です (詳しくはこちら)。その他の名称またはブランドは該当する所有者の商標です。

一部のページは利便性向上のため機械翻訳を使用しており、内容に不正確な表現が含まれる場合があります。内容に齟齬または不一致が生じた場合は、英語版を正本とします。

  • このページ
    • API methods

    • Generating a properties list file


このページの問題を報告する