Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Getting Started with Flurry Analytics

You're reading from  Getting Started with Flurry Analytics

Product type Book
Published in Dec 2013
Publisher Packt
ISBN-13 9781782177128
Pages 88 pages
Edition 1st Edition
Languages
Author (1):
Bhanu Birani Bhanu Birani
Profile icon Bhanu Birani

Controlling data


You can control your data submission on Flurry using various methods provided by them. The following method allows Flurry to send session data when the application is closed or when the application is started:

  [Flurry setSessionReportsOnCloseEnabled:(BOOL)sendSessionReportsOnClose];

This method is set to YES by default and will improve the speed at which your application analytics data is updated on Flurry. It will prolong the termination process of the application because of network latency:

[Flurry setSessionReportsOnPauseEnabled:

This method is also set to the YES option by default. When this function is set as YES, Flurry will try to send the data when the application is in the pause mode. Normally when the application is started, Flurry will try to send the data generated. This is will improve the speed of updating data on Flurry.

  [Flurry setSecureTransportEnabled:(BOOL)secureTransport];

The preceding method is used to transport your data securely to Flurry. This method...

lock icon The rest of the chapter is locked
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.
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}