We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6492b00 commit d7ef4c4Copy full SHA for d7ef4c4
1 file changed
sdk/src/main/java/ly/count/android/sdk/ModuleConsent.java
@@ -284,6 +284,10 @@ void initFinished(@NonNull final CountlyConfig config) {
284
if (L.logEnabled()) {
285
checkAllConsentInternal();
286
}
287
+ } else {
288
+ //if consent is not required, we need to make sure that the push consent is set to true
289
+ //so that the "getConsentPushNoInit" returns true
290
+ doPushConsentSpecialAction(true);
291
292
293
0 commit comments