Official-Kodi-Remote-iOS
Official-Kodi-Remote-iOS copied to clipboard
Missing API declaration - 01.05.24
ITMS-91053: Missing API declaration - Your app’s code in the “Kodi Remote” file references one or more APIs that require reasons, including the following API categories: NSPrivacyAccessedAPICategoryFileTimestamp. While no action is required at this time, starting May 1, 2024, when you upload a new app or app update, you must include a NSPrivacyAccessedAPITypes array in your app’s privacy manifest to provide approved reasons for these APIs used by your app’s code. For more details about this policy, including a list of required reason APIs and approved reasons for usage, visit: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api.
And same about NSPrivacyAccessedAPICategoryUserDefaults
Like this?
C617.1 because the image cache deletes aged files from image cache. CA92.1 as we access the app's settings.
no idea, haven't dived into this topic yet. Can upload a test build from branch to see if the warning would be gone.
Added https://github.com/xbmc/Official-Kodi-Remote-iOS/pull/1008 to handle this. You can give it a try.