Hello!
Problem class NotificationServices:
https://docs.unity3d.com/ScriptReference/iOS.NotificationServices.html
The problem is as follows:
1) Unable clear badge in iOS 10.
2) Unable clear text notifications in iOS 10.
Static function "ClearLocalNotifications" is NOT working!
This terrible code (bad decisions) does not help to clear badge in iOS 10, but in iOS < 10 is working..
NotificationServices in iOS! Works very bad! Clear badge and text
Problem class NotificationServices:
https://docs.unity3d.com/ScriptReference/iOS.NotificationServices.html
The problem is as follows:
1) Unable clear badge in iOS 10.
2) Unable clear text notifications in iOS 10.
Static function "ClearLocalNotifications" is NOT working!
This terrible code (bad decisions) does not help to clear badge in iOS 10, but in iOS < 10 is working..
Code (CSharp):