reader-sdk-android-quickstart icon indicating copy to clipboard operation
reader-sdk-android-quickstart copied to clipboard

Reader SDK Quick Start Sample Android App

Results 12 reader-sdk-android-quickstart issues
Sort by recently updated
recently updated
newest added

With target SDK 34 app crashes with following error ``` E/AndroidRuntime(10400): java.lang.RuntimeException: Unable to resume activity {com.example.example/com.squareup.ui.main.ApiMainActivity}: java.lang.SecurityException: com.example.example: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver...

New version of reader SDK (1.7.5) conflicts with zendesk SDK in the permission section. ``` Manifest merger failed : Attribute uses-permission#android.permission.READ_EXTERNAL_STORAGE@maxSdkVersion value=(31) from [com.squareup.sdk.reader:reader-sdk-665373fc:1.7.5] AndroidManifest.xml:67:9-35 is also present at [com.zendesk.belvedere2:belvedere:3.0.5]...

Stripe Terminal SDK 2.22.0 is using version 4.7.2 of Wire while Square Reader SDK 1.7.4 is using 4.4.0. Here is the response from Stripe team. https://github.com/stripe/stripe-terminal-android/issues/351#issuecomment-1633307125

I am getting this error, I have no issues with my network: `Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'. ` This is a more detailed error:...

Happy new year! We are keep getting randomly an exception from square reader version `readerSdkVersion = "1.5.6"` on **ELO Android 10** ``` Fatal Exception: java.lang.RuntimeException: Unable to start receiver com.squareup.queue.QueueService$BootReceiver:...

**Steps**: - build example app - authorize SDK - open Reader settings screen **Expected behavior** Connect button present **Current behavior** Connect button is missing Android: 13 Device: Pixel 4 simulator,...

We got "Duplicate class com.squareup.Pan found in modules jetified-card-42.jar (com.squareup.android:card:42) and jetified-reader-sdk-internals-1.5.1.jar (com.squareup.sdk.reader:reader-sdk-internals:1.5.1)" error when building our project which support Square in-app purchase and reader SDK. We can get through...

We are using Square ReaderSDK library for implementing communication of Reader with our Point of Sale Android application. We set these two fields for the building of the app to...

I am using square library 1.4.4 targeting android 30 and this is a new crash, previously square payments worked. When I try to take a payment I get the following...