When I'm trying to display a notification in iOS, the characters "% " get removed.
The text I am trying to display is "51% ", but all I get is "50".
Any ideas why?
I've check in the debugger and put a breakpoint where I see what my message is supposed to say before being sent as a notification and it properly says "51% ", but when it's displayed via notification, it gets chopped off.