ibireme / YYModel

High performance model framework for iOS/OSX.
MIT License
4.34k stars 916 forks source link

苹果隐私清单是否需要支持,Does the Apple Privacy List(PrivacyInfo.xcprivacy) need support #328

Open zcsyIos opened 6 months ago

zcsyIos commented 6 months ago

Apple says "Starting May 1: You'll need to include approved reasons for the listed APIs used by your app's code to upload a new or updated app to App Store Connect." Please add privacy policy otherwise we couldn't use this library.

homeYsy commented 5 months ago

Apple says "Starting May 1: You'll need to include approved reasons for the listed APIs used by your app's code to upload a new or updated app to App Store Connect." Please add privacy policy otherwise we couldn't use this library.

哈哈 ,哥们我在好几个github库里看到了你的身影,那个隐私清单,你项目里是怎么填的啊?

rance-attack commented 5 months ago

Since YYModel is not listed in https://developer.apple.com/support/third-party-SDK-requirements/ I think this library doesn't need a privacy manifest file. If it uses any required reason API, you can declare them in the manifest of your own project.