即使在为 WKWebView 升级 pod 后,ZDCChat 仍与 UIWebView 匹配
ZDCChat matches UIWebView even after upgrading pod for WKWebView
我已经将 UIWebView 升级到 WKWebView,甚至在我的工作区中手动检查关键字 UIWebView
,不再使用 UIWebView。
也更新了pods。
但是在点击命令 grep -r UIWebView .
之后它总是显示一些 pods 仍然匹配 UIWebView。
Sunils-MacBook-Pro:xxx-ios-app suniltarge$ grep -r UIWebView .
Binary file ./XXX.xcworkspace/xcuserdata/suniltarge.xcuserdatad/UserInterfaceState.xcuserstate matches
Binary file ./Pods/ZDCChat/ZDCChatAPI.framework/ZDCChatAPI matches
Binary file ./Pods/ZDCChat/ZDCChat.framework/ZDCChat matches
Binary file ./Pods/.git/index matches
有没有人也遇到同样的问题?
ITMS-90809: Deprecated API Usage - Apple will no longer accept
submissions of new apps that use UIWebView as of April 30, 2020 and
app updates that use UIWebView as of December 2020. Instead, use
WKWebView for improved security and reliability.
来自https://developer.zendesk.com/embeddables/docs/ios-chat-sdk/setup
This is the developer guide for Chat SDK v1. The new Chat SDK v2 for iOS is now available and is the recommended version to integrate Chat into your mobile app. It also removes the dependency on UIWebView which has been deprecated by Apple.
我猜你需要升级到最新的框架 https://github.com/zendesk/chat_sdk_ios。
我已经将 UIWebView 升级到 WKWebView,甚至在我的工作区中手动检查关键字 UIWebView
,不再使用 UIWebView。
也更新了pods。
但是在点击命令 grep -r UIWebView .
之后它总是显示一些 pods 仍然匹配 UIWebView。
Sunils-MacBook-Pro:xxx-ios-app suniltarge$ grep -r UIWebView .
Binary file ./XXX.xcworkspace/xcuserdata/suniltarge.xcuserdatad/UserInterfaceState.xcuserstate matches
Binary file ./Pods/ZDCChat/ZDCChatAPI.framework/ZDCChatAPI matches
Binary file ./Pods/ZDCChat/ZDCChat.framework/ZDCChat matches
Binary file ./Pods/.git/index matches
有没有人也遇到同样的问题?
ITMS-90809: Deprecated API Usage - Apple will no longer accept submissions of new apps that use UIWebView as of April 30, 2020 and app updates that use UIWebView as of December 2020. Instead, use WKWebView for improved security and reliability.
来自https://developer.zendesk.com/embeddables/docs/ios-chat-sdk/setup
This is the developer guide for Chat SDK v1. The new Chat SDK v2 for iOS is now available and is the recommended version to integrate Chat into your mobile app. It also removes the dependency on UIWebView which has been deprecated by Apple.
我猜你需要升级到最新的框架 https://github.com/zendesk/chat_sdk_ios。