You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to meet Apples requirements for Privacy Manifests in all our 3rd party dependencies in our app and noticed that Apollo is pointing to a version of SQLite that DOES NOT have a privacy manifest. You're currently pointing to 0.13.1.
0.15.0 includes a privacy manifest.
Please update to this new version as soon as possible as Apple may flag us for not being compliant with the new app store policy.
Version
1.9.2
Steps to reproduce the behavior
Simply follow the URL for SQLite in your Package.swift file to their GitHub page. Look in Sources/SQLite and you'll see there's no Privacy.xcmanifest file. But if you look at the 0.15.0 release, that file is there.
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.
Summary
We're trying to meet Apples requirements for Privacy Manifests in all our 3rd party dependencies in our app and noticed that Apollo is pointing to a version of SQLite that DOES NOT have a privacy manifest. You're currently pointing to 0.13.1.
0.15.0 includes a privacy manifest.
Please update to this new version as soon as possible as Apple may flag us for not being compliant with the new app store policy.
Version
1.9.2
Steps to reproduce the behavior
Simply follow the URL for SQLite in your Package.swift file to their GitHub page. Look in
Sources/SQLite
and you'll see there's no Privacy.xcmanifest file. But if you look at the 0.15.0 release, that file is there.Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: