prebid-mobile-ios
prebid-mobile-ios copied to clipboard
fix: make sure gppSID in InternalUserConsentDataManager is nil
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.