apple / apple/unityplugins

Arguments for Push Message localisation in SendExchange do not seem to work

Aperta
#98 2 commenti 0 reazioni 1 assegnatario Rivendicata da @ryzngard Vedi su GitHub
bug Plug-in - GameKit
Lingua principale
C#
Stelle
982
Fork
248
Merge medio
6g 12h
PR unite (30g)
2

Descrizione

Sending an Exchange with the `GKTurnBasedMatch.SendExchange` method with a localisation key that is set in the Localizable.strings and one or more arguments leads to a push message that only displays the localisation key (in my example LC_PushMsg_MatchEnded). If the message does not contain arguments the push message is correctly localized and displayed.

Example of localizable.strings entry with one argument to be replaced:

`"LC_PushMsg_MatchEnded" = "The match has ended. The winner is %@";`

I also tried

`"LC_PushMsg_MatchEnded" = "The match has ended. The winner is %1$@";`

I even added a log to the swift file to make sure that exactly one argument is passed to the native SendExchange method (for this example) and the call seems to have the right argument.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.