Post

Replies

Boosts

Views

Activity

Reply to Game Kit exception when trying to fetch leaderboards
I had the same issue. It was fixed by adding perserve markup to our root link.xml   <assembly fullname="Apple.Core" ignoreIfMissing="1" preserve="all"/>
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to GameKit bug: Default constructor not found for type Apple.Core.Runtime.NSMutableArrayString
i think this can be fixed by adding perserve markup to your project main link.xml   <assembly fullname="Apple.Core" ignoreIfMissing="1" preserve="all"/>
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Regarding Gamekit samples in apple/unityplugins
You may be able to fix this by adding this markup to the projects main link.xml file   <assembly fullname="Apple.Core" ignoreIfMissing="1" preserve="all"/>
Topic: Graphics & Games SubTopic: GameKit Tags:
Replies
Boosts
Views
Activity
Aug ’22