exquirentibus veritatem
exquirentibus veritatem
This breaks my production IOS .NET 8 app so .. Please .. do fix this!!!
Sadly it's apparently Not fixed yet as there are multiple failed checks for [#20100](https://github.com/dotnet/maui/pull/20100)? Hopefully as a regression this will get some attention as when the data is .. invisible...
I am also getting the App hanging for at least 2000 ms. issue with .NET8 Maui on IOS. My AppDelegate.cs in Maui is very different than the one you link...
> > how exactly do I modify that to incorporate the properties for increasing the hang timeout or disabling it into the AppDelegate.cs? > > [@exquirentibus](https://github.com/exquirentibus) that's the same way...
> > Then are you saying there is code I can add to the [logic to initialise/configure Sentry](https://github.com/getsentry/sentry-dotnet/blob/a8583e136802d9d664fe22ae6674719287bd82d2/samples/Sentry.Samples.Maui/MauiProgram.cs#L10-L25)? I still am unclear on how to add that within MauiProgram.cs? At...
> The `AppHangTimeoutInterval` property only exists for iOS, so your code can only refer to this when targeting iOS. .NET creates a couple of compiler directives that you can use...
> options.Native.AppHangTimeoutInterval = TimeSpan.FromMilliseconds(4000); Ahhhh! Thank you so much!! Problem solved!! I'd noticed an options.Android and looked for options.IOS. I just didn't associate Native with IOS?
100% reproducible crash for me when running app on Windows. I tried installing the latest WinRT.Runtime as: NuGet\Install-Package Microsoft.Windows.CsWinRT -Version 2.1.1 but that just caused it to crash a bit...
Thanks for pointing me in the right direction! This enabled me to keep using the Release version of Shiny Push on IOS!! ``` _OverrideFirebaseStripBitcodeFromFrameworksOnMac _OverrideFirebaseStripBitcodeFromFrameworksOnWindows ```
> > Deploy to my iPhone in Release. Run it. The app crashes. No events are reported. > > If I deploy a Release version, it runs as expected. >...