I've just uploaded a node-webkit application to the Mac App Store, using Application Loader, and I received the following error:
Deprecated API Usage - Apple no longer accepts submissions of apps that use QuickTime APIs.
So I removed all the HTML/CSS/JS files that I created in the /Resources folder to verify that it's just node-webkit creating the error, and got the same error back.
Has anyone else run into this? Are we just stuck waiting until Chromium is update to remove the API?