I tried incorporating the In App Billing code from Poynt’s Sample on GitHub:
Everything compiles, but when I call checkSubscriptionStatus, I get the error:
java.lang.SecurityException: Binder invocation to an incorrect interface
The offending call is mBillingService.getSubscriptions.
I’ve tried updating to the libraries in the sample’s build.gradle dependencies, but Android Studio can’t resolve ‘co.poynt.android.sdk:poynt-sdk:development-SNAPSHOT@aar’.
Is there an update I’m missing or something?
Thanks,
Carl