Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

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

Abierto
#98 2 comentarios 0 reacciones 1 asignado Ver en GitHub

@ryzngard ya está trabajando en esto.

Desde el 1/6/2026.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

bug Plug-in - GameKit

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.

Lenguaje dominante
C#
Estrellas
986
Forks
252
Merge medio
1 h 36 min
PR fusionados (30 d)
2

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de apple/unityplugins

Todos los issues de apple/unityplugins

Issues similares

Más issues de C#

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.