Has not worked for me, even copy/pasting your config.xml and building my app with your app's name.
Has anybody else had success, using Cordova on a Mac to create the Xcode project (i.e. not letting XDK do the work)?
Develop games in your browser. Powerful, performant & highly capable.
Just got an email from someone who purchased one of my apps - black screen on all devices using iOS10. This is going to be a nightmare
chrisnewman Guinness CDogs1964 -- please see second part of the top post for possible solution to the black screen problem on iOS 10 > https://software.intel.com/en-us/forums ... pic/685395 <
Did you get it going COGames? I had the same situation. My app was just starting to make a few sales and was going up in rank. I had to warn of the issue and resubmit a new app. Now its dropped again with the only update saying "now works with ios10". At least its going.
There seems to be a variety of ways to work around the issue.
Thanks. Doing this in construct2.js
/* this.isWKWebView = !!(this.isiOS && this.isCordova && window.indexedDB); */ this.isWKWebView = false; [/code:15ufv7tv] has got me out of a hole until this is properly addressed.