You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
It seems that just replacing UIWebView to WKWebView will not solve the issue, in fact UIWebView is comming from the wechat SDK.
Current latest SDK version is 1.8.7.1 while 'react-native-wechat' uses 1.7.2 so just replacing with the latest SDK will not do the job because it seems that there have been a lot of changes to the api.
I am using this lib here as it seems that it uses a newer version of SDK https://github.com/little-snow-fox/react-native-wechat-lib
ITMS-90809: Deprecated API Usage - App updates that use UIWebView will no longer be accepted as of December 2020. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
您好,你这个库需要把UIWebView替换成WKWebView,不然苹果上架审核不过
The text was updated successfully, but these errors were encountered: