devicekit / DeviceKit

DeviceKit is a value-type replacement of UIDevice.
MIT License
4.39k stars 425 forks source link

Add Privacy Manifest #404

Closed sagarthecoder closed 2 months ago

sagarthecoder commented 3 months ago

Apple says "Starting May 1, 2024: You'll need to include approved reasons for the listed APIs used by your app's code to upload a new or updated app to App Store Connect."

Please add privacy policy otherwise we couldn't use this library.

mathaeus commented 2 months ago

@Zandor300 is this something you can provide? I guess without it for most people it means looking for an alternative to DeviceKit :)

Zandor300 commented 2 months ago

Fixed by https://github.com/devicekit/DeviceKit/pull/397 released just now in version 5.2.3

Just in time before Apple starts enforcing the change :)

acrabb commented 2 months ago

thanks!