This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Event not fired when in background #24
Labels
Milestone
Comments
@lucadegasperi I can't seem to reproduce this problem. When I send:
The badge is correctly updated. However, I have noticed if I put quotes around the number 9 then it does not work as we are expecting a number not a string. |
I mean, are there differences between iOS7 and iOS8 way of handling notifications? because the notification pops on the device but no badge is set. |
@lucadegasperi it should work the same. My iOS 7 device is at home right now so I can't test until tomorrow. |
Thanks :) if it works i would love to see the code you used to make the test. Thanks again! |
@lucadegasperi Yeah, I was able to reproduce it. I'll be checking in a fix shortly and will get a new release out this week. |
macdonst
added a commit
that referenced
this issue
Jul 7, 2015
On iOS 7 the badge was not appearing.
This thread has been automatically locked. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I'm developing an iOS app and the notifications appear on the device regularly, problem is the application badge doesn't appear, despite it being in the notification payload. Logging in the lldb console reveals that the function never gets called when in background.
Do I need to set any flag or move the plugin outside the device ready event?
I'm running iOS 7.1 on an iPhone 4.
The text was updated successfully, but these errors were encountered: