We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29366c5 commit d1f6b35Copy full SHA for d1f6b35
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 2021-03-19
6
+
7
+## Fixes
8
9
+- `GameCenter` plugin now returns correct `player_id` value for iOS versions between 13.0 and 13.5.
10
11
## 2021-02-05
12
13
## Added
godot
plugins/gamecenter/game_center.mm
@@ -348,7 +348,7 @@
348
};
349
350
pending_events.push_back(ret);
351
- }];
+ };
352
353
if (@available(iOS 13.5, *)) {
354
[player fetchItemsForIdentityVerificationSignature:verificationSignatureHandler];
0 commit comments