ChangbaDevs / KTVHTTPCache

A powerful media cache framework.
MIT License
2.35k stars 435 forks source link

在iOS14 审核被拒 #142

Closed smallerboy closed 7 months ago

smallerboy commented 3 years ago

然后看了一下官方文档,是因为该库中引用了bonjour协议,然而苹果规定若包含该api的调用,必须填写本地网络的说明,导致这一次的上线被拒

luolong123 commented 3 years ago

你好,你这个问题解决了吗,现在也在用这个库,可以请教一下你怎么解决的吗

smallerboy commented 3 years ago

你好,你这个问题解决了吗,现在也在用这个库,可以请教一下你怎么解决的吗

加一个ios14的权限即可 Privacy - Local Network Usage Description 使用本地网络进行数据请求访问,作为视频的预缓存

ymyesman commented 3 years ago

然后看了一下官方文档,是因为该库中引用了bonjour协议,然而苹果规定若包含该api的调用,必须填写本地网络的说明,导致这一次的上线被拒

Bonjour services应该添加什么呀

ymyesman commented 3 years ago

加了Privacy - Local Network Usage Description Bonjour services里面加了几种命名 都不行

smallerboy commented 3 years ago

加了Privacy - Local Network Usage Description Bonjour services里面加了几种命名 都不行 截屏2020-10-13 20 18 58 不好意思,忘记这个了

jinyuyoulong commented 3 years ago

加了Privacy - Local Network Usage Description Bonjour services里面加了几种命名 都不行 截屏2020-10-13 20 18 58 不好意思,忘记这个了

忘记什么了?截屏图片已经失效。

smallerboy commented 3 years ago

然后看了一下官方文档,是因为该库中引用了bonjour协议,然而苹果规定若包含该api的调用,必须填写本地网络的说明,导致这一次的上线被拒

Bonjour services应该添加什么呀 添加一个string类型的,_http._tcp

niwaguan commented 3 years ago

我们的APP也因为这个问题被拒了,但是排查下来似乎不是这个框架引起的。直接在iOS14上跑这个demo,不会弹出那个授权框。 自己项目里查出来是极光推送的事。大家可以参考下。