App07
App07

Reputation: 115

Xcode in app purchase showing wrong price

our in app purchase products start to showing wrong price when testing, used to be fine, suddenly the prices come down from productsReqests of the product is wrong, our product is $39.99, but the response come back from apple is $19.99, not sure what happened. Only start to see this today.

Upvotes: 2

Views: 1304

Answers (3)

OguzzYlcn
OguzzYlcn

Reputation: 69

If your productIdentifiers and priceLocale.identifier are correct and you just get wrong price (generally less than your price) it is because Sandbox bug. The problem will fix at App Store

Upvotes: 2

Paul T.
Paul T.

Reputation: 134

This was a bug in Sandbox, promptly resolved by Apple engineers once I reported it on forums.

Everything seems to work fine for me now. If you still experience problems, linked thread has contact support email.

https://forums.developer.apple.com/thread/61851

Upvotes: 3

iCyberPaul
iCyberPaul

Reputation: 650

This appears to be that apple have added two new tiers to normal in-app purchases. These are now called

Tier 1, Tier 1b, Tier 2, Tier 2b, Tier 3, Tier 4,

Where as the Auto Renewing they have dropped the tier names and just have the prices, so our old tier 4 price has changed to the new equivalent for tier 2b.

In only appears to affect Auto renewing.

You need to go in to the new (and improved) in-app purchase page and update your prices (change prices).

We have decided to wait a couple of days to see if apple change/fix this, as all existing subscriptions will not auto-renew as there is a price change.

Upvotes: 0

Related Questions