1

I' m working on an iOS app. I would like to release it first as a iPhone only app, and later (in a couple of months) update it to a universal app. I has to be the same app-id because it is a free game with in-app purchases. Is this possible ?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Marc Denessen
  • 201
  • 2
  • 4

1 Answers1

2

Yes, that's not a problem at all, you'd just have to write additional code to support the iPad and submit it as a regular update to your iPhone app (which then becomes a Universal app).

When the iPad originally came out, a lot of iPhone apps did exactly that.

omz
  • 53,243
  • 5
  • 129
  • 141