When I test In App purchases and I decode transactionReceipt from SKPaymentTransaction, I see a field named "environment"
"environment" = "Sandbox";
Can anyone tell me the value from the production?
Thanks a lot!
When I test In App purchases and I decode transactionReceipt from SKPaymentTransaction, I see a field named "environment"
"environment" = "Sandbox";
Can anyone tell me the value from the production?
Thanks a lot!
Well as far as i know and based on apple Documentation .. In Production you will not have this key .. because you are not responsible to do anything with it ,, its just an indication that you are using sandbox when your app will be submitted for production, reviewed and approved, this value will not appear.