You have found PodioPlatformKit, the official Objective-C and Swift SDK for Podio Platform. It works with both iOS and Mac OS X.

Build Status

For help post on Stack Overflow and tag with podio. For bugs create an issue on GitHub.

Debugging & Errors

Error handling in PodioPlatformKit follows the normal Cocoa error handling patterns, which means it uses exceptions for programmatic errors and NSError for runtime errors. For errors that occur during a network requests, the error is provided in the onError(_) object.

You can inspect the statusCode and body properties of the response object to determine if the error was a client or server side error.