GamiCent make your iOS application easy integrating with GameCenter.
-
Initilization
let gamiCent = GemiCent.sharedInstance { (isAuthentified) -> Void in if isAuthentified { /* Success! */ } else { /* Failed. */ /* No internet connection? not authentified? */ } } /* Set delegate */ GemiCent.delegate = self