uias / Tabman

™️ A powerful paging view controller with interactive indicator bars
https://uias.github.io/Tabman
MIT License
2.84k stars 235 forks source link

Upload Privacy Manifest #626

Closed sagarthecoder closed 5 months ago

sagarthecoder commented 5 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.

msaps commented 5 months ago

@sagarthecoder not sure Tabman needs to have a privacy manifest? It doesn't use any of the specified 'required reason' APIs (such as UserDefaults) and also as far as I can tell only the SDK's listed here are required to have manifests: https://developer.apple.com/support/third-party-SDK-requirements/

Or am I wrong? 😅

msaps commented 5 months ago

Added one anyway to both Pageboy and Tabman with #628