googleads-consent-sdk-android icon indicating copy to clipboard operation
googleads-consent-sdk-android copied to clipboard

Consent SDK

Results 53 googleads-consent-sdk-android issues
Sort by recently updated
recently updated
newest added

My app crashed: ``` 2022-04-21 20:54:35.383 17662-17818/ E/AndroidRuntime: FATAL EXCEPTION: Google consent worker #1 java.lang.UnsatisfiedLinkError: No implementation found for long com.android.tools.profiler.support.network.HttpTracker$Connection.nextId() (tried Java_com_android_tools_profiler_support_network_HttpTracker_00024Connection_nextId and Java_com_android_tools_profiler_support_network_HttpTracker_00024Connection_nextId__) at com.android.tools.profiler.support.network.HttpTracker$Connection.nextId(Native Method) at com.android.tools.profiler.support.network.HttpTracker$Connection.(HttpTracker.java:209)...

When getting consent, the return of ConsentStatus.UNKNOWN for the user preferring an ad-free version is confusing, as it also is the return for the consent being unknown. In addition, having...

cla: no

Ability to configure HTTP timeouts when updating consent info

cla: no

Since this library should be used in EU, I added translation for - Dutch - French - German - Italian - Portuguese - Spanish Translation were provided by @codenia at...

cla: yes

Newer gradle versions do not allow us to include minSdkVersion and targetSdkVersion in the manifest file.

Most of users use this lib together with ads libs that already use AndroidX and it may be troublesome to keep old appcompat working with AndroidX, that's why it's better...

cla: yes

This method can be called inside the onDestroy () of the activity, in order to avoid the exception "WindowManager: android.view.WindowLeaked: Activity com.example.myactivity has leaked window DecorView @ 7bede62", if the...

cla: yes

Below Exception is reported on OS-5 with 'com.google.android.ads.consent:consent-library:1.0.8' Fatal Exception: java.lang.IncompatibleClassChangeError: Couldn't find com.google.gson.annotations.SerializedName.value at libcore.reflect.AnnotationAccess.toAnnotationInstance(AnnotationAccess.java:659) at libcore.reflect.AnnotationAccess.toAnnotationInstance(AnnotationAccess.java:641) at libcore.reflect.AnnotationAccess.getDeclaredAnnotation(AnnotationAccess.java:170) at java.lang.reflect.Field.getAnnotation(Field.java:242) at com.google.gson.internal.bind.TypeAdapters$EnumTypeAdapter.(TypeAdapters.java:781) at com.google.gson.internal.bind.TypeAdapters$30.create(TypeAdapters.java:818) at com.google.gson.Gson.getAdapter(Gson.java:458) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.createBoundField(ReflectiveTypeAdapterFactory.java:117)...

implementation 'com.google.android.ads.consent:consent-library:1.0.7' Android 5, 6, 7 Top devices: Samsung Galaxy Grand Prime Pro Samsung Galaxy Note3 Samsung SM-G950 `Caused by android.util.AndroidRuntimeException: android.webkit.WebViewFactory$MissingWebViewPackageException: Failed to load WebView provider: No WebView installed...