Files
keyboard/Pods/AFNetworking/README.md
2026-03-10 17:29:20 +08:00

25 lines
616 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# AppStorePrivacyInfo
解决部分已经不在维护的SDK的隐私清单问题
## 引入方式
#### AFNetworking
```
pod 'AFNetworking', :git => 'https://github.com/gzx543097079/AppStorePrivacyInfo.git', :tag => 'AFNetworking-4.0.1'
```
#### PureLayout
```
pod 'PureLayout', :git => 'https://github.com/gzx543097079/AppStorePrivacyInfo.git', :tag => 'PureLayout-3.1.9'
```
#### 另外在Demo中提供了本地集成的方式验证可以正常发版本
<br>
<br>
> 目前测试 苹果审核 只会审核在清单内的,然后 AFNetworking 不包含任何隐私清单,不处理可以正常上线。