After registering for an API key:
Ensure CocoaPods is installed on your Mac
- Install project dependencies by running
pod install
from a terminal at the root of the project. - Change
YOUR_URL_SCHEME
inHuddleKitExampleApp/HuddleKitExampleApp-Info.plist
to your custom URL scheme e.g.my-huddlekit-app
. - Change
YOUR_API_CLIENT_ID
inHuddleKitExampleApp/AppDelegate.m
to your API client identifier. - Change
YOUR_API_REDIRECT_URL
inHuddleKitExampleApp/AppDelegate.m
to your custom URL scheme e.g.my-huddlekit-app://auth-callback/
.