-
Book Overview & Buying
-
Table Of Contents
Getting Started with Flurry Analytics
By :
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...
Change the font size
Change margin width
Change background colour