Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
looping committed Sep 8, 2019
1 parent c8ff5cb commit 6d284b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Reports/2019/#83-2019.09.09.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@

## 新闻

> 行业相关的新闻趣事看法
### [App Store Connect warning: UIWebView API deprecation](https://forum.ionicframework.com/t/app-store-connect-warning-uiwebview-api-deprecation/172063/3)

[@looping](https://github.com/looping):上月(8 月)底陆续有人在打包上传到 App Store 时收到苹果审核的反馈邮件,提到他们将会停止接收还在使用 UIWebView API 的应用,希望开发者在下次提交的时候处理好这个问题。同时在 GitHub 上观察到有使用 UIWebView 的大部分主流开源库也收到了开发者提的苹果废弃 UIWebView API 的 issue,并且很多库都已经做好了更新。虽然苹果提醒开发者处理这个问题,但是没有给出审核规则具体的执行时间,所以应该会预留一些时间供开发者对工程代码进行技术迁移。为了应对这个问题,我们建议接下来做好以下几个事情:

- 列出自己工程里有用到 UIWebView 的地方,并想办法逐步迁移到 WKWebView
- 关注工程里用到的开源类库和三方 SDK,有更新的及时更新
- 做好准备,等待苹果审核的进一步消息

## 新手推荐

Expand Down

0 comments on commit 6d284b2

Please sign in to comment.