Skip to content

Error in execute android 8.1 #343

@enieber

Description

@enieber

Your Environment

  • Plugin version: 0.5.0.alpha.50
  • Platform: Android
  • OS version: Android 8.1
  • Device: Emulador and Real Device
  • React Native version: 0.55.4

Context

I work in one the application that uses this lib, but the when is used in android >= 8.1 the error #194 occurs, I try to use the last version but no has success. I have success when I change the parameter config.startForeground.

Expected Behavior

Run without error

Actual Behavior

Run with error

Possible Fix

change this row:

config.startForeground = true;

to:

config.startForeground = false;

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleauto labeled abandoned issues after a period of inactivity

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions