Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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

Open
#98 2 comments 0 reactions 1 assignee View on GitHub

@ryzngard is already working on this.

Since Jun 1, 2026.

Assessment

This issue has not been assessed yet.

Description

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.

Dominant language
C#
Stars
986
Forks
252
Avg merge
1h 36m
Merged PRs (30d)
2

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apple/unityplugins

All issues in apple/unityplugins

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.