UIWebView issue ---ITMS-90809 Corona 2020.

Hi,

We use the version of corona 2020.3582 from May and always receive the email below:

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).

And then we have the new solar2d version of 2020.3601, but the warning still exists.

  • I wonder if the libpasteboard.a, libplugin.openssl.a and libpulgin.zip. a are too old.
  • I put them in the xcode project when building a new app.
  • Do I need to update them and if so, where can I download the newest version?

Anyone knows how to fix it?

Thanks a lot.

Some plugin you’re using is using old webview. Core does not using webview.
EDIT:
post your build.settings or at least plugin section.

this plugin does not use webview.

Hi Vlads,

Here is the buildings information, thanks in advance.
https://justpaste.it/5ciwz

Hi,thanks.I would check if there is any other plugin inside.

Hi Vlads @vlads ,

Here is the building.settings we use.We don’t use premium plugin and try the transporter to upload the ipa but still cannot address the issue.

settings =
{

--[[
plugins =
{
["plugin.zip"] =
{
publisherId = "com.coronalabs",
supportedPlatforms = { iphone=true, android=true, osx=true, win32=true }
},
},
--]]

orientation =
{
-- portrait, portraitUpsideDown, landscapeLeft, landscapeRight
default = "portrait",
supported = { "portrait", }
},

iphone =
{
xcassets = "Images.xcassets",
plist =
{
NSLocationUsageDescription = "يحتاج البرنامج إلى موافقتك للوصول إلى موقعك أثناء الاستخدام",
NSContactsUsageDescription = "سواء سمح لهذا البرنامج بالوصول إلى جهات الاتصال الخاصة بك أم لا",

NSCameraUsageDescription = "نحتاج إلى استخدام فاعلية كاميراك",
NSPhotoLibraryUsageDescription = "لوقاية من فقدان الحساب، سيتم حفظ معلومات حسابك في الألبوم بصورة",
NSPhotoLibraryAddUsageDescription = "لوقاية من فقدان الحساب، سيتم حفظ معلومات حسابك في الألبوم بصورة",
NSLocationWhenInUseUsageDescription = "نحتاج إلى استخدام موقعك لنقدم أفضل الخدمة لك",
NSMicrophoneUsageDescription = "نحتاج استخدام اختصاص مايكك",


UIStatusBarHidden = false,
UIPrerenderedIcon = true,
CFBundleDisplayName = "",
CFBundleName = "",
CFBundleIdentifier = "",
NSAppTransportSecurity = {
NSAllowsArbitraryLoads = true
},

LSApplicationQueriesSchemes = {"fbapi","fb-messenger-api",
"fbauth2","fbshareextension"},

}
},
}

Thanks a lot.
(Post edited by moderator; Please format code in posts using triple back-ticks to enclose code.; Click pencil icon to review changes and see how code was reformatted.)