Google UMP SDK
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
iOS 向けの Google User Messaging Platform SDK はダウンロードで提供されています。Interactive Media Ads のご利用には、Google Developers サイトの利用規約が適用されます。
バージョン |
3.0.0 |
SHA1 チェックサム |
ca6235e7138fcb1618f42b3070ade8193004be77 |
サイズ |
0.2 MB |
googleusermessagingplatform.zip をダウンロード
リリースノート
バージョン |
リリース日 |
メモ |
3.0.0 |
2025-03-24 |
- 互換性を破る変更:
- サポートされている Xcode の最小バージョンを 16.0 に更新しました。
- Apple の Swift
API 設計ガイドラインの命名規則に準拠するように Swift API 名を更新しました。
バージョン 2 |
バージョン 3 |
クラス |
UMPConsentForm |
ConsentForm |
UMPConsentInformation |
ConsentInformation |
UMPConsentStatus |
ConsentStatus |
UMPDebugGeography |
DebugGeography |
UMPDebugSettings |
DebugSettings |
UMPFormErrorCode |
FormErrorCode |
UMPFormStatus |
FormStatus |
UMPPrivacyOptionsRequirementStatus |
PrivacyOptionsRequirementStatus |
UMPRequestErrorCode |
RequestErrorCode |
UMPRequestParameters |
RequestParameters |
UMPVersionString |
Version |
プロパティ |
sharedInstance |
shared |
tagForUnderAgeOfConsent |
isTaggedForUnderAgeOfConsent |
- 同意モードのサポートが [
プライバシーとメッセージ] で構成されている場合に Firebase 同意 API を呼び出す内部機能を追加しました。
|
2.7.0 |
2024-10-30 |
- 規制対象の米国の州でのテストをサポートするため、
UMPDebugGeography に次のオプションを追加しました。
UMPDebugGeographyRegulatedUSState
UMPDebugGeographyOther
UMPDebugGeographyNotEEA が非推奨になりました。代わりに UMPDebugGeographyOther を使用してください。
|
2.6.0 |
2024-09-05 |
- 同意メッセージの
UIViewController 参照が null 可能になり、必須ではなくなりました。SDK は、ビュー コントローラが指定されていない場合に、アプリのメイン ウィンドウを使用してビュー コントローラを自動的に検索します。
|
2.5.0 |
2024-06-26 |
- アプリにプライバシー メッセージが構成されていない場合に
true を返すように canRequestAds API を更新しました。
-[UMPConsentForm init] の null 可能性を nullable から nonnull に更新しました。
|
2.4.0 |
2024-04-24 |
- チーム ID
EQHXZ8M8AV を使用して、署名 ID を AdMob Inc. から Google LLC に更新しました。Xcode で通知が表示された場合は、[変更を承認] を選択して新しい ID を承認します。
|
2.3.0 |
2024-03-14 |
- プライバシー マニフェスト ファイルのサポートを追加しました。
- Xcode 15.3 の Swift Package Manager の問題を回避するため、
Info.plist を更新しました。
|
2.2.0 |
2024-02-20 |
- サポートされている最小 Xcode バージョンを 15.1 に引き上げました。
- iOS の最小デプロイ ターゲットを 12.0 に引き上げました。
advertisingIdentifier へのすべての参照を削除しました。
- SDK を Xcode 15.3 と互換性のあるものにするために、
Info.plist ファイルを追加しました。
- CocoaPods の最小バージョンを 1.12.0 に引き上げました。
- バイナリからビットコードを削除しました。
|
2.1.0 |
2023-07-24 |
今回のリリースでは、同意の取得プロセスを簡素化するための新しい API がいくつか導入されています。既存の統合では、これらの新しい API の導入は必要ありません。
デプロイの最小ターゲットが iOS 11.0 に引き上げられました。
サポートされている最小 Xcode バージョンを 14.1 に更新
- armv7 は Xcode 14 ではサポートされておらず、SDK から削除されています。
他の公開 API を操作する前に requestConsentInfoUpdateWithParameters:completionHandler: を呼び出すことが必須になりました。呼び出す前に、次が返されます。
UMPConsentForm
UMPConsentInformation
フォームが表示されないのに UMPConsentFormPresentCompletionHandler が呼び出されない問題を解決しました。
|
2.0.1 |
2022-09-12 |
- 使い捨て想定のフォームが再利用できる問題を解決しました。
|
2.0.0 |
2021-03-15 |
- UMPConsentType API を削除しました。この API はサポート対象外でした。
- i386 スライスを削除しました。
|
1.4.0 |
2020-11-23 |
- Apple シリコン デバイスでのテスティングをサポートするため、シミュレーター用の arm64 スライスを組み込みました。
- この SDK バージョンは Xcode 12 でビルドする必要があります。
|
1.3.0 |
2020-10-21 |
SDK を .framework から .xcframework にアップデートしました。 |
1.2.0 |
2020-09-16 |
SDK をビルドする Xcode のバージョンを 10.3 から 11.0 にアップデートしました。 |
1.1.0 |
2020-08-11 |
- iOS 14 のサポートを追加しました。
- フォームの読み込みがタイムアウトした場合に
-[UMPConsentForm loadWithCompletionHandler:] が 2 回コールバックされる原因となるバグを修正しました。
|
1.0.0 |
2020-07-06 |
一般向けのリリース。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[null,null,["最終更新日 2025-08-31 UTC。"],[[["\u003cp\u003eThe Google User Messaging Platform (UMP) SDK for iOS is available for download (version 2.7.0).\u003c/p\u003e\n"],["\u003cp\u003eUsage of Interactive Media Ads is subject to the Google Developers Site Terms of Service.\u003c/p\u003e\n"],["\u003cp\u003eRecent updates to the SDK include support for testing with regulated US states and nullable UIViewController references for consent messages.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should consult the release notes for detailed information on changes and updates across all versions.\u003c/p\u003e\n"]]],[],null,[]]