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 are working on setting up our modules privacy manifests (reference on issue: #1406), when we attempted to use your privacy manifest introduced on v 2.7.0 we found it is missing the type of data it should declare for the usage of UserDefaults
I'll provide an example of a working manifest for reference.
My conclusion would be that while you are manifesting you use user defaults you are not defining the reason of doing so.
Here is an example with a working manifest i attempted on a fork
The text was updated successfully, but these errors were encountered:
Indeed, our privacy manifest do not declare NSPrivacyCollectedDataTypes because those strongly depend on your configuration and usage. It appears that missing this key will prevent for generating the Privacy Report from the app archive.
Adding an empty array seems to fix the issue:
Privacy Report missing properties
We are working on setting up our modules privacy manifests (reference on issue: #1406), when we attempted to use your privacy manifest introduced on v 2.7.0 we found it is missing the type of data it should declare for the usage of UserDefaults
I'll provide an example of a working manifest for reference.

My conclusion would be that while you are manifesting you use user defaults you are not defining the reason of doing so.

Here is an example with a working manifest i attempted on a fork
The text was updated successfully, but these errors were encountered: