- Thorough testing should be done on Sandbox.User created on Sandbox environment will not be available on production environment. You have to explicitly create account for both environments.
- Once your app is working fine under Sandbox environment, you can switch environment to Production.
- Please make sure you are using correct set of keys and have set environment to Production before releasing your app to Play-Store.
- Pass your environment as PRODUCTION to citrusClient.init method.
- Replace your signup and signin keys from your new admin account provided by Citrus
- Replace your vanity
Pass merchant parameters in init
citrusClient.init(
"test-signup",
"c78ec84e389814a05d3ae46546d16d2e",
"test-signin",
"52f7e15efd4208cf5345dd554443fd99",
"testing",
Environment.PRODUCTION ); // Make sure change the environment to PRODUCTION while going live.
For both the enviroments Citrus PG Prerequisites key sets are different. keys from one enviroment wont work on other.
- First Parameter – SignUp Key
- Second Parameter – SignUp Secret
- Third Parameter – SignIn Key
- Fourth Parameter - SignIn Secret
- Fifth Parameter - Vanity
- Sixth Parameter - Environment.