After registering for an API key:
Ensure CocoaPods is installed on your Mac
- Install project dependencies by running
pod installfrom a terminal at the root of the project. - Change
YOUR_URL_SCHEMEinHuddleKitExampleApp/HuddleKitExampleApp-Info.plistto your custom URL scheme e.g.my-huddlekit-app. - Change
YOUR_API_CLIENT_IDinHuddleKitExampleApp/AppDelegate.mto your API client identifier. - Change
YOUR_API_REDIRECT_URLinHuddleKitExampleApp/AppDelegate.mto your custom URL scheme e.g.my-huddlekit-app://auth-callback/.