Files
keyboard/Pods/AFNetworking/README.md

25 lines
616 B
Markdown
Raw Normal View History

2026-03-10 17:29:20 +08:00
# AppStorePrivacyInfo
解决部分已经不在维护的SDK的隐私清单问题
2025-10-27 21:55:05 +08:00
2026-03-10 17:29:20 +08:00
## 引入方式
2025-10-27 21:55:05 +08:00
2026-03-10 17:29:20 +08:00
#### AFNetworking
2025-10-27 21:55:05 +08:00
```
2026-03-10 17:29:20 +08:00
pod 'AFNetworking', :git => 'https://github.com/gzx543097079/AppStorePrivacyInfo.git', :tag => 'AFNetworking-4.0.1'
2025-10-27 21:55:05 +08:00
```
2026-03-10 17:29:20 +08:00
#### PureLayout
2025-10-27 21:55:05 +08:00
```
2026-03-10 17:29:20 +08:00
pod 'PureLayout', :git => 'https://github.com/gzx543097079/AppStorePrivacyInfo.git', :tag => 'PureLayout-3.1.9'
2025-10-27 21:55:05 +08:00
```
2026-03-10 17:29:20 +08:00
#### 另外在Demo中提供了本地集成的方式验证可以正常发版本
2025-10-27 21:55:05 +08:00
2026-03-10 17:29:20 +08:00
<br>
<br>
2025-10-27 21:55:05 +08:00
2026-03-10 17:29:20 +08:00
> 目前测试 苹果审核 只会审核在清单内的,然后 AFNetworking 不包含任何隐私清单,不处理可以正常上线。