最近の検索


最近の検索はありません

Manuel García-Estañ's Avatar

Manuel García-Estañ

参加日2024年4月12日

·

前回のアクティビティ2024年4月12日

フォロー中

0

フォロワー

0

合計アクティビティ

1

投票

0

受信登録

0

アクティビティの概要

さんの最近のアクティビティ Manuel García-Estañ

Manuel García-Estañさんが投稿を作成しました:

投稿 Developer - Zendesk SDKs

Hello, 

About the iOS SDK, there is a new Apple privacy change
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api#4278397

I checked my binary and it seems you are using two of those apis:

Used symbols in binary ./Frameworks/SupportProvidersSDK.framework/SupportProvidersSDK: NSFileSystemFreeSize, NSFileSystemSize

Some advertisers were getting sneaky and were using free system size for finger printing devices in the short term. Apple will eventually (May 1st is when they start cracking down) no longer accept App Store submissions that use NSFileSystemSize (.systemSize) e or NSFileSystemFreeSiz (.systemFreeSize)e without privacy declarations.

Don’t know what you use them for but there ARE exceptions that will allow these API usages:

85F4.1
Declare this reason to display disk space information to the person using the device. Disk space may be displayed in units of information (such as bytes) or units of time combined with a media type (such as minutes of HD video).
Information accessed for this reason, or any derived information, may not be sent off-device. There is an exception that allows the app to send disk space information over the local network to another device operated by the same person only for the purpose of displaying disk space information on that device; this exception only applies if the user has provided explicit permission to send disk space information, and the information may not be sent over the Internet.

E174.1
Declare this reason to check whether there is sufficient disk space to write files, or to check whether the disk space is low so that the app can delete files when the disk space is low. The app must behave differently based on disk space in a way that is observable to users.
Information accessed for this reason, or any derived information, may not be sent off-device. There is an exception that allows the app to avoid downloading files from a server when disk space is insufficient.

7D9E.1
Declare this reason to include disk space information in an optional bug report that the person using the device chooses to submit. The disk space information must be prominently displayed to the person as part of the report.
Information accessed for this reason, or any derived information, may be sent off-device only after the user affirmatively chooses to submit the specific bug report including disk space information, and only for the purpose of investigating or responding to the bug report.

B728.1
Declare this reason if your app is a health research app, and you access this API category to detect and inform research participants about low disk space impacting the research data collection.
Your app must comply with App Store Review Guideline §5.1.3. Your app must not offer any functionality other than providing information about and allowing people to participate in health research.s an exception that allows the app to avoid downloading files from a server when disk space is insufficient.

Could you include a privacy manifest in the SDK if the reasons are covered by those? and, if not, could you remove the use of those apis?  all our apps would be rejected if not. 

 

The deadline is 1st of May. 

 

Thanks!

投稿日時:2024年4月12日 · Manuel García-Estañ

5

フォロワー

3

投票

3

コメント