Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 14 issue #27

Closed
hateftad opened this issue Nov 10, 2020 · 4 comments
Closed

iOS 14 issue #27

hateftad opened this issue Nov 10, 2020 · 4 comments

Comments

@hateftad
Copy link

Hi,
it doesnt seem to be working on iOS. Searching for devices returns no results

@snaeji
Copy link

snaeji commented Nov 12, 2020

You may have to add this in your Info.plist if you are having iOS14 problems.

<key>NSBonjourServices</key>
<array>
	<string>_googlecast._tcp</string>
	<string>"Receiver id"._googlecast._tcp</string>
</array>

@penniath
Copy link
Contributor

Worked for me!

Thanks @snaeji!

@vipindhangar1107
Copy link

vipindhangar1107 commented Feb 15, 2021

Worked for me also.

Thanks @snaeji

@terrabythia
Copy link
Owner

Closing this because the solution seems to be working and actually is not related to this project directly (this is just dart code, nothing to do with iOS).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants