Disable localization in UILocalNotification alertBody

I am using local notifications in my chat app (using long poll). The problem is that the user receives a new chat when the app is in the background, the message affected by 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 meaning?

+3


source to share





All Articles