jogendra / Social-Logins-iOS

Basic app to show how to login with Facebook, Google, Twitter. Created for learning purpose :) using Xcode 9 and Swift 4.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social Logins iOS

Basic app to show how to login with Facebook, Google, Twitter. Created for learning purpose :) using Xcode 9 and Swift 4.0

Note: Before running app please make sure -

  1. run
    cd Social logins iOS
    pod install
  2. Replace Google Client ID in Constants.swift file with your Google Client ID. To get Google Client ID and some other required resources please follow this guide.
  3. Replace GoogleService-Info.plist with your new GoogleService-Info.plist as mentioned in this guide.
  4. Replace Twitter Consumer Key and Twitter Consumer Secret in Constants.swift file with your Twitter App Consumer Keys. To get Consumer Key and Consumer Secret please follow this guide.
  5. Replace Info.plist facebook and twitter keys with your keys. Find facebook info.plist code here and Find Twitter info.plist code here.
  6. Update URL Schemes: go to TARGET > Info > URL Types and replace your schems. Social Login

How to use SDKs

Contact

About

Basic app to show how to login with Facebook, Google, Twitter. Created for learning purpose :) using Xcode 9 and Swift 4.0

License:The Unlicense


Languages

Language:Swift 96.3%Language:Ruby 3.7%