Alexander Kravchuk
Alexander Kravchuk
## 🐛 Bug Report ### Expected behavior The project builds successfully. ### Reproduction steps 1. Clone the repo with the sample: https://github.com/akravch/ExoPlayerSample 2. Build it in Release configuration (Release is...
### Android application type Android for .NET (net6.0-android, etc.) ### Affected platform version .NET 6.0.400 ### Description The app crashes when handling a notification using `AndroidX.Work.Worker` in background. ### Steps...
### Steps to Reproduce 1. Get a static `.a` library that has an `NSString` field in code: `NSString *Foo = @"Bar";`. 2. Create an iOS binding project that binds to...