Reputation: 11786
I am a beginner on iOS development. And I am following this which seems to be great.
I have:
- Ubuntu with phone gap installed
- iPhone 5 for testing
- Have installed phonegap in iPhone
- Created a simple hello world using phone gap
- The project pings and runs perfectly on my mobile (I think that is like emulator)
What I want?
Generate ipa file (like apk file in android I think) so that I can send that executable file to one of my friend for testing purpose.
Question:
How to create ipa file on Ubuntu using phone gap and where will that be located?
Edit:
As suggested here (which is for Windows), is it compulsory to pay $99 to just test and distribute to my friends
?
Upvotes: 1
Views: 2630
Reputation: 60
You need a MAC to build IPA. There are somethings that you can try if you are not a MAC user:
The third option will be great. You can rent or buy a cloud MAC server from somewhere. They may cost $20 - $100 per month according to the system specs. You can search for them.
Upvotes: 0
Reputation: 884
You can't create an IPA file using Ubuntu. You will need a Mac to create that file or use a cloud service like Phonegap Build.
Upvotes: 1