Unzip it and drag the "CrittercismSDK" subfolder into your XCode project
3
Add QuartzCore and SystemConfiguration
For 3.x support, weak-link the UIKit framework.
Initialize Crittercism:
Add #import "Crittercism.h" in the top of your appDelegate header file
Add this line of code in your AppDelegate's didFinishLaunchingWithOptions method (make sure you replace "<YOUR_UIVIEWCONTROLLER>" with the view controller that will present the feedback forum):
Copy and paste the code above for your "Demo App" app. Otherwise, you can find the appID, oAuth key, and oAuth secret in your app settings.
Display the Support Forum:
The easiest way to display the support forum is to present the forum as a modal dialog upon the press of a button. Go to the view controller that will display the support forum, add #import "Crittercism.h" in the top of your header file, and implement a method that will display the forum:
After the app crashes, go to your crash summary page to view your crashes! Alternative, you could view your crashes and app loads occur in real time in the overview page.
Note: If you're using v3.0 and above of the library, make sure you watch this video first!
Congratulations! You just added crash reporting and customer support to your iphone app!
Wanna add metadata to your users?
Well you're in luck! Check out our optional methods for more informational goodness!
Confused?
We know nothing is ever perfect (well, maybe except Andrew's 6 pack), so feel free to send us email
if anything is confusing, if you have a feature that would make your day, or if you just wanna say hi!