Answer by Raymond Lee · Jan 12 at 01:38 AM
dependencies { compile 'com.clover.sdk:clover-android-connector-sdk:168' }I would double check that you are trying to build a fresh checkout of the example, without any modifications.
Thanks. I ended up going the simpler route of what's inside the "private void startSecurePayment()" function using a "startActivityForResult" with an intent call with ACTION_SECURE_PAY.
As a side note, when I added the dependency you list, it caused a gradle error with mis-matched 'app' and 'test' build versions. Had to add:
configurations.all { resolutionStrategy { force 'com.android.support:support-annotations:23.0.1' } }
To make everything work.
CRYPTO FAILURE message when pointing merchant to RapidConnect on developer pay api 0 Answers
Disable Signature Verification during a payment invoked by the android sdk. 1 Answer
onPaymentProcessed is not fired when clover mini is used as pinpad to accept payments. 1 Answer