Reader small image

You're reading from  Getting Started with Flurry Analytics

Product typeBook
Published inDec 2013
Reading LevelIntermediate
PublisherPackt
ISBN-139781782177128
Edition1st Edition
Languages
Right arrow
Author (1)
Bhanu Birani
Bhanu Birani
author image
Bhanu Birani

Bhanu Birani has more than 7 years of experience in the software industry. He is passionate about architecting, designing, and developing complicated applications. He specializes in creating web, backend as a service, and mobile products suitable for B2B and B2C context. He has expertise in end to end development to create innovative and engaging applications for mobile devices. After years of programming experience in different programming languages, he started developing applications for iOS devices. He started software development around the same time as his graduation and was really interested in learning about the new technologies emerging in the market. He then joined a game development company. After contributing to the gaming domain, he started working on content-based applications and radio applications. He also contributed to hyperlocal geo-targeting using BLE (iBeacons). Over the years, he has gained experience in all phases of software development as requirement gathering, feasibility analysis, architecture design, coding and debugging, quality improvement, deployment, and maintenance.
Read more about Bhanu Birani

Right arrow

Integrating the library with your project


Click on the download button to download the Flurry SDK for an iPhone. You will get the following files after extracting the downloaded zipped file:

  • ProjectApiKey.txt: This file holds the name of your project and your project's API key

  • Analytics-README.pdf: This file contains all the instructions to use Flurry

  • FlurryAnalytics/FlurryAnalytics.h: This is a header file that contains all the methods that are required for Flurry integration

  • FlurryAnalytics/libFlurryAnalytics.a: This is the required library that contains the files related to Flurry's collection along with its reporting code

Carry out the following steps to add the Flurry SDK to your project:

  1. Launch the finder and drag the Flurry/ folder in your Project file folder. (Note that in case you are upgrading the Flurry SDK, make sure that you remove the existing Flurry folder from the project).

  2. Now open your project and add the Flurry files by navigating to File | Add Files to <YOUR_PROJECT> to see the following screen:

  3. After adding Flurry, add the SystemConfiguration.framework file in your application. This framework is required for Reachability functions to manage your network-related operations efficiently.

Previous PageNext Page
You have been reading a chapter from
Getting Started with Flurry Analytics
Published in: Dec 2013Publisher: PacktISBN-13: 9781782177128
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime

Author (1)

author image
Bhanu Birani

Bhanu Birani has more than 7 years of experience in the software industry. He is passionate about architecting, designing, and developing complicated applications. He specializes in creating web, backend as a service, and mobile products suitable for B2B and B2C context. He has expertise in end to end development to create innovative and engaging applications for mobile devices. After years of programming experience in different programming languages, he started developing applications for iOS devices. He started software development around the same time as his graduation and was really interested in learning about the new technologies emerging in the market. He then joined a game development company. After contributing to the gaming domain, he started working on content-based applications and radio applications. He also contributed to hyperlocal geo-targeting using BLE (iBeacons). Over the years, he has gained experience in all phases of software development as requirement gathering, feasibility analysis, architecture design, coding and debugging, quality improvement, deployment, and maintenance.
Read more about Bhanu Birani