sample-terminal-ios-app icon indicating copy to clipboard operation
sample-terminal-ios-app copied to clipboard

README should note that iPhone simulators cannot access BLE devices

Open allendav opened this issue 4 years ago • 1 comments

Optional Step 7 implies that testing with a real BBPOS Chipper 2X BT device is as simple as changing a boolean. It would probably be helpful to also note that you must also then switch to testing with a real iOS device. The simulator bundled with Xcode does not support BLE.

Screen Shot 2021-01-14 at 2 10 48 PM

allendav avatar Jan 14 '21 22:01 allendav

May also want to mention: https://github.com/stripe/example-terminal-backend/issues/30

and that they'll also need to update the baseURL in APIClient.swift to the IP of whatever their Sinatra server is running on, e.g.:

static let baseURL = URL(string: "http://10.0.0.161:4567")

allendav avatar Jan 14 '21 22:01 allendav