yagiz/Bagel

Bagel stopped working on iOS15

markuswinkler opened this issue · 4 comments

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>

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

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

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

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?