[AC-6684] ti.admob needs the new UMP (User Messaging Platform) SDK to obtaining Consent. The current Personalized Ad Consent SDK has been deprecated
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | n/a |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Appcelerator Modules |
| Labels | admob, android, ios, module, update |
| Reporter | Vittorio Sorbera |
| Assignee | Abir Mukherjee |
| Created | 2021-02-23T18:21:05.000+0000 |
| Updated | 2021-02-23T18:21:05.000+0000 |
Description
To support publishers in meeting their duties under the [EU User Consent Policy](https://www.google.com/about/company/user-consent-policy/), Google offers the *User Messaging Platform (UMP) SDK*, which replaces the previous open source *Consent SDK* ([iOS](https://developers.google.com/admob/ios/eu-consent), [Android](https://developers.google.com/admob/android/eu-consent)) which is currently used in the *ti.admob* module.
The integration is similar to the previous SDK, it just needs to import the SDK and implement two methods to request and display the form.
This is the documentation:
- iOS: https://developers.google.com/admob/ump/ios/quick-start
- Android: https://developers.google.com/admob/ump/android/quick-start
No comments