Quanlong
Quanlong
encounter this issue on 633.1.0, any update?
My device is iPhone 7, confirmed does not work with latest BeeTee code.
Do you need some logs, I can help provide more infos for debug.
I used the example code snippet in README, ``` class Demo: BeeTeeDelegate { let beeTee = BeeTee() init() { beeTee.delegate = self beeTee.enableBluetooth() beeTee.startScanForDevices() } func receivedBeeTeeNotification(notification: BeeTeeNotification) { switch...
The latest code does not work on iOS 10.1.1
With the code snippet in README, `beeTee.enableBluetooth()` fails to lighten the bluetooth logo in **Control Center**. But while I toggle the bluetooth manually, I can get the notification like `PowerChanged`...
The reasons are - Current SampleApp does not support iPhone 6/6+. It displayed ugly on those newer devices. - **CardIO** has `CreditCardInfo.cardImage` support, and I cannot preview this feature when...
Any update on a new release? Thx
It's better if we make fewer changes on Trax protocol and user side APIs to enable shared memory. To support shared memory internally, as you suggest, we can let Trax...