You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 8.5.0 has been deprecated. Please upgrade to 8.5.1 instead.
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 other ConsentInformation public APIs. Before calling it, the following are returned:
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.