1
votes

When targeting iPhone 6 as my simulator the incorrect splash screen is loaded which is forcing the WebView to upscale.

I can navigate into the cordova project on OSX in the remote-builds folder which allows me to discover that the iOS platform version cordova is using is 3.6.3, where the latest is 3.7 which has the fixes for iOS8 and splash screens for iPhone 6.

I need to be able to tell the remote agent to use the new platform to build, not the old one. Is that even possible? Do I need to wait for a new version of the remote agent / cordova tools for VS?

1

1 Answers

2
votes

Steps to manually update the Cordova version in Visual Studio is documented here. Refer the section "To update vs-mda-remote on your Mac to a different version of Cordova". Please note that Visual Studio CPT3.0 support Cordova CLI 4.0.0, you can find more info on CPT3.0 here