I think the best way and may be only way is using the URL schemes with [[UIApplication sharedApplication] openURL:...]. But I can't find URL scheme for game center..
You can launch the Game Center app by using the gamecenter:
URL scheme:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"gamecenter:"]];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With