3

I am currently trying to apply for the WWDC 2015 student scholarship, but Apple requires the .ipa file. The directions state, "Package your compiled app file in a .zip file. For iOS apps, this refers to the .ipa file." How do I get this?

Rehaan Advani
  • 945
  • 1
  • 12
  • 24

2 Answers2

3

I would break into steps

If you have a clean running app,

  • Set your build target as iOS device and not simulator
  • Product>**archive*
  • Export it once archiving is done and you get the ipa file Export using suitable method
Kaey
  • 4,615
  • 1
  • 14
  • 18
1

.IPA is extension of ios app installer package,as windows has .exe,android has .apk.

"Package your compiled app file in a .zip file"

According to this statement,you must be having iOS or Mac app developed and they want you to provide your app to them in compressed format(ie.zip)

Akash Shinde
  • 925
  • 3
  • 14
  • 31