Sample iOS client that interacts with the chuckpad-social service. The iOS library code that interacts with the chuckpad-social server is stored as a git submodule (see chuckpad-social-ios).
The primary usage of this repository is to host a suite of unit tests, which run alonside a local instance of chuckpad-social, thoroughly exercises both iOS and server code.
If you are getting keychain write issues (FXKeychain failed to store data for key, error: -34018
) try setting up Keychain Access Groups.
The ChuckPad Live API calls rely on PubNub which requires adding PubNub.framework to your project file's Embedded Binaries. See the PubNub documentation for more information.