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?
Asked
Active
Viewed 50 times
0
-
it's for same app or different? – Hardik Kardani Jan 17 '15 at 11:57
-
same app. (universal storyboard...) – Yony Jan 17 '15 at 11:58
2 Answers
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