如何在当前项目中完全删除 UIWebView 组件? [英] How to remove UIWebView component completely in current project?

查看:41
本文介绍了如何在当前项目中完全删除 UIWebView 组件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在提交我的最新版本时,Apple 对此警告做出了回应.

when submitting my latest build, Apple has a response with this warning.

ITMS-90809:不推荐使用 API - Apple 将停止接受提交使用 UIWebView API 的应用程序.看https://developer.apple.com/documentation/uikit/uiwebview 了解更多信息.

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.

仅供参考,

  1. 我已经根据 Apple 的建议将所有 UIWebView 组件迁移到我项目中的 WKWebView 组件.
  2. 我尝试了 grep -r UIWebView .grep -r UIWebView/Path/To/Project/* 来清除项目中的所有 UIWeview.
  1. I already migrate all UIWebView component to the WKWebView component in my project based on Apple recommendation.
  2. I tried grep -r UIWebView . and grep -r UIWebView /Path/To/Project/* to cleared all UIWeview in Project.

但苹果仍然以同样的警告回应.

but Apple still response with the same warning.

有什么方法可以搜索仍然附加到我的项目的任何 UIWebView 元素?请建议.

Is there any ways to search for any UIWebView element that still attached to my project? Kindly suggest.

推荐答案

从 Manifest 文件中移除 UniWebView 包引用并将统一广告更新到最新版本

Remove UniWebView package reference from Manifest file and also update unity ads to latest version

这篇关于如何在当前项目中完全删除 UIWebView 组件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆