stripe / stripe-terminal-react-native

React Native SDK for Stripe Terminal
https://stripe.com/docs/terminal/payments/setup-integration?terminal-sdk-platform=react-native
MIT License
104 stars 50 forks source link

Android 14: "Contactless transaction failed com.stripe.core.aidlrpc.AidlRpcException: Service never connected." #676

Closed dakkor71 closed 3 months ago

dakkor71 commented 4 months ago

Describe the bug

User is not able to discover devices on Android 14

To Reproduce

call:

await discoverReaders({
        discoveryMethod: 'localMobile',
        simulated: false,
      })

Expected behavior The user should be able to discover local devices

Stripe Terminal React Native SDK version

Smartphone (please complete the following information):

nazli-stripe commented 4 months ago

hey @dakkor71 can you share your account id so we can look at logs for this? thanks

ermankos commented 4 months ago

Hi @nazli-stripe.

I received this error for one of our Android users as well. Reader id was -> b98b57ab-2589-4dd2-b0b5-64a0899322f3

nazli-stripe commented 4 months ago

@ermankos which RN SDK version are you on?