Test Mode
Before working with the production environment merchants have to develop and test functions on the sandbox environmment. To switch SDK to the sandbox run the next commands.
Crypterium.enableTestMode()
Crypterium.configure(basePath: .sandbox)
CrypteriumLite.getInstance(<YourActivity>).enableTestMode()
CrypteriumLite.getInstance(<YourActivity>).configure("")
Updated about 3 years ago