Hello,
I have some news about how to prepare our applications to run in the iOS platform. Today I am talking more with Jordi, an AB customer who already have an AB application into the iTunes store, and they really point me in the right direction.
I was wrong when think we can't do anything from Windows when we are talking about the iOS platform. For that reason App Builder can creates BAT files for all the Cordova's supported platforms except iOS.
But this is not truth at all. On the contrary, Apache Cordova can help us by creating the appropiate files IN WINDOWS in order to be ready to build our applications IN MACOS after that.
You can update now your AB copy, since they include now a new option (app's options dialog -> Cordova tab) in order to generates a BAT file also for the iOS platform.
The steps are:
1º Creates our application, and choose the refered action to generates a BAT file for the iOS platform
2º Execute that BAT file, which tell to Apache Cordova we want our application ready for the iOS platform
3º Copy the "_Compiled" directory to a Mac and open the "\*_Compiled\platforms\ios\New App 1.xcodeproj" with XCODE.
4º That's all! We are ready to generates our application's IPA file, the equivalent to the APK file in Android.
So, in conclusion, and, contrary my first knowledge, we can use Apache Cordova IN WINDOWS to generate the appropiate files ready to be copied in a Mac computer to be finally built with XCODE (XCODE is the development environment in the Mac world).
You know another possible way (basically if we do not have a Mac computer...) is to use the Adobe Phonegap Build online service. I preffer the Apache Cordova way, however, if we really do not have a Mac computer... maybe there is not too much options out there.
Hope this information can results of interest for all!
Posts by DecSoft 