Giter Site home page Giter Site logo

Comments (9)

rdelrosario avatar rdelrosario commented on June 6, 2024

Did you check the FAQ section for possible causes?

https://github.com/CrossGeeks/PushNotificationPlugin/blob/master/docs/FAQ.md

from pushnotificationplugin.

fabricyo avatar fabricyo commented on June 6, 2024

Yes I did.

from pushnotificationplugin.

rdelrosario avatar rdelrosario commented on June 6, 2024

Not sure if this helps:

https://android.stackexchange.com/questions/135222/samsung-galaxy-a3-block-all-notifications-except-email-and-sms

Check if you have a blocking configuration.

from pushnotificationplugin.

fabricyo avatar fabricyo commented on June 6, 2024

No I don't have this issue.
See, if I restart my phone and don't open the app or I don't open it after some hours, it doesn't popup any notification.

from pushnotificationplugin.

rdelrosario avatar rdelrosario commented on June 6, 2024

Did you try that on a Release apk ?

from pushnotificationplugin.

fabricyo avatar fabricyo commented on June 6, 2024

Yes, with the signed and with the other.
But maybe I'm misunderstanding the FAQ, you mention about initialize in the android project, could you talk a little more?

from pushnotificationplugin.

rdelrosario avatar rdelrosario commented on June 6, 2024

Are you still having this issue?

Also how are you sending the payload?

from pushnotificationplugin.

rdelrosario avatar rdelrosario commented on June 6, 2024

Will close this issue for now if still have problems just open a new issue or reopen this one.

from pushnotificationplugin.

fabricyo avatar fabricyo commented on June 6, 2024

Hey, I'm back, sorry, this week has been quite busy for me.
Well, yes, this issue is still happening.
I'm sending my payload like this:
my void method () { var ServerApiKey = "mykey"; FCMClient client = new FCMClient(ServerApiKey); var message = new Message() { To = "/topics/android", Notification = new AndroidNotification() { Title = "Novo serviço", Body = "Abra o app para visualizar", Sound = "default" } }; var result = client.SendMessageAsync(message); }//end of my method

And I'm using FirebaseNet.Messaging.
Could you think what is causing this bug?

from pushnotificationplugin.

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.