in-app-payments-android-quickstart icon indicating copy to clipboard operation
in-app-payments-android-quickstart copied to clipboard

In-App Payments Quick Start Sample Android App

Results 9 in-app-payments-android-quickstart issues
Sort by recently updated
recently updated
newest added

Getting "Duplicate class com.squareup.Pan found in modules jetified-card-42 (com.squareup.android:card:42) and jetified-reader-sdk-internals-1.5.1 (com.squareup.sdk.reader:reader-sdk-internals:1.5.1)" when using both in app payment and reader sdk in same project. **def inAppPaymentsSdkVersion = '1.5.2' implementation "com.squareup.sdk.in-app-payments:card-entry:$inAppPaymentsSdkVersion"...

Hello, onActivityResult method is deprecated in the latest android version. So I can't be able to access the back result from the CardEntry activity in the on-activity result. Please update...

PaymentData not resolved. Please provide solution to the issue GooglePayChargeClient (class) >> `GooglePay.requestGooglePayNonce(PaymentData);` dependency def inAppPaymentsSdkVersion = '1.5.8' implementation "com.squareup.sdk.in-app-payments:card-entry:$inAppPaymentsSdkVersion" implementation "com.squareup.sdk.in-app-payments:google-pay:$inAppPaymentsSdkVersion"

Hey there, When attempting to implement the In-App Payments SDK into my Android application, I cannot resolve the CardEntry class. I have tried to import it but it's not importable....

Hello, I have faced an issue for implement card entry activity. As of now, Android has deprecated the onActivityResult override. new API code. So how we can handle the card...

I've updated library from 1.1.0 to 1.5.0 and receiving the error: ``` java.lang.NoSuchMethodError: No direct method (Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;I)V in class Lkotlin/jvm/internal/MutablePropertyReference1Impl; or its super classes (declaration of 'kotlin.jvm.internal.MutablePropertyReference1Impl' appears in /data/app/~~JCfdwcc6t5S0rBZFRM9kwg==/com.greencopper.markfest-NAGFsM4K__HtZuJTbPMc_A==/base.apk!classes4.dex)...

public static final String GOOGLE_PAY_MERCHANT_ID = "REPLACE_ME";

Card Activity is not opening. Below is the crash logs. 2020-12-29 22:42:11.023 12203-12203/com.links.fitness E/AndroidRuntime: FATAL EXCEPTION: main Process: com.links.fitness, PID: 12203 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.links.fitness/sqip.internal.CardEntryActivity}: java.lang.IllegalArgumentException: Cannot serialize...

I've tried making a retrofit call to an API endpoint, but it's returning a ```400 error```, however my curl request is working perfectly fine. I can't seem to spot the...