Hennie Brink

Results 17 issues of Hennie Brink

Hi, When trying to run my app on iOS 12 it crashes with the following message: dyld: Library not loaded: /System/Library/Frameworks/AVFAudio.framework/AVFAudio Referenced from: /Users/hennie/Library/Developer/CoreSimulator/Devices/E29CF1A8-DF5D-4202-8758-649CEB6077CB/data/Containers/Bundle/Application/BA9BDD13-3C82-4C97-BF4A-E9A4AD758415/Runner.app/Frameworks/audio_session.framework/audio_session Reason: image not found

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Feature ### :arrow_heading_down: What is the current behaviour? Currently android reports location altitude as the...

## 🐛 Bug Report I have a user whose app randomly crashes when location sharing is enabled, but when location is denied the application starts up fine. ### Expected behavior...

**Describe the bug** Currently the library forces the users to enable "always" location permissions in order to enable the background location mode. **Expected behavior** Android does allow an application that...

Hi, I've been getting some crash reports lately that looks like it's related to sensors plus. It seems like this happens when the app has been running in the background...

bug
sensors_plus
ios
missing info

## System info Platform the Issue occurs on: Android Plugin name: sensors_plus Plugin version: 1.3.1 ## Steps to Reproduce 1. Not sure, only seeing the logs in Crashlytics ``` Caused...

bug
sensors_plus
android

Since upgrading from 3.0.1 I've been getting a steady stream of ANR crash reports on Crashlytics for Android. The ANR reports seem to happen at random with many different places...

Hi, Would it be possible to only receive watchdog events when the background service is registered and started up? It looks like the watchdog receiver triggers even if we don't...

Hi, My app occasionally crashes on iOS and I am not entirely sure how to go about resolving it. I've narrowed it down to this library causing the crash but...