Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

calebd/metricskit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetricsKit

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

Requirements

  • ARC
  • CoreTelephony.framework
  • SystemConfiguration.framework
  • UIKit.framework

Application Launch

[MetricsKit startWithAppKey:@"API_KEY" host:@"API_HOST"];

Log an Event

[MetricsKit logEvent:@"Event Name"];

About

Clean Objective-C client for count.ly

Resources

License

Stars

Watchers

Forks

Packages

No packages published