Moya / Moya

Network abstraction layer written in Swift.
https://moya.github.io
MIT License
15.1k stars 1.98k forks source link

Privacy manifest required by Apple #2337

Open wenfeng-duan opened 7 months ago

wenfeng-duan commented 7 months ago

Hi team,

Starting with Spring 2024 Apple requires third-party SDKs to add a Privacy Manifest file. https://developer.apple.com/support/third-party-SDK-requirements/ https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

Does this SDK need a privacy manifest? If yes, is there any plans to add a privacy manifest?

Thanks, Duan

aiKrice commented 7 months ago

@ashfurrow

keikeito commented 6 months ago

Hello Do you have any plan to work on Privacy Manifest for iOS? 

ashfurrow commented 6 months ago

I personally don’t have any plans to do this – I’ve stepped back from the Moya project several years ago. But it seems fairly straightforward to accomplish so I would encourage anyone to submit a pull request to add one.

wwwshe commented 6 months ago

Since the privacy manifest required library is Alamofire, Regardless of Moya, it seems you just need to specify Alamofire as version 5.9.0 or higher in CocoaPods or SPM.

I used a translator for this content

manuelsalinas-mx commented 5 months ago

+1