prebid-mobile-ios icon indicating copy to clipboard operation
prebid-mobile-ios copied to clipboard

fix: make sure gppSID in InternalUserConsentDataManager is nil

Open Macjon opened this issue 5 months ago • 0 comments

Before this fix the gppSID from the userdefaults could be an empty string "". This PR fixes this and forces the gppSID variable to be nil.

We had this with a library that handles all our consents. We need this fix to use prebid again.

Macjon avatar Sep 19 '24 14:09 Macjon