Rados
Rados

Reputation: 510

Google Cast iOS SDK 4.4.4 - no device discovery

After updating to cast sdk 4.4.4, the device discovery stopped working on iOS simulator. I dont have a physical device to check if it works there. Tested on simulators, running iOS 12.2 and 10.3.1

The Logger shows this message: Invalid BBSID with WiFi network for MDNS scanner

If I downgrade the sdk to 3.4.0 - no such problem is present. Is it a bug or casting is now not supported through the simulator?

Edit: I tried it on a real device and there are no problems with the discovery there. The problem remains on simulators only.

Upvotes: 1

Views: 361

Answers (1)

Anjaneesh Rayapati
Anjaneesh Rayapati

Reputation: 581

The error indicates that the scanner doesn’t get network ID. On 4.4.4, it shouldn’t be bssid though — we’ll fix it. As for simulator, it should work, just tried with xcode 10 though.. but from the logic, it shouldn't make a difference between xcode 10 and 11.

Upvotes: 1

Related Questions