Issue making Hybrid App

0
Hi Experts,   I’ve been trying to make a new hybrid build to send to Apple Store and I've been getting the following error when trying to do so: ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs When looking at Mendix documentation, this should have been solved from version 8.6.3. https://docs.mendix.com/releasenotes/studio-pro/8.6   We are using 8.6.9.  Anybody got an idea how we can fix this? Apple just turns down any upload we do now.  
asked
1 answers
0

Hi Rien,

The release note you’re referring to is about Native applications, not Hybrid apps. I think you will have to bundle the cordova app locally (https://docs.mendix.com/howto/mobile/build-hybrid-locally) and make sure the local cordova build uses the latest cordova version.

Is the build you’re trying to upload a Hybrid app/build created recently?

answered