Reputation: 1009
In our app we need to detect the country of the of the user's app store.
We are doing this with:
On iOS 13+ https://developer.apple.com/documentation/storekit/skstorefront/3182435-countrycode On iOS < 13 https://developer.apple.com/documentation/storekit/skproduct/1506145-pricelocale
I have a few questions about these two properties:
Thank you
Upvotes: 2
Views: 291