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

Bagel stopped working on iOS15 #88

Open
markuswinkler opened this issue Apr 16, 2022 · 4 comments
Open

Bagel stopped working on iOS15 #88

markuswinkler opened this issue Apr 16, 2022 · 4 comments

Comments

@markuswinkler
Copy link

There seems to be an issue with iOS 15.
Everything works fine on an iOS14 device, but on an iOS15 device the macOS desktop app never receives any events.

All the required keys are added to info.plist:

<key>NSBonjourServices</key>
<array>
	<string>_Bagel._tcp</string>
</array>
<key>NSLocalNetworkUsageDescription</key>
<string>Network access required</string>
@rajeshplangrid
Copy link

Any idea of a workaround for ios 15? for me bagel framework gives a crash on ios 15.4.1.

@adamdahan
Copy link

adamdahan commented Dec 30, 2022

Bagel works if you fork code and fix it up yourself. I am running bagel on iOS 16 right now.

@adamdahan
Copy link

The objective C code is especially buggy and doesn't work well with Swift's optionality.

@splashdbg
Copy link

Bagel works if you fork code and fix it up yourself. I am running bagel on iOS 16 right now.

Could you pls help with what exactly should be fixed?

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

4 participants