Reputation: 73
I developed in and published a game to the Play Store made with the Phaser gaming engine and Cordova. When this game is good enough, I would like to publish it to the App Store, but I've read that Apple denies apps that use the Cordova framework. Is this true?
Upvotes: 3
Views: 959
Reputation: 2460
Fortunately this is untrue :) I have published three separate Phaser games for both iOS and Android in Cordova.
There is a known bug with the iOS simulator that will often cause performance issues for Cordova applications (has to due with some GPU stuff). When you push your application for review in iOS, just let your tester know as he / she may or may not be aware of the issue. I was denied a handful of times due to performance issues in the simulator but on every device it ran completely fine. Feel free to take a look at the game I most recently published made with Phaser and Cordova Bubble Bounce Heroes
Upvotes: 7