Closed rbakhshi closed 9 months ago
Thank you for opening this @rbakhshi. I spent some time looking through https://github.com/dotnet/maui/issues/17861 but need to investigate more today.
What specific version for .NET 8 does your sample app end up on? It looks like it should be fixed by 8.0.6.
Fix broadcast receiver register on android 14.0/34+ by @Redth in https://github.com/dotnet/maui/pull/18520
hmm... we are using net 8.0.200
with maui 8.0.3
. Thanks for the update. Will try 8.0.7 see how it goes
@tanderson-ld you are right. All good. closing this
No worries! Thank you for engaging!
Describe the bug MAUI application using .NET 8 and targeting Android Api 34 crash on intialising the LD client.
To reproduce
Expected behavior The app should run be able to fetch feature flags
What goes wrong The app crashes with following error:
Logs Stack trace available above
SDK version v5
Language version, developer tools MAUI .NET8 Android target sdk 34
OS/platform Build on Windows and run on Android
Additional context Targeting sdk version 33 is fine but there is a deadline of August 2024 before all apps need to target sdk 34