flutter_app_badger icon indicating copy to clipboard operation
flutter_app_badger copied to clipboard

Badger doesnt work on ios17+

Open totzk9 opened this issue 1 year ago • 2 comments

It works on ios 16.x versions but doesn't work on the latest ios17

totzk9 avatar Oct 10 '23 00:10 totzk9

@g123k applicationIconBadgeNumber is deprecated https://developer.apple.com/documentation/uikit/uiapplication/1622918-applicationiconbadgenumber, please use setBadgeCount(_:withCompletionHandler:)

totzk9 avatar Oct 16 '23 07:10 totzk9

fixed in #87 PR.

g-30 avatar Nov 15 '23 17:11 g-30