Contents

isReplayable

A Boolean value that states whether the player can earn the achievement multiple times.

Declaration

var isReplayable: Bool { get }

Discussion

If the value of this property is false, players can earn the achievement only once. After the player earns the achievement, Game Center ignores any further progress you report for it. If the value of this property is true, the player earns the achievement each time you report it.

See Also

Reading and Writing Achievement Properties