Flutterwave / AndroidSDK

Rave's Android Drop In UI
7 stars 8 forks source link

Going live on the dashboard does not remove the "You are currently on staging mode" ribon and Live api keys are rejected #253

Closed mwakaambrose closed 3 years ago

mwakaambrose commented 3 years ago

Hi, I need help!

I have switched to live on the dashboard but the "You are currently on staging mode" ribbon and Live api keys are rejected. I am using the rave ui and suplying the correct live keys.

I have even tried regenerating new keys but the issues still persists.

My rave ui version is 2.1.22 implementation 'com.github.flutterwave.rave-android:rave_android:2.1.22'

deedatbilla commented 3 years ago

Have u tried setting onStagingEnv(boolean) to false

mwakaambrose commented 3 years ago

I had not tried that, it wasn't documented. Setting it to false has worked, thanks @deedatbilla. Closing the issue.