Lunor's Forum Posts

  • 2 posts
  • Hi, I´ve been having this issue while trying to install my app into an iPhone. Even though I've set the iOS Version requirement setting to "any" somewhere in the process that seems to get lost and not work properly. I can't instal my app since it seems to require a higher version of iOS. I've exported other apps through the same way and they've worked just fine.

    I use the construct 2 release R221, export to cordova whith no compression nor minifying and use Cocoonjs with Canvas+

    Please Help!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Well, even if you did manage to give them the right signing keys (Provisioning Profile and ".p12" Certificate) you wouldn't be able to export this way. In order to use Cocoonjs you have to do the signing part yourself. This won't be a problem as long as you've got a Mac. When exporting to iOS through cocoon without signing keys, they will send you a direct download link giving you a ".xarchive" file. You will have to sign this file in order for it to become a ".ipa" file. To do so, open it with Xcode. (You should have both the Provisioning Profile and the .p12 certificate created and installed in your computer before openning it) Now you should see a window in which you can tell Xcode where and how to you want it to be exported. After you choose it will automatically search for Profiles, certificates and Bundle IDs that can be used to sign the file.

    If you don't have the ".p12" yet, here's a link that will help you get it.

    http://appfurnace.com/2015/01/how-do-i-make-a-p12-file/

  • 2 posts