0

My app has four tabs, each of which may "receive" a push notification. Right now I show a badge for he app at large. But when a notification comes, I would like to increment the badge of the appropriate tab. How might I route the push notification from urban airship to increment the badge of the appropriate tab?

Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199

1 Answers1

0

Have you checked out Urban Airship's documentation? Setting the badge number in the app: http://docs.urbanairship.com/build/push/ios_features.html#badges

Sending a push to increment the badge: http://docs.urbanairship.com/reference/api/v3/push.html#badge-values

Donato Perconti
  • 814
  • 2
  • 11
  • 28