iOS SDK Migration Guide
iOS specific migration guide for the May 2025 GYP migration.
Overview
Migration Guide
public func getGamesMatchup(matchupId: String) async throws -> LegacyMatchuppublic func getRecreationalGamesMatchup(matchupId: String) async throws -> LucraMatchupLucraMatchup {
id: String
updatedAt: Date
createdAt: Date
creatorId: String
creator: LucraUser
participantGroups: [LucraMatchupGroup]
winningGroup: LucraMatchupGroup?
tournamentDetails: TournamentsMatchup?
isPublic: Bool
status: MatchupStatus
subtype: MatchupSubtype
type: MatchupType
recreationGameExtension: LucraMatchupRecreationalGameExtension?
}Creating a Matchup
Accepting a Matchup
Cancelling a Matchup
Last updated