Coder Social home page Coder Social logo

Comments (7)

Agasper avatar Agasper commented on July 18, 2024

Please provide logs from ADB

from unity-android-notifications.

enriqif avatar enriqif commented on July 18, 2024

I wonder the same thing.. that feature it is configured?

from unity-android-notifications.

dilnuryuldashev avatar dilnuryuldashev commented on July 18, 2024

When I restart my phone, no scheduled notifications are received. I do not know how to resolve that issue as well. Help me, please.

from unity-android-notifications.

Handongji avatar Handongji commented on July 18, 2024

Hello, the same issue,notification works only if app is open or minimized, i can't receive notifications when my app closed. how can i solve it?

from unity-android-notifications.

Ravenh0lm avatar Ravenh0lm commented on July 18, 2024

Hi. Same. Notification works only when app is opened or minimized

from unity-android-notifications.

slaczky avatar slaczky commented on July 18, 2024

I had the same problem. Solved it by modifying LocalNotification.cs line 28 from: SendNotification(id, (int)delay.TotalSeconds, title, message, Color.white);
to: SendNotification(id, (int)delay.Seconds, title, message, Color.white);

Maybe this solution will work for others too.
My app is designed to show two notifications 24 hours later, after app's first running. It works perfectly!

from unity-android-notifications.

FarshidABZ avatar FarshidABZ commented on July 18, 2024

It doesn't work cause of android 6.0+ battery management, you have to give auto-start permission to your application(game). in my device (asus zenfone 2) I have to set permission in Setting > Battery Management > Autostart Manager. I can't handle this issue with RECEIVE_BOOT_COMPLETED permission in the application.
Hae anybody better idea to handle this?

from unity-android-notifications.

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.