Quantcast
Channel: Square Developer Forums - Latest topics
Viewing all articles
Browse latest Browse all 1326

Struggling to pair reader to android device

$
0
0

howdy, I’m trying to work on integrating with the mobile payments sdk on android. I’m encountering two issues when pairing though.

I’m not doing anything especially custom with it, just calling the built settingsManager from the sdk and trying to pair a square reader (model SPC1-01)

heres a look at the code, other than the logging out its pretty similar to the code in the documentation example for java

I have two android devices im testing, one is a pixel8 on the android 16 beta. on that device it just hangs on connecting to the reader and eventually times out

I have an older galaxy tablet A7 that is on android 12 and that one actually has a weirder result where it appears to connect, the reader flashes green, in the app i get a pop up to say connected successfully, but then in the list of readers it shows failed to connect. I logged out the state of the connection event to try and learn more but the error im getting is really not telling me much. Ive reset my reader device a couple times now with no change

SquareSDK: Reader Event:

  • Change Type: CHANGED_STATE
  • Reader State: FailedToConnect(reason = [DeniedReason(uxHint=NO_SUGGESTED_ACTION, localizedTitle=‘Reinstallation Required’, localizedDescription=‘Please reinstall Point of Sale.’)])
  • Reader Info:
  • Serial Number: 152LS19302602793
  • Battery Level: BatteryStatus(percent=87, isCharging=true)
  • Connection Status: FailedToConnect(reason = [DeniedReason(uxHint=NO_SUGGESTED_ACTION, localizedTitle=‘Reinstallation Required’, localizedDescription=‘Please reinstall Point of Sale.’)])

do y’all have any thoughts on what else i can try or maybe a common mistake i might have made?

9 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 1326

Trending Articles