breautek commented on issue #1391:
URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2088852659

   > Is it expected that just these changes would have the malformed error?
   
   It doesn't make sense to declare that you're tracking without declaring what 
data you're collecting for tracking. You'll probably also need at least 1 
domain in the `NSPrivacyTrackingDomains` list, as well as at least one 
`NSPrivacyCollectedDataTypes` entry.
   
   You might also want to review 
https://developer.apple.com/app-store/app-privacy-details/ to see if your 
handling of data is considered collecting & tracking. If the data stays on the 
device, or even if it's moved off device but isn't stored on your server, it's 
not considered collected data.
   
   If you're collecting data but it isn't used for tracking the user, then 
`NSPrivacyTracking` should be false.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to