Skip to content
/ GamiCent Public

GamiCent make your iOS application easy integrating with GameCenter.

License

Notifications You must be signed in to change notification settings

Echx/GamiCent

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages