barettjfed commented on issue #1391:
URL: https://github.com/apache/cordova-ios/issues/1391#issuecomment-2088840442
I am also coming across the ITMS-91056: Invalid privacy manifest - The
PrivacyInfo.xcprivacy file from the following path is invalid:
“PrivacyInfo.xcprivacy” issue. Before updating the config.xml I was getting the
ITMS-91053: Missing API declaration. Per documentation I tested using just
```
<privacy-manifest>
<key>NSPrivacyTracking</key>
<true/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
<key>NSPrivacyTrackingDomains</key>
<array/>
</privacy-manifest>
```
Is it expected that just these changes would have the malformed error?
Thanks
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]