Plugin :
- Requires apps to build against Xcode 14.1 or higher.
- This release introduces several new APIs to simplify the consent gathering
process.- Calling
ConsentInformation.Update()
is now required before interacting
with otherConsentInformation
public APIs. Before calling it, the following are returned:ConsentStatus
returnsConsentStatus.Unknown
PrivacyOptionsRequirementStatus
returns
PrivacyOptionsRequirementStatus.Unknown
ConsentInformation.CanRequestAds
returnsfalse
.
- ConsentForm
- Added method
LoadAndPresentIfRequired
to combine load and show calls.
This method is intended for the use case of showing a form if needed
when the app starts. - Added method
ShowPrivacyOptionsForm
, to be called when users interact
with your app's privacy setting.
- Added method
- ConsentInformation
- Added
CanRequestAds
property. - Added
PrivacyOptionsRequirementStatus
property to indicate whether
privacy options are required to be shown in this session.
- Added
- Calling
- Updated the Android User Messaging Platform dependency version to 2.1.0.
- Updated the Google Mobile Ads iOS SDK dependency version to 10.9.
- Fixed [#2840] Check if the ad references get deallocated in the iOS plugin (bridge).
- Updated SKAdNetwork list with values from the July 13, 2023 update.
Built and tested with:
- Google Mobile Ads Android SDK 22.2.0
- Google Mobile Ads iOS SDK 10.9
- Google User Messaging Platform 2.1.0
- External Dependency Manager for Unity 1.2.176