I've been working on a dev kit building/debugging a custom application for a customer in Android Studio. The main activity deals a lot with their database, so up to now I haven't done anything really with Clover.
Following the example projects, I added in the code to create a MerchantConnector and such. When I make the call to "merchantConnector.getMerchant()" I get the error:
status code: 403 App doesn't have required permission: package bjccproductionsltd.com.cloversp does not have permission MERCHANT_R
I know this is because I have not uploaded my APK into the Sandbox. To date I've been using the Android Studio WiFi install/debug on the dev kit. These installed APKs are generated and signed using the debug.keystore. Can I upload this APK in the Sandbox? Will subsequent side-loading of debug-signed APKs work fine on the dev kit? When I'm ready to go into Production, I'll sign *that* APK for real. Will the fact that the Sandbox APK is signed different from Production (both with the same package name) be a problem?