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

   @breautek  Thanks for the response.
   I updated my config.xml to include this
   ```
   <privacy-manifest>
         <key>NSPrivacyTracking</key>
         <false/>
         <key>NSPrivacyCollectedDataTypes</key>
         <array/>
         <key>NSPrivacyAccessedAPITypes</key>
         <array>
           <dict>
             <key>NSPrivacyAccessedAPIType</key>
             <string>NSPrivacyAccessedAPICategoryUserDefaults</string>
             <key>NSPrivacyAccessedAPITypeReasons</key>
             <array>
               <string>CA92.1</string>
             </array>
           </dict>
         </array>
         <key>NSPrivacyTrackingDomains</key>
         <array/>
   </privacy-manifest>
   ```
   And I still received the ITMS-91056: Invalid privacy manifest error. Any 
ideas?


-- 
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