First cut of a Friend device simulator on macOS#225
First cut of a Friend device simulator on macOS#225josancamon19 merged 1 commit intoBasedHardware:mainfrom
Conversation
|
I was able to build and run the simulator on Mac and connected successfully to the iOS app but no transcripts came through |
|
You need to press record on the simulator for sound to be sent over BLE. |
|
Gotcha transcripts coming through. LGTM. Separate device is less messy than incorporating this as a mock class inside Flutter app, I think your approach makes more sense than e.g. building a mock subclass and maintaining it |
|
It would be great to write something about this in the README slash dev guide since I see it will be high usage? |
|
Great, glad it worked. |
|
lgtm :) |
|
While this initially worked for me, after re-installing the app the BLE scan service can't find the simulator. Why? Can you reproduce @ebariaux ? |
|
Not sure which version of the app you're using. So one quick check you can do is renamed your Mac to "Friend" and see if that works. |
|
Latest from App Store (1.0.6) |
|
Can you try on your end reinstalling the app and scanning the mock device? |
|
Not working for me either, because somebody changed the connection logic, see ebariaux@ac95b8a What's the reason of the above commit ? Is that fixing something ? |
|
why is it filtering again by name when UUID filtering was implemented? @josancamon19 do you know? |
No description provided.