rawon / ggid-ios-sample

Implement GGID login to your iOS application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GGID iOS Sample Application

implement GGID login to your iOS application

Dependencies

You need CocoaPods to use this app. Run

pod install

to install dependencies.

Opening In XCode

After running pod install above, Cocoa Pod will create GGID Sample.xcworkspace file. This is the file you should open instead of the GGID Sample.xcodeproj

Configuring

There are a couple things you need to configure before running this app:

  • AppDelegate.m ** configure client id, client secret, auth URL, token URL, redirect URL to match your application (registered in GGID) settings
  • BrowserViewController.m ** configure the redirectURI variable to match your app redirect URI in webViewDidFinishLoad:

About

Implement GGID login to your iOS application

License:Apache License 2.0


Languages

Language:Objective-C 99.7%Language:Ruby 0.3%