How to clear push notification badge count in iOS?

前端 未结 5 2338
挽巷
挽巷 2020-12-14 00:09

I want to clear the push notification badge count once app is launched.Im not clear where to set the below code.Please give brief description about clearing the badge count.

5条回答
  •  萌比男神i
    2020-12-14 00:24

    You can set that code anywhere in code.. Does not matter. But generally, is kept in UIApplicationDidFinishLaunching..

提交回复
热议问题