I'm using local notifications in my chat app (using Long polling). The problem is when the user receives a new chat while the app is in the background, the message affected to UILocalNotification alertBody is replaced with the localized string of that message.
How do I tell the UILocalNotification to use the actual message and not its localized value?
Asked
Active
Viewed 47 times
4
Zakaria
- 980
- 2
- 12
- 27
-
[This](http://stackoverflow.com/questions/33120935/uilocalnotification-nslocalizedstring-uses-language-of-device) might be answer for you.. – iphonic Mar 30 '17 at 18:02