Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

App name is not shown in Android notification panel if title is empty #1282

Closed
malwatte opened this issue Oct 12, 2016 · 1 comment
Closed

Comments

@malwatte
Copy link
Contributor

malwatte commented Oct 12, 2016

Hi,
In iOS if we did not send anything for title OS shows the app name for title by default.

{ "data": {
      .....
        },
     "notification" : {
          "body" : "Body"
        },
.....
    }

This is the default behaviour in Android as well.

But in Android when we send body and title in data payload, plugin handles the incoming push. But the problem is if title is empty it does not show app name by default.
Can we show app name if title is empty by default?
Thank you.

@lock
Copy link

lock bot commented Jun 4, 2018

This thread has been automatically locked.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants