This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8efef9f
commit 193064d
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
MonoTouch GoogleAnalytics bindings | ||
================================= | ||
|
||
This is a MonoTouch binding for Google's Analytics library located at: | ||
|
||
http://code.google.com/mobile/analytics/ | ||
|
||
Building | ||
======== | ||
|
||
To build the bindings, run the `make' command frmo within the bindings | ||
directory. | ||
|
||
Using GoogleAnalytics.dll wit your own iOS app | ||
============================================== | ||
|
||
Simply add the GoogleAnalytics.dll to your project's references in MonoDevelop | ||
and you are good to go. | ||
|
||
You will want to start with: | ||
|
||
var tracker = GoogleAnalytics.GANTracker.SharedTracker; | ||
|
||
Then you can use the various properties of the GANTracker in the tracker | ||
variable |