mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #353] [MERGED] Game Center parity: challenges, activities, groups, matchmaking #466
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#466
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/353
Author: @rudrankriyam
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @rudrankriyam
Base:
main← Head:feat/game-center-parity📝 Commits (4)
e18cd32Add Game Center challenges, activities, groups, and matchmaking support.b2d8eecFix group-based challenge/activity creation.cbd0f88Add v2 Game Center achievements and leaderboards.4044d1aConsolidate Game Center v2 client/types.📊 Changes
35 files changed (+15341 additions, -33 deletions)
View changed files
📝
internal/asc/client_game_center.go(+210 -0)➕
internal/asc/client_game_center_activities.go(+684 -0)➕
internal/asc/client_game_center_activities_test.go(+826 -0)➕
internal/asc/client_game_center_challenges.go(+590 -0)➕
internal/asc/client_game_center_challenges_test.go(+732 -0)➕
internal/asc/client_game_center_groups.go(+209 -0)➕
internal/asc/client_game_center_groups_test.go(+287 -0)➕
internal/asc/client_game_center_matchmaking.go(+729 -0)➕
internal/asc/client_game_center_matchmaking_test.go(+763 -0)📝
internal/asc/client_helpers.go(+8 -0)📝
internal/asc/client_http_gamecenter_test.go(+268 -0)📝
internal/asc/client_pagination.go(+50 -0)📝
internal/asc/client_types.go(+18 -0)📝
internal/asc/game_center.go(+16 -0)📝
internal/asc/game_center_achievements.go(+18 -0)➕
internal/asc/game_center_activities.go(+421 -0)➕
internal/asc/game_center_challenges.go(+396 -0)➕
internal/asc/game_center_groups.go(+96 -0)📝
internal/asc/game_center_leaderboards.go(+18 -0)➕
internal/asc/game_center_matchmaking.go(+554 -0)...and 15 more files
📄 Description
Summary
Test plan
go test ./internal/asc -run GameCentergo test ./internal/cli/cmdtest -run GameCenter🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.