You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending a localization key with localization arguments from APNS the localized arguments fail to display in the notification. This is due to the localizable strings file using %s instead %@ for formatting.
If I open up the Project in Xcode, and replace the format tokens with %@, build and run, everything works fine. Is there a known work around for this?
Unfortunately, putting the correct token in the JSON files would cause issues in Android one everything builds.
The text was updated successfully, but these errors were encountered:
When sending a localization key with localization arguments from APNS the localized arguments fail to display in the notification. This is due to the localizable strings file using %s instead %@ for formatting.
If I open up the Project in Xcode, and replace the format tokens with %@, build and run, everything works fine. Is there a known work around for this?
Unfortunately, putting the correct token in the JSON files would cause issues in Android one everything builds.
The text was updated successfully, but these errors were encountered: