Closed
Description
Hi Team,
I'm trying to test the attribution process but keep getting the following error when I try to register source or trigger:
2023-01-30 15:55:27.412 5965-6441 adservices com.google.android.adservices.api E Failed to find resolveInfo for adServices service. Intent action: android.adservices.adid.AdIdProviderService
2023-01-30 15:55:27.412 5965-6441 adservices com.google.android.adservices.api E Failed to find AdServices service
I also doubled checked device config is accurate:
+ adb shell device_config get adservices ppapi_app_allow_list
*
+ adb shell device_config get adservices ppapi_app_signature_allow_list
*
+ adb shell device_config get adservices adservice_system_service_enabled
true
+ adb shell device_config get adservices adservice_enabled
true
+ adb shell device_config get adservices adservice_enable_status
true
+ adb shell device_config get adservices global_kill_switch
false
+ adb shell device_config get adservices disable_sdk_sandbox
false
+ adb shell device_config get adservices mdd_measurement_manifest_file_url
https://www.gstatic.com/mdi-serving/r.......
The service seems to be up since its responding to forcing it's jobs like:
adb shell cmd jobscheduler run -f com.google.android.adservices.api 14
which works
What could be the issue?
Metadata
Metadata
Assignees
Labels
No labels