Official-Kodi-Remote-iOS icon indicating copy to clipboard operation
Official-Kodi-Remote-iOS copied to clipboard

Missing API declaration - 01.05.24

Open kambala-decapitator opened this issue 11 months ago • 3 comments

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

kambala-decapitator avatar Mar 14 '24 20:03 kambala-decapitator

Like this?

Bildschirmfoto-2024-03-14-um-22-12-28

C617.1 because the image cache deletes aged files from image cache. CA92.1 as we access the app's settings.

wutschel avatar Mar 14 '24 21:03 wutschel

no idea, haven't dived into this topic yet. Can upload a test build from branch to see if the warning would be gone.

kambala-decapitator avatar Mar 15 '24 06:03 kambala-decapitator

Added https://github.com/xbmc/Official-Kodi-Remote-iOS/pull/1008 to handle this. You can give it a try.

wutschel avatar Mar 15 '24 06:03 wutschel