Status Update
Comments
vi...@google.com <vi...@google.com> #2
Which Android build are you using? (e.g. TQ3A.230705.001.A1)
Which device did you use to reproduce this issue?
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
fa...@gmail.com <fa...@gmail.com> #3
Which Android build are you using? Android Studio Hedgehog | 2023.1.1 Patch 2 Build #AI-231.9392.1.2311.11330709, built on January 19, 2024 Runtime version: 17.0.7+0-b2043.56-10550314 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11.0 GC: G1 Young Generation, G1 Old Generation Memory: 8192M Cores: 32 Registry: external.system.auto.import.disabled=true debugger.watches.in.variables=false debugger.new.tool.window.layout=true ide.text.editor.with.preview.show.floating.toolbar=false ide.experimental.ui=true
Which device did you use to reproduce this issue? Samsung F23-5G SM-E236B/DS and OPPO CPH1969 but it also happens on Emulator Pixel 3XL API25
Can you confirm if this issue is reproducible on a Pixel/Nexus device? I can't, but it also occures on emulator.
Bug report here (don't think it is relevant because no crash is happening):
vi...@google.com <vi...@google.com> #4
vi...@google.com <vi...@google.com> #5
Thank you for reporting this issue. The issue you have logged is related to Google Ads (AdMob).
For Google Ads (AdMob) issue, please visit
fa...@gmail.com <fa...@gmail.com> #6
I don't understand why you consider it as Admob issue but not DataStore issue. As always this is expected from you to not resolve this kind of issue, you are too busy for it.
Let's see what Admob thinks about it.
vi...@google.com <vi...@google.com>
vi...@google.com <vi...@google.com> #7
As per the TCF V2 spec, the default shared preference shall be used to persist the consent strings,
This has been standardized by the spec and all other SDKs or the publishers themselves should respect the same storage location to share the consent strings.
What's the motivation for the publishers to use DataStore?
fa...@gmail.com <fa...@gmail.com> #8
Nobody is talking about publishers or any SDK using DataStore. We as a developers are allowed to use DataStore, but if we do it in the same manner showed in the example project, we keep losing consent info stored by UMP SDK in default shared preferences. To me it is a DataStore issue not providing non destructive migration.
Description
When using Admob UMP SDK with DataStore set with a migration that coincides with the xml used by UMP to store consent info, DataStore keeps deleting that xml file causing the consent form to keep showing up each time the user kills the app and relaunch it.
I modified the BannerExample project from Github and added the following code: MainActivity:
Steps to produce the issue:
Github project:https://github.com/hiddeneyes02/BannerExample
One fix for this is to remove the migration, but that's not acceptable in some cases. The issue resides in UMP SDK using this xml file (package.name_preferences.xml) to store consent info, which is a common place for users to store their shared preferences, and this path is not configurable by the UMP.