nativescript-community / nativescript-community/https
Migration to a new iOS http client
还没有人认领这个 Issue。
- 主要语言
- Vue
- 星标
- 52
- 派生
- 40
- PR 合并指标
- 30 天内没有已合并 PR
描述
Apple has become strict with privacy and AFNetworking seems to have an impact on it.
Users who use that client will be warned by Apple Store:
ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/AFNetworking.framework/AFNetworking”, which includes AFNetworking, an SDK that was identified in the documentation as a privacy-impacting third-party SDK. Starting November 12, 2024, if a new app includes a privacy-impacting SDK, or an app update adds a new privacy-impacting SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: https://developer.apple.com/support/third-party-SDK-requirements.
The library itself has been deprecated and suggests migrating to Alamofire swift library: https://github.com/Alamofire/Alamofire
This is worrying as Apple Store could reject app submissions for such a reason.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
检查仓库的 iOS HTTP 客户端集成,并将其对 AFNetworking 的使用情况与 issue 中链接的 Alamofire 迁移目标进行比较。当 iOS 客户端不再依赖已弃用的 AFNetworking 库,且应用提交不再触发所述的隐私清单警告时,工作即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- ios, swift
- 领域
- mobile-dev, networking
- Issue 类型
- 重构
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100