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
Starting in April 2024, Apple will request a privacy file. Apple - Privacy manifest files to be able to deploy to the stores, and this file must contain the code not just from the App but any third-party library we install in our app.
Any app that installs the Auth0 SDK (Switft), needs to declare which data the SDK is collecting (if any).
It will be beneficial if the teams add the Privacy Manifest file in the repo or documentation 🙏
Describe the ideal solution
If the App Privacy File is declared and maintained in the repo, it will automatically added to the final Privacy file that Apple reviews.
@eppisapiafsl@SasClaudiuCristian Privacy manifest has been added to Auth0.Swift as a part of this PR. I believe that it should be available on our latest version of React Native SDK- v3.2.1. Could you confirm if this issue is resolved?
Checklist
Describe the problem you'd like to have solved
Starting in April 2024, Apple will request a privacy file. Apple - Privacy manifest files to be able to deploy to the stores, and this file must contain the code not just from the App but any third-party library we install in our app.
Any app that installs the Auth0 SDK (Switft), needs to declare which data the SDK is collecting (if any).
It will be beneficial if the teams add the Privacy Manifest file in the repo or documentation 🙏
Describe the ideal solution
If the App Privacy File is declared and maintained in the repo, it will automatically added to the final Privacy file that Apple reviews.
With Xcode 15+, create the new App Privacy File. -> Create your app privacy report
Alternatives and current workarounds
Documentation around what data is collected/store from the user
Additional context
No response
The text was updated successfully, but these errors were encountered: