Apple 在向我们的服务器发送应用内购买请求时使用哪种国家代码格式?
Which country code format does Apple use when it sends in-app purchase requests to our server?
Apple 发送应用内购买的国家、货币、位置、价格和许多其他信息。这些采购使用哪个 2 字母国家代码系统?
Apple 实际上并未在 SKPaymentTransaction. They do include the price and price locale in the SKProduct object - the NSLocale of the price contains a countryCode 属性 中包含任何此类信息,即两个字母的国家/地区字符串。例如"GB"、"FR"、"HK" 等
Apple 发送应用内购买的国家、货币、位置、价格和许多其他信息。这些采购使用哪个 2 字母国家代码系统?
Apple 实际上并未在 SKPaymentTransaction. They do include the price and price locale in the SKProduct object - the NSLocale of the price contains a countryCode 属性 中包含任何此类信息,即两个字母的国家/地区字符串。例如"GB"、"FR"、"HK" 等