Re: Apple privacy manifest

2023-10-28 Thread Norman Breau
Both the App Store and Google Play have data use / privacy labels on apps and today those are controlled via the App Store / Google Play Console. Google Play to some extent powered some of the labels via declared permissions in the  AndroidManifest but otherwise this was never something that wa

Re: Apple privacy manifest

2023-10-28 Thread Jesse
I would expect this info to come from plugin.xml and config.xml. I haven’t looked at Android innards in a long time, but doesn’t this just mirror their intents? Play store tells users the capabilities of each app, and this is all pulled together from the plugins .. > On Oct 28, 2023, at 4:00 AM

Re: Apple privacy manifest

2023-10-28 Thread Norman Breau
Based on https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api?language=objc I don't think there is localization involved. It looks like you supply two pre-defined constants, and whichs refers to an API or a set of APIs and a reas

Re: Apple privacy manifest

2023-10-28 Thread Niklas Merz
I did not dig deep into the documentation and the details about that but I would like to add two things to consider: 1. Internationalization: Are there any strings that are shown to the user like "NSLocationAlwaysAndWhenInUseUsageDescription"? For this we had no simple way to show that in the user