How distribute specific iOS app version for specific region/territory

1.5k Views Asked by At

I have published app not for all the world. I want to add one more region but for this region I want to push specific version with additional changes and other internal settings. I know how to manage full access of the app. But what about concrete version? Should I register one more app and distribute it only for this territory?

Example:

I have a version 0.0.15.4 that was published at the store for example for Germany region. Now I have prepared version 0.0.16.12 and I want to share it to China, only for China region. In result I want to have two versions one for Germany (0.0.15.4) and the next one for China (0.0.16.12). They both should be available from that stores. Why? Because they use different server urls (China government restrictions).

1

There are 1 best solutions below

2
On BEST ANSWER

Quick answer: No

Answer from Apple Developer Program Support: At this time, your app may only have one build available on the App Store at any given time. If you were to update the region of availability to only be accessible on the App Store in China for version 0.0.15, version 0.0.16 would not be able to exist simultaneously on the App Store in Germany.