react-native-appodeal icon indicating copy to clipboard operation
react-native-appodeal copied to clipboard

consent manager is missing

Open firmandev opened this issue 3 years ago • 0 comments

Appodeal.forceShowConsentDialog((consent: AppodealConsentStatus, regulation: AppodealConsentRegulation) => { // Initialise Appodeal SDK here const adTypes = AppodealAdType.INTERSTITIAL; const consents = true; Appodeal.setAutoCache(AppodealAdType.INTERSTITIAL, true); Appodeal.setTesting(true); Appodeal.setLogLevel(AppodealLogLevel.DEBUG); Appodeal.setOnLoadedTriggerBoth(true);

        Appodeal.initialize('my_id')

})

i have followed the documentation, already showing pop up and accept it.

but why still saying that my consent manager is missing image

firmandev avatar May 03 '22 14:05 firmandev