Replies: 4 comments 2 replies
-
This will be mandatory for all iOS apps starting in spring 2024. |
Beta Was this translation helpful? Give feedback.
-
@davidortinau Can we get an official statement on this topic? This is mandatory for all iOS apps soon. Thank you! |
Beta Was this translation helpful? Give feedback.
-
We're tracking the work for that here: dotnet/macios#20059 |
Beta Was this translation helpful? Give feedback.
-
This is what I did. I created a file PrivacyInfo.xcprivacy in Platforms/iOS - this is a xml file (like a plist).
Then in the .csproj file of the app I´ve set a BundleResource to include the file in the build like this:
This seems to work. Apple doesn´t complain anymore, Hope this helps someone. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Apple is going to quickly start rejecting non compliant apps once again as per the following:
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files?language=objc
I'm wondering if the tooling is present yet for dealing with this new kinds of files.
Beta Was this translation helpful? Give feedback.
All reactions