diefferson / http_certificate_pinning

Https Certificate pinning for Flutter
Apache License 2.0
84 stars 76 forks source link

iOS privacy manifest required #66

Open msai0109 opened 5 months ago

msai0109 commented 5 months ago

Alamofire plugin is listed on https://developer.apple.com/support/third-party-SDK-requirements/ as requiring a privacy manifest.

The dependency Alamofire is used in HttpCertificatePinning.

Alamofire released latest version (5.9.1) with required PrivacyInfo.xcprivacy file.

But HttpCertificatePinning is using 4.9.1. Need to update Alamofire version in HttpCertificatePinning and need to release new version of HttpCertificatePinning.

adminant commented 3 months ago

Any news on this issue?