ios - To increase application badge number on receiving push notification using pushwoosh -
i using pushwoosh portal send push notification , want increase application badge number on receiving push notification. , using following method of pushwoosh sdk send badge number server.
- (void) pw_setapplicationiconbadgenumber:(nsinteger) badgenumber but on pushwoosh portal , there 1 option set badge number. if assign integer value badge number shows on app icon on receiving push notification , if not assign value removes badge app icon.
question: problem roll of badge value sent code pushwoosh server? when , value used?
as understand, send incremental badge values instead of integer values. in pushwoosh should add "+" before value of badge number. instance if send notifications through api, should add "ios_badges":"+1" json request.
Comments
Post a Comment