iphone - How Can I check programmatically app store region/country? -


Is there any way to check this? I have an application URL, which I do not want to open in the hope that the user is a UK appstore or not. Unfortunately, this application is available in many countries, so when I put 'GB' on the link, it will be sent to the user's local area.

You can use in-app purchases to achieve this.

Request to use SKProductsRequest for the product list and then check the value of the SKProduct given back to the user's AppStore UK One.

Comments