Updates for folder projects, scripting autocomplete improvements.
when I upload an export on App Store I have this message :
"ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView APIs starting from April 2020"
Is this fix on this release or it's in xcode i need to change something?
mobilefirstplatform.ibmcloud.com/blog/2020/01/27/Removal-of-UIWebview
UIWEBVIEW will be discontinued similar to flah player ... so nothing u can do but drop UIWebView and start using WKWebView.
FYI, Construct switched to WKWebView years ago. It's probably third-party Cordova plugins that still use it.