According to Apple's App Store review guidelines all apps must include a link to their privacy policy within the App [0]. To fix the issue add a new list item in the settings screen that will allow users to access the privacy policy.
[0] - https://developer.apple.com/app-store/review/guidelines/#legal This patch series also includes changes from another patch [1] which relates to the update of pubspec.lock file. [1] - https://lore.proxmox.com/pve-devel/20250704140358.177688-1-s.sh...@proxmox.com/T/#u Shan Shaji (2): chore: update pubspec.lock file to support new flutter version ui: settings: add privacy policy url link in settings screen lib/constants/pve_links.dart | 2 + lib/proxmox_general_settings_form.dart | 28 +++++ lib/utils/pve_url_launcher_util.dart | 9 ++ pubspec.lock | 150 ++++++++++++++++++------- pubspec.yaml | 1 + 5 files changed, 147 insertions(+), 43 deletions(-) create mode 100644 lib/constants/pve_links.dart create mode 100644 lib/utils/pve_url_launcher_util.dart -- 2.39.5 (Apple Git-154) _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel