#jessa
1 messages · Page 1 of 1 (latest)
Hi there you can visit the Terminal iOS SDK page to learn about the requirement https://github.com/stripe/stripe-terminal-ios
The Stripe Terminal iOS SDK is compatible with apps supporting iOS 10 and above.
@low orchid thanks, but I'm not referring to the iOS SDK, we're using the javascript sdk. I'm just wondering if there's anything about the local networking functionality that's required, which wouldn't work with an older iPad.
It's more about the browser compatibility. If you look at https://stripe.com/docs/js/appendix/supported_browsers We support Safari on desktop and iOS (last 3 major versions), so I'm not sure if an old iPad can still be supported if it can't run a recent version of Safari.
Ok, our app isn't in a browser, it's using the javascript API in a cordova app, but it's similar to safari. It's an iOS WebView, which is listed here.
This link you shared is for Stripe.js, do the same requirements apply to the Terminal js sdk?
i.e.:
https://js.stripe.com/terminal/v1/
Yes the same requirements apply to the Terminal JS SDK.
Thanks. and there's nothing about the networking hardware in an older iPad which would prevent it from communicating with the reader, even if the javascript ran fine?
Are you using a smart reader or bluetooth reader?
we are using the bbpos wisepos e
OK, so it's a smart reader.
I don't think there's any specific hardware requirement that prevent an old iPad from communicating a smart reader, but you really need to test it out.
If there's a problem communciating with Stripe readers. you can also go with server-side driven integration (https://stripe.com/docs/terminal/payments/setup-integration?terminal-sdk-platform=server-driven) so that your POS application (I assume it's the app that runs in iPad) doesn't need to communicate with Stripe directly.
Yeah, we do have a lot of trouble with the local networks, and i'd like to do the server driven integration at some point, but we don't have the resources to do it now.
I don't have a 1st gen ipad to test with, we just have a customer who cannot connect to his card reader, and i noticed he is using a 1st gen ipad, so i was wondering if that might be the issue.
Do you think if I email stripe support, they would be able to test with a 1st gen ipad?
You can try but I don't know whether the stripe support has a 1st gen ipad.
Ok, I will try. Generally it would be good if you guys had definite answers on the hardware requirements, maybe they do