Matvei
❔ EventSource/EventListener not finding each other on iOS?
Solved my own problem. Turns out I need to include
<EventSourceSupport>true</EventSourceSupport>
in my csproj. Source: https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/trimming-options?pivots=dotnet-7-0#trimming-framework-library-features3 replies