Echx / GamiCent

GamiCent make your iOS application easy integrating with GameCenter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GamiCent

GamiCent make your iOS application easy integrating with GameCenter.

  1. Initilization

     let gamiCent = GemiCent.sharedInstance {
         (isAuthentified) -> Void in
    
         if isAuthentified {
             /* Success! */
    
         } else {
             /* Failed. */
             /* No internet connection? not authentified? */
         }
     }
     /* Set delegate */
     GemiCent.delegate = self
    

About

GamiCent make your iOS application easy integrating with GameCenter.

License:MIT License


Languages

Language:Swift 100.0%