I want to know in my app (by code) in which app store my user is (like england / france / spain ect).
I already read that we can do this with the locale : https://developer.apple.com/documentation/foundation/nslocale/1643060-countrycode
But I would like to do it with the Apple Store. For legal purpose I don't want to display the same content for an european than for an american.
Has someone already done it ? Thanks !