Social Analytics Created for iOS Native Sharing
We help you understand the behavior of your apps users by tracking all UIActivity services with our social analytics dashboard. These insights give you the ability to replicate successful viral aspects of your app which will increase user downloads and engagement.
Add "shareSDK" to your Podfile
Run [pod installl]
Clone the shareSDK library (git clone git://github.com/shareSDK/sharesdk-lib-ios.git)
Drag the sharesdk-lib-ios.xcodeproj into your project
Add sharesdk-lib to your "Target Dependencies"
Add sharesdk-lib.a to "Link Binary with Libraries"
Login and go to "apps analytics"
Select "click here to add an app"
Enter a name for your app and click "Save"
Select your app from the list
Copy the "external identifier" for your app
In your applicationDidFinishLaunching: withOptions: method add: [ShareSDK start: SHARE_SDK_EXTERNAL_IDENTIFIER];
To shorten links SSActivity ViewController's: shortenLinksIfNeeded: withCompletionHandler: method
To track shares replace any UIActivityViewController with SSActivityViewController
For more help take a look at the sharesdk-example target inside the sharesdk-lib-ios project, read through our FAQ or contact us with your questions.