hi,
for me badge number is incremented.
for reseting the Badge valyu i tried both function
1) pushNotificationService.UpdatePushBadgeforDevice(userName, deviceToken, badges, new UnityCallBack());
2) pushNotificationService.UpdatePushBadgeforUser(userName, badges, new UnityCallBack());
but in this both function i am getting
"httpErrorCode":"401", "appErrorCode":"1401", "message":"UnAuthorized Access", "details":"Client is not authorized"
plz help me i am doing any wrong.
thax
Vijay