robreuss / VirtualGameController

Software-based game controllers for iOS, tvOS, OS X and watchOS in Swift 4.2.
MIT License
462 stars 44 forks source link

Bluetooth Fallback #21

Closed pietrodegrazia closed 5 years ago

pietrodegrazia commented 8 years ago

We are testing the sample projects with an Apple TV and an iPhone 6. Everything works fine when both Wifi and Bluetooth are on, but once I turn off Wifi the devices no longer see each other. After reading the documentation I thought it should be possible, am I wrong? Thanks

pietrodegrazia commented 8 years ago

The sample project was using the wrong startAs method, I have changed it to use the right one( with peer to peer) but the problem still remains.

robreuss commented 8 years ago

Could you test it while running the Central on an iOS device with WiFi disabled? This may be related to the inability to disable WiFi on the Apple TV, but not sure - haven't tried it in a while.

robreuss commented 8 years ago

I'll test this myself today as well.