godotengine / godot-ios-plugins

MIT License
126 stars 48 forks source link

Add achievement rarity to GameCenter plugin #55

Open ddossot opened 8 months ago

ddossot commented 8 months ago

Objective

Support the rarityPercent property that was added to GKAchievementDescription in iOS 17.0.

Doc: https://developer.apple.com/documentation/gamekit/gkachievementdescription/4273663-raritypercent

Changes

Testing

Tested with Godot 3.5.0 and iOS 17, fetching achievements that have and do not have rarities.

ddossot commented 7 months ago

@Calinou Any interest in taking this one in?

Calinou commented 7 months ago

This looks good to me, but CI is failing.

ddossot commented 1 month ago

@Calinou @bruvzg Anything else preventing this PR to be merged?