Bagel icon indicating copy to clipboard operation
Bagel copied to clipboard

Bagel stopped working on iOS15

Open markuswinkler opened this issue 2 years ago • 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>

markuswinkler avatar Apr 16 '22 21:04 markuswinkler

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

rajeshplangrid avatar May 17 '22 11:05 rajeshplangrid

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

adamdahan avatar Dec 30 '22 17:12 adamdahan

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

adamdahan avatar Dec 30 '22 17:12 adamdahan

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?

splashdbg avatar Jan 09 '23 12:01 splashdbg