Skip to content

Commit

Permalink
Add note for OS X support
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kador committed Mar 24, 2014
1 parent 69cc567 commit 2a70340
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -12,7 +12,7 @@ The Keen IO iOS client is designed to be simple to develop with, yet incredibly
### Installation

Use [cocoapods](http://cocoapods.org/) to install! Just add a line to your Podfile like so:
```objc
```
pod 'KeenClient'
```

Expand Down Expand Up @@ -78,15 +78,19 @@ Adding events just stores the events locally on the device. You must explicitly
}];
}
```
That's it! After running your code, check your Keen IO Project to see the event has been added.
An important note: it's a best practice to issue a single upload at a time. We make a best effort to reduce the number of threads spawned to upload in the background, but if you call upload many many times in a tight loop you're going to cause issues for yourself.
##### Do analysis with Keen IO
TO DO
That's it! After running your code, check your Keen IO Project to see the event has been added.
##### Tracking events in OS X apps
This SDK *should* work for OS X apps. If you try and it doesn't work, please file an issue here. Thanks!
### Changelog
##### 3.2.6
Expand Down

0 comments on commit 2a70340

Please sign in to comment.