ios-samples/GameCenterSample
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
GameCenterSample Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots Screenshots folder must be in top level of sample 2013-06-19 19:07:30 -04:00
GameCenterSample.sln Add two Game Center Sample: GameCenterSample, MTGKTapper 2013-06-18 18:09:02 -04:00
README.md #ios7 & #ios8 tags, and fix links 2019-07-22 12:02:27 -07:00

README.md

GameCenterSample

A sample demonstrating how to enable Game Center support in monotouch. It shows how to authenticate with GameKit as well as how to report score and achievement.

This sample based on Apple's Game Center example:

https://developer.apple.com/library/ios/samplecode/GKAchievements/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011367

https://developer.apple.com/library/ios/samplecode/GKLeaderboards/Introduction/Intro.html#//apple_ref/doc/uid/DTS40011368

https://developer.apple.com/library/ios/samplecode/GKAuthentication/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010933

Authors

Bo Pang