ISSPRO-Eng
ISSPRO-Eng
Any updates on when this will be implemented?
How do we utilize this fix using the Nuget Package? Or will there be a release soon
error MSB4066: The attribute "Include" in element is unrecognized. I am getting this error when adding it in like @owaits
Adding` in the privacy manifest. I have the actual .xcprivacy file located at "My Project Name"/Platforms/iOS/PrivacyInfo.xcprivacy I have added it in my csproj file here ` ios-arm64 false XXX XXX...
Changed it to ` Include="Platforms\iOS\PrivacyInfo.xcprivacy" LogicalName="PrivacyInfo.xcprivacy" ` and everything works now
Seems that it made the warning go away for uploading to the App Store. I was instantly getting messages after uploading about compliance, but have not gotten one yet
Anddd I got the compliance message again. Still not resolved
ITMS-91053: Missing API declaration - Your app’s code in the “MultiGaugeAttributeProgrammer” file references one or more APIs that require reasons, including the following API categories: NSPrivacyAccessedAPICategoryFileTimestamp. While no action is...
[Privacy Help.zip](https://github.com/CommunityToolkit/Maui/files/14638364/Privacy.Help.zip) I have attached a zip here with a mostly original .csproj and the Privacy Manifest. I actually did not see the Privacy Manifest being bundled into the ipa...
I added this to the bottom of my .csproj and removed it from the iOS section. ```xml ``` The PrivacyInfo document is now located at /Platforms/iOS/PrivacyInfo.xcprivacy. The documentation says the...