Select the emulator that corresponds to the system or device you want to emulate. There are emulators available for various platforms, including gaming consoles, mobile devices, and more.
array=( # list the packages you want to download; for example: com.clover.appupdater-1147.apk com.clover.engine-2023.apk com.clover.crypt-2023.apk # etc. ) for i in {0..[arrayLength]} do echo "Downloading ${array[i]} ..." wget https://filessandbox.dev.clover.com/v2/apk/${array[i]} adb install ${array[i]} done
fyi I actually tried this and the SDK would not give me legitimate tokens, so it might not work for you @yarrumretep
What tokens or functionality are you having trouble with? I’ve been able to successfully generate API tokens with the SDK and use the different connectors on an emulator.
What is the specific behavior you're coming across? If you aren’t getting legitimate tokens, are you getting tokens that don’t work, is something returning null, or is something crashing your app and leaving a stack trace?
4 People are following this question.