Questions tagged [ump]

13 questions
22
votes
2 answers

Google GPDR Consent. AdMob Error: IAB TCF v2.0 errors detected We've detected an issue on your IAB TC string on one or more of your sites or apps

After implementing google UMP SDK to get consent for EU users I faced following error on AdMob (iOS and Android apps): IAB TCF v2.0 errors detected We've detected an issue on your IAB TC string on one or more of your sites or apps. These errors may…
Sergey Pekar
  • 8,555
  • 7
  • 47
  • 54
4
votes
0 answers

Request consent for iOS in Flutter

I want to request consent using UMP SDK in iOS app. I followed this article. In short, I did following. main.dart: void main() { requestConsent(); MobileAds.instance.initialize(); runApp(const MyApp()); ... } void requestConsent() { final…
Tom11
  • 2,419
  • 8
  • 30
  • 56
4
votes
2 answers

Encrypting user data in transit for User Messaging Platform SDK for Android

Does User Messaging Platform SDK for Android encrypts user data in transit ? Data safety form in Play Console asks if all of the user data collected by your(my) app encrypted in transit. Information here does not explain how user data were…
Julian Gyurov
  • 41
  • 1
  • 4
4
votes
2 answers

Android user messaging platform isConsentFormAvailable returns false

I followed this guide https://developers.google.com/admob/ump/android/quick-start and my code looks like this: private fun checkForConsent() { /* val debugSettings = ConsentDebugSettings.Builder(this) …
Toemel
  • 41
  • 3
3
votes
1 answer

Sending MIDI using MIDISendEventList() in C/C++

I've been working to migrate an older Core MIDI sending implementation to send MIDI 1.0 messages using Apple's newer UMP-aware MIDI Event List API methods. I've figured out code that runs and should output MIDI clock messages, but when I send it…
adamjansch
  • 1,170
  • 11
  • 22
2
votes
1 answer

GDPR - Change Bottom Navigation Bar Color - UserMessagingPlatform (UMP)

I am using Admobs UMP to generate a GDPR EU Consent message: https://developers.google.com/interactive-media-ads/ump/android/quick-start Here is the dialog in my app: I want to change the color of Bottom Navigation Bar (shown in the photo with blue…
cs guy
  • 926
  • 2
  • 13
  • 33
2
votes
2 answers

How do I remove the GDPR Warning from Admob Console?

5 days ago, I go a warning at the top of my console saying Later this year, Google will require all publishers serving ads to EEA and UK users to use a Google-certified Consent Management Platform (CMP). You can use any Google-certified CMP for…
2
votes
0 answers

Obtaining Consent with the User Messaging Platform (Java/Android)

I am trying to obtain consent with the User Messaging Platform (UMP). I have followed the official documentation, but I still have some questions. When I try to test the consent flow using the setConsentDebugSettings() method, it does not work. I…
2
votes
1 answer

HTTP vs RemoteProcedureCalls

I have a quick question about RPC vs HTTP. I have figured out, that the main difference between RPC and HTTP is, that you call a function on a Server (RPC) and that HTTP is for exchanging Data. But they are quite similar right? When you Post…
1
vote
1 answer

Why is my Google AdMob GDPR consent form not presented in my iOS app

I am in the process of implementing UMP SDK into my iOS app. I have setup the GDPR and IDFA messages in the Google AdMob dashboard's Privacy and Messaging section. I am having trouble getting the GDPR message to show up. The IDFA and iOS' ATT…
MMise
  • 69
  • 6
1
vote
1 answer

AdMob Android Messaging Platform (UMP) SDK app crash

I have followed the guide from documentation and implemented the SDK in my app. I got the following crash report in Firebase. Fatal Exception: java.lang.NullPointerException: Attempt to read from field 'c.d.b.c.e.d.y c.d.b.c.e.d.w1.c' on a null…
SemicolonSpace
  • 1,007
  • 11
  • 20
0
votes
0 answers

Admob user consent with Android Compose (GDPR)

Admob has updated their bannerAds sample codes to include the user consent form (GoogleMobileAdsConsentManager.kt) . Their codes uses xml for the layout and menu. Was wondering if anyone have the Compose equivalent that integrates the GDPR consent…
Angel Koh
  • 12,479
  • 7
  • 64
  • 91
0
votes
1 answer

Why is app icon too small on Microsoft Store?

I have just submitted my first UWP app to the Microsoft Store. Everything looks fine except the app icon shown on the store is too small. All the icons were generated using Visual Studio's Visual Assets tab when editing the Package.appxmanifest…
btschumy
  • 1,435
  • 1
  • 18
  • 35