0

I want to submit an app to App Store. I want my app to be free for iPhone and paid for iPad. I couldn't find anywhere in iTunes connect where to set a different price tier for iPhone and iPad. Would I have to create two different apps in iTunes connect for that purpose?

Yony
  • 680
  • 1
  • 9
  • 20

2 Answers2

1

You'd have to create two separate apps. There's currently no way you can have different prices for the same app and you can't enable iPad support as, say, an in-app purchase.

Stephen Darlington
  • 51,577
  • 12
  • 107
  • 152
1

I think you cannot set 2 different prices (well, free and some price) for the same app.

So you need to create 2 different apps in the AppStore.

You should use 2 distinct targets in Xcode in order to avoid code duplication. More details here: Create two iOS Apps in Xcode

Community
  • 1
  • 1
Luca Angeletti
  • 58,465
  • 13
  • 121
  • 148