Wednesday, March 30, 2016

Flurry Wonders for iOS


Hi @ll,

M back again with another Analytics Tool.
Please welcome Yahoo's "FLURRY"

Bit slow as compared to Google Analytics but has features that that can fulfill your app's requirements.

Things to do with Flurry : 
  • Analytics
  • Ads
  • Crash Reporting
  • integration for iPhone / iPad / iWatch

Working with Analytics :

To get a deep insight of the App's usage Flurry's Analytics service is provided

Step-1 : Get your API Key & SDK

  • Choose your platform



  • Provide App Name & category


  • Verify your account


  • Get your unique application key


  • Download required SDK and Unzip to get details


  • You can view all your apps in the dashboard

===================================================================

Step-2 : Integrate SDK in project

  • Now open your project which contains a single ViewController that captures events when user arrives on the screen or when user clicks YES or NO buttons


  • Right click on your project >> Add Files >> Choose Flurry >> Done 


  • Now lets start by importing FLURRY in AppDelegate 

  • Mention your Unique key in didFinishLaunchingWithOptions

  • Open you view controller and again import Flurry.h





  • Build and Run your project and you will see this.... "ERRORS"


  • Don't worry and add SystemConfiguration.framework from Target >> General >> Linked frameworks & libraries






  • Now run the project & it will work fine and start logging events. :)

===================================================================

Step-3 : Check Dashboard for Event Logs
  • You can check the dashboard for all info.Please wait for 1-2 hrs so that data gets reflected in Analytics


Hope it provides you basic idea of Flurry analytics and you dig in more for other features like crash reporting and Ads.
Enjoy and have fun with Flurry
:)

No comments:

Post a Comment