4

I'm using IBM MobileFirst Platform 7.0 to develop Hybrid Application development.

How do we generate .ipa file so that we can deploy on to an ios device and test our Application?

Note: We don't have any MAC OS.

John Gerken
  • 686
  • 6
  • 13
Venkatesh Voona
  • 423
  • 8
  • 27
  • 1
    You must have a Mac to generate an .ipa. Apple restrict .ipa generation so you can only use their hardware. MobileFirst Platform has no way to circumvent this restriction. – Andrew Ferrier Jun 15 '15 at 16:52

1 Answers1

4

To generate an .ipa file you must use a Mac with Xcode installed in it.
Xcode is the only supported method by IBM (and by Apple) to generate an .ipa file.

This is described in the training materials. See these tutorials:

Get a Mac. :)

Idan Adar
  • 44,156
  • 13
  • 50
  • 89