Skip to content

Task #151273 feat: Show Notification badges on app icon#2

Open
Pratikshakhandagale wants to merge 1 commit into
appcarvers:masterfrom
Pratikshakhandagale:151273
Open

Task #151273 feat: Show Notification badges on app icon#2
Pratikshakhandagale wants to merge 1 commit into
appcarvers:masterfrom
Pratikshakhandagale:151273

Conversation

@Pratikshakhandagale
Copy link
Copy Markdown
Contributor

No description provided.

$body['aps'] = array(
'alert' => $message,
'sound' => 'default',
"badge" => $count,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will it always be +1 ? No possibility of sending multiple notifications at once ?

Copy link
Copy Markdown
Contributor Author

@Pratikshakhandagale Pratikshakhandagale Oct 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coolbung - For every new action, EasySocial call the trigger to send notification. So there is no possibility of sending multiple notifications at once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants