question

jon avatar image
jon asked Jacob Abrams answered

Devkit testing process with sandbox account

I am searching for the App testing procedures utilizing the Devkit mini and the Sandbox account. I have followed the information at https://docs.clover.com/build/android... to set up the environment.

My questions concern the next steps. Does the app APK need to be approved and published in order to be download on to the Devkit Mini for testing? What about subsequent versions?

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jacob Abrams avatar image
Jacob Abrams answered

Once you have your devkit device through SetupWizard and the Launcher screen is showing you should ADB access just like on a typical android device with developer settings ADB enabled. For more information see http://developer.android.com/tools/he... and http://developer.android.com/training.... You can use a USB cable connected to your computer to install your APK with adb install -r xyz.apk, you don't need to publish the APK at this point since you are just testing it locally. It should show up in Launcher and you can test it, debug it and see adb logcat logs.

When your app development is complete and you are ready to launch it to the production store for all merchants to get you follow these steps: https://docs.clover.com/launch/ which involve approving and publishing the APK in the Clover App market.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community