Reputation: 11
I need to be able to restrict the downloading from the app store of a free app we have designed, so that the downloading facility is available only in specific countries. If this is not possible, would it be possible to specifically exclude use of the app from certain coordinates, e.g. the whole of North America?
Upvotes: 1
Views: 5315
Reputation: 2380
When you submit the app to Apple you can define what stores the app is available in. However, it may be possible for the user to download the app from another country's/region's store. When the app is running you may want to see if IP assigned to the device is located in a region you don't want the app to appear in. This isn't foolproof either.
Upvotes: 1
Reputation: 4686
This previous answer might be helpful.
how to change country of sale in app store
Upvotes: 1
Reputation: 10106
Yes, you can restrict the availability of your iPhone application in iTunes Connect during the submission process. See page 43 of the iTunes Connect Developer Guide (PDF):
By default, the app will be available in all countries the App Store currently supports, unless you specifically select individual countries/stores. You can choose individual countries by selecting each box.
Upvotes: 3