Skip to main content
Question

React Native Android still make test purchases on production release


Hi everyone,

 

I put my app in Production yesterday and on every device I tested the sandbox purchase is still being presented.

Is there something I need to change to enter production mode? From what I saw in the documentation it was supposed to be something automatic, but I would like to know if there is something I can do to fix this.

 

Thanks!

2 replies

Badge +4

To be in production, you need to download the app directly from the Google Play Store. Then you should be able to make production purchases.

The problem I had was with the devices I had tested the apps on in sandbox mode. Apparently it was a kind of cache. But now everything is working properly.

Userlevel 4
Badge +8

To be in production, you need to download the app directly from the Google Play Store. Then you should be able to make production purchases.

Reply