-
Notifications
You must be signed in to change notification settings - Fork 366
privacy manifest required #406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sorry, but even the SDK collect no data, the sdk must contain the manifest which say explicitly it doesn't collect data. Even RxSwift or MBProgressHUD must contain the manifest. See the list https://developer.apple.com/support/third-party-SDK-requirements/ |
The library should provide Privacy Manifest if it collects information or access "Required Reasons API" |
I'm getting emails back from Apple about this because your library is not compliant.
|
|
@davdroman to reproduce it: create an empty project, integrate SwiftUI-Introspect, and then attempt to publish it. Within a few minutes, you will automatically receive that email from Apple |
@davdroman, you're absolutely right. While the core functionality of the package doesn't rely on UserDefaults, I discovered that the SimulatorStatusMagic dependency actually utilizes UserDefaults. |
Thanks for the tip @Muhammadbarznji, I opened #411 to get rid of SSM. |
The new 1.1.4 release drops SSM so SwiftUIIntrospect should no longer require a privacy manifest. |
@davdroman maintainer of SSM here, I'm just getting into this via a ping from @Muhammadbarznji (thanks again!). My assumption is that as a framework that's not shipped with the product, but just used for testing, I don't need to worry about the privacy manifest. Does that sound right? Was your fix just to remove it from release builds of SwiftUIIntrospect? Trying to figure out if I need to do anything more here. |
See pointfreeco/swift-composable-architecture#2559 (reply in thread)
I don't believe SwiftUIIntrospect leverages any APIs that require a privacy manifest, and it definitely doesn't collect any user data. Correct me if I'm wrong though.
Originally posted by @davdroman in #398 (comment)
The text was updated successfully, but these errors were encountered: