After updating product identifier, app purchases are invalid

I am testing my application purchase code to update my application. When buying an application it works fine when I install with xcode on my phone. The problem occurs when I have the current version installed on my phone, after which I install the dev version on top of the release version. When I install in this way, my product identifier is returned as invalid, although I have tested it many times and it works until I had a release version prior to installing the dev version.

We changed our Bundle ID in this update, but it worked, except when we install as described above.

Has anyone encountered this behavior before?

Also, the currently released version does not have when purchasing applications.

+4
source share
1 answer

This happens all the time.

If you install the development version on top of the App Store version, new in-app purchase identifiers are returned as invalid.

This will work great when downloading a new version in the App Store.

+6
source

All Articles