I am new to iPhone developement in general. I am currently using Monotouch (MonoDevelop as the IDE). Is it possible to use Localytics with this for app tracking purposes?
I have seen that there is an iOS Integration Guide for iPhone and iPad page, but that uses Xcode, whereas with MonoDevelop, you use Xcode only for interface development.
MonoTouch can use any native library by creating a binding for it.
Here is some documentation about it:
MonoTouch Native Libraries Made Easy
Binding Objective-C Libraries