Commit 24da18ae authored by Cui's avatar Cui

Merge branch 'dev' into 'master'

Badge +1

See merge request library/utils!3
parents d6224769 d5a93d82
......@@ -35,6 +35,7 @@ func AppMessageSender(am AppMessage, appKey, masterSecret string, iosProduction
androidNotification.Title = am.Title
iosNotification := push.NewIosNotification(am.Title)
iosNotification.Badge = "+1"
notification.Android = androidNotification
notification.Ios = iosNotification
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment