coding22
coding22

Reputation: 689

My in app purchases stopped working after changing app name?

I changed my app name in xcode and also in itunes connect. I then went and tried to test my in app purchases but they don't work. Can someone please help me fix this? I don't what to do to get this to be resolved.

Upvotes: 1

Views: 131

Answers (1)

Wez
Wez

Reputation: 10712

You just need to manually set the Bundle Identifier in your app info, then you can change the Product Name separately.

Note: You need to make sure the bundle ID is the original ID you setup in iTunes Connect

enter image description here

Upvotes: 1

Related Questions