// Replace true with the actual consent value of user consent
AerServSDK.setGDPRWithUserConsent(true)
BOOL userConsentFlag = AerServSDK.getGDPRConsentValue()
Expected behavior:
If user opts into GDPR, they will see the SDK version as well as a green flag for opting in on future visits
If user does NOT, they will see the red flag for not opting in as well as be prompted to enter it each time
Implement the below:
Expected behavior:
If user opts into GDPR, they will see the SDK version as well as a green flag for opting in on future visits If user does NOT, they will see the red flag for not opting in as well as be prompted to enter it each time