Hi Ashley,
I have created a game with cocoonjs which is working perfect on android device but when I worked on apple or ios. it show me an error.
I got the following error:
Finished initializing service : StoreServiceJSExtension
IDTK_LOG_ERROR: [IDTK] Invoked in function -[IDTKUIApplicationDelegate internalInitialization(inlove) line 122: IllegalStateException: Error: GameService has no supported orientations defined at virtual SPApplicationDecisionMakerResponse com::ideateca::service::cocoonjsapplauncher::GameService::makeADecision(const SPApplicationDecisionMakerData &):300
IDTK_LOG_ERROR: [IDTK] Invoked in function int main(int, char **) line 37: Exception thrown: IllegalStateException: IllegalStateException: Error: GameService has no supported orientations defined at virtual SPApplicationDecisionMakerResponse com::ideateca::service::cocoonjsapplauncher::GameService::makeADecision(const SPApplicationDecisionMakerData &):300 at -[IDTKUIApplicationDelegate internalInitialization:]:125
do you have any idea about that?