Question

My application is currently present in Appstore for both iPad and iPhone platforms. Now, i want to update the appstore app but restricted to only iPhone platform (will later release the iPad version).

1) During Appstore submission, Xcode throws validation error that "this version doesn't compatible with previous version (not supporting iPad version)". Should i need to support iPad version also?

2) Ignoring that error, i tried proceeding with the appstore distribution. Its never get uploaded. waited for around more than 2 hrs. It showed "Your application is being uploaded"

enter image description here

Any help appreciated. Thanks.

Was it helpful?

Solution

Unfortunately, once you've submitted an app that supports both platforms, from that point on each update also needs to support both platforms (as you've found).

The only way around this is to create a new app with a different bundle id.

In your case, as you will support both eventually you may have to delay release until the iPad version is complete.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top