Questions tagged [square-reader]

7 questions
1
vote
1 answer

NativeScript iOS Delegate Transpilation error (Can't find variable: __metadata)

I'm attempting to implement an iOS delegate in a NativeScript plugin and am getting an error: Terminating app due to uncaught exception 'NativeScript encountered a fatal error: ReferenceError: Can't find variable: __metadata My original code is:…
1
vote
1 answer

NativeScript Passing UIViewController to native iOS method

I'm attempting to create a new plugin for Square Reader following the nativescript plugin seed (iOS instructions https://docs.connect.squareup.com/payments/readersdk/setup-ios). The last step is to pass in a UIViewController object so it can display…
0
votes
0 answers

JNI crash after Square Reader SDK update

For a long time I've been running the Square Reader SDK (1.5.5) on a device with Android 7. Then had to update the SDK to 1.7.4 and changed the device with Android 9. The following crash occurs after updating the SDK JNI DETECTED ERROR IN…
0
votes
1 answer

How to detect Square Reader Hardware is connected with iPad via Bluetooth?

I'm developing an iOS app using Square Reader SDK, how will I detect whether the Square Reader Hardware is connected with the device, so that I can show Square Reader Settings View in case of the hardware is not connected with the device.
Amit Shetye
  • 133
  • 1
  • 11
0
votes
1 answer

Create customers without creating a charge using the Square Reader SDK

I am using the Square reader SDK for react native. I've figured out how to make a charge, but what I would like to be able to do is swipe someones card and then create a customer with a stored card in square without actually creating a charge at the…
0
votes
1 answer

How can I accept credit cards with Square Reader SDK (in development) without SSN number?

Square requires authorizing the location even if you need to test credit card payments with Reader SDK. That means, I need an SSN number, but I don't have an SSN since I'm a foreigner. How can I do that?
Burak
  • 5,706
  • 20
  • 70
  • 110
-1
votes
1 answer

I need to integrate Square Reader device to my c# .Net WPF application to send Request & verify payment which is better way?

I have created a WPF application and integrate checkout-api successfully for payment via payment-url. Now I want to integrate Square Reader device so can access card payment also at same application. Please guide, suggest a proper way to integrate…
Jaimin
  • 9
  • 4