thomasgalliker / CameraScanner.Maui

Camera preview and barcode scanner for .NET MAUI apps
MIT License
19 stars 3 forks source link

[Bug] NoSuchMethodException: App crash when creating instance of LifecycleCameraController in production app #27

Closed thomasgalliker closed 6 days ago

thomasgalliker commented 1 week ago

Description

Sentry reports app crashes for some Android devices when the app is built in release mode and published to Google Play.

Steps to Reproduce

  1. Install nuget in production app.
  2. Publish app via Google Play Console.
  3. Download app and start cameraview.

Expected Behavior

Actual Behavior

Basic Information

thomasgalliker commented 6 days ago

Preserve attributes didn't help.

thomasgalliker commented 6 days ago

Proguard configuration solved the problem.