Clean Objective-C SDK for Count.ly.
- Built for the modern Objective-C runtime
- Aware of network reachability
- Simple public API
- Compiles with ARC
- Saves event payloads on disk until they are successfully posted
- Can be installed directly from source or as a static library
- ARC
CoreTelephony.framework
SystemConfiguration.framework
UIKit.framework
[MetricsKit startWithAppKey:@"API_KEY" host:@"API_HOST"];
[MetricsKit logEvent:@"Event Name"];