Error deploy in apple

I have an application with ionic 5 and capacitor, but when uploading in apple it returns the following error
ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

the only cordova plugin I use is @ mauron85 / cordova-plugin-background-geolocation

and I have not managed to deploy on apple

See: https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/

thanks for your answer but I have updated capacitor and quite the cordova plugin but it still keeps giving the error when deploy

1 Like

Me too getting same error.
Have anyone found it’s answers.
please let me know

package.json
β€œ@capacitor/ios”: β€œ^2.2.0”,
β€œ@capacitor/core”: β€œ2.2.0”,
β€œ@capacitor/cli”: β€œ2.2.0”,

thanks in advance