Reputation: 3136
I have to builds of the same app for iphone and ipad, both are tested on the simulator and devices. Target device family is set to "iphone" resp. "ipad". I intend to submit these builds to the App Store as separate Apps. I setup an app id for the iphone app, got the appropiate certificates, created a new app on itunes connect etc.
I am unsure how to proceed with the ipad app:
I googled and searched here and on Apples documentation, I guess it is buried somewhere, but I couldn't find definitive answers.
So pointers to Apples docs (or duplicate questions) would also be greatly appreciated.
As always, thanks for any reply!
Upvotes: 8
Views: 6366
Reputation: 1716
if you have not built a universal app then yes you need create second app
yes you need to change bundle id for ipad built ,you can change it in plist file and keep same as in your itunes connect,you can just add ipad at last of ur bundle name then iphone bundle.
Upvotes: 1
Reputation: 10014
So, main thing here is "several targets, one for each platform" and use target settings, not project settings to configure provision profiles.
Upvotes: 8