Skip to main content

I don’t understand how this is possible. I have got my ios app(flutter) published in app store some time ago. 

Before I tried some purchases with sandbox account (german). And they are listed in sandbox purchases without issues. I also had some production purchases as well. Then it stopped.

Today when I check my sandbox account, I see some american accounts made in app purchases. It is definitely not me as I have only 1 sandbox account and it is german account.
Firebase also reports in_app_purchase events.
I thought RC detects prod vs debug environments.

Am i overlooking something? Did anyone experienced something like this before?
I build my app for app store with:
 

flutter build ipa --release 

Hi ​@orcun_dev,

Could it be Apple reviewers? Does the time match with when your app was in review?

The environment is determined by the store, if the build is downloaded from App Store then it uses production and if it’s downloaded from Testflight it uses sandbox.

Best,


Reply