Software Archive
Read-only legacy content
17060 Discussions

iOS Production build: app instead of api

Olga_V_
Beginner
585 Views

Hi!

I use Intel SDK to build my hybrid Cordova app. Crosswalk app build for Android and AdHoc iOS build working well but when I try to build iOS Production I get a zip file .app instead of .ipa. 

It looks like I miss something in configuration.

What can it be?

Thank you in advance,

Olga

0 Kudos
3 Replies
Elroy_A_Intel
Employee
585 Views

This is the app’s bundle. This directory contains the app and all of its resources.

You cannot write to this directory. To prevent tampering, the bundle directory is signed at installation time. Writing to this directory changes the signature and prevents your app from launching. You can, however, gain read-only access to any resources stored in the apps bundle. For more information, see the Resource Programming Guide for iOS

The contents of this directory are not backed up by iTunes. However, iTunes does perform an initial sync of any apps purchased from the App Store.

0 Kudos
Olga_V_
Beginner
585 Views

I can't upload .zip file to iTunesConnect, can I?

0 Kudos
John_H_Intel2
Employee
585 Views

If you are getting a zip, you are building a Legacy build. You should switch to the Cordova builds. The Legacy builds will eventually going away since they are well, old. (hence the Legacy)

Yes, you can upload a zip with application loader. 

0 Kudos
Reply