ios - Using "Alternate Tier 1" in Apple In-App Purchases -
i developing app swedish client , want implement in-app purchase. in app sell credits. price of credit should 99 sek. selected "alternate tier 1". when try purchase credit, shows price in usd 0.99 usd default. problem is: how can change swedish currency 99 sek?
i request product details this.
- (void)requestproductswithproductidentifiers:(nsset *)productidentifiers { _productsrequest = [[skproductsrequest alloc] initwithproductidentifiers:productidentifiers]; _productsrequest.delegate = self; [_productsrequest start]; }
i receive price in usd, wondering how can price in sek.
the price that's shown dependent on country itunes account set to. can create test users in itunes connect can try out yourself.
Comments
Post a Comment