prebid / prebid-mobile-ios

Prebid Mobile SDK for iOS applications
Apache License 2.0
47 stars 89 forks source link

Privacy Manifest Required Reason API update #963

Closed willk37 closed 4 months ago

willk37 commented 6 months ago

Apple is going to start requiring every app and third-party SDK to provide reasoning for using certain APIs by May 1, 2024. It looks like this SDK is using NSUserDefaults which is one of those specified APIs and needs to be documented in a privacy manifest file.

Thanks!

YuriyVelichkoPI commented 6 months ago

Hi @willk37 !

Please take a look at the section in FAQ: https://docs.prebid.org/faq/prebid-mobile-faq.html#does-sdk-provide-an-apple-privacy-manifest.

willk37 commented 6 months ago

@YuriyVelichkoPI Thanks for the quick response!