react-native-appodeal
react-native-appodeal copied to clipboard
consent manager is missing
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
