stripe / stripe-terminal-android

Stripe Terminal Android SDK
https://stripe.dev/stripe-terminal-android/
Other
93 stars 45 forks source link

Stripe Contactless Activity doesn't showing the tap to pay spot and amount while using latest sdk version 3.4.0 #448

Closed aadii2610 closed 6 months ago

aadii2610 commented 6 months ago

Summary

The issue i am getting while i reached on the payment screen.The amount is not displaying and neither is the tap to pay animation which indicates the spot behind the device.

Note:I am using the same demo code provided by the stripe by just changing the version of localmobile to latest one

Code to reproduce

Android version

I am using android 14 but my targetsdk is 33

Impacted devices (Android devices or readers)

Testing it on Samsung A14

SDK version

compileOptions { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 } kotlinOptions { jvmTarget = '17' }

stripe issue implementation "com.stripe:stripeterminal-localmobile:3.4.0" implementation "com.stripe:stripeterminal-core:3.4.0"

Other information

mindy-stripe commented 6 months ago

Hi @aadii2610, thanks for the report. This screen is the simulated local mobile reader screen, so it does not show the purple tap circle, and you instead must tap the "TAP TO SIMULATE PAYMENT" button instead.

If you wish to use your phone's tap to pay screen, please ensure you have disabled the "simulated" toggle when discovering for readers.

mindy-stripe commented 6 months ago

There does seem to be a bug with the simulated reader UI where the total amount is missing, and we will look to fix that in a future SDK release. Thanks!