GithubHelp home page GithubHelp logo

Comments (2)

Dev-hwang avatar Dev-hwang commented on July 1, 2024

When clicking on a notification triggered by onGeofenceStatusChanged, I get following error:

android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{845dc41 u0 com.example.xxx/com.pravera.geofence_service.foreground_service.ForegroundSer
vice}

I implemented the plugin according to your guide and also changed the AndroidManifest.xml.
The notification is accomplished with the flutter_local_notifications package, but the error seems to be within this package.

The above problem is expected to be one of the two below.

  1. After Oreo (SDK 26), When calling Context.startForegroundService(), it must be connected to the notification with startForeground() of the Service instance within 5 seconds, but if the connection is delayed

  2. When stopService() is called before switching to the foreground state (before the foreground variable of the running Service instance becomes true) and restarts with Context.startForegroundService()

Problem 2 has been fixed. Could you please update the plugin to check it out?

from geofence_service.

kamami avatar kamami commented on July 1, 2024

Thank you for your blazing support!
I tested it for some minutes and it seems to work so far.
I will test it more this afternoon!

from geofence_service.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.