loadAchievementDescriptions(completionHandler:)

Loads all associated achievements that have defined deep links to this game activity definition.

Declaration

func loadAchievementDescriptions(completionHandler: @escaping  @Sendable ([GKAchievementDescription]?, (any Error)?) -> Void)
var achievementDescriptions: [GKAchievementDescription] { get async throws }