mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-24 13:08:44 +00:00
Merge pull request #325 from bitstadium/feature/remove-preseason-wording
Fix paragraph about custom events and preseason
This commit is contained in:
@@ -416,7 +416,7 @@ and set the delegate:
|
||||
HockeyApp automatically provides you with nice, intelligible, and informative metrics about how your app is used and by whom.
|
||||
- **Sessions**: A new session is tracked by the SDK whenever the containing app is restarted (this refers to a 'cold start', i.e. when the app has not already been in memory prior to being launched) or whenever it becomes active again after having been in the background for 20 seconds or more.
|
||||
- **Users**: The SDK anonymously tracks the users of your app by creating a random UUID that is then securely stored in the iOS keychain. Because this anonymous ID is stored in the keychain it persists across reinstallations.
|
||||
- **Custom Events**: If you are part of [Preseason](https://www.hockeyapp.net/preseason/), you can now track Custom Events in your app, understand user actions and see the aggregates on the HockeyApp portal.
|
||||
- **Custom Events**: With HockeySDK 4.1.0 you can now track Custom Events in your app, understand user actions and see the aggregates on the HockeyApp portal.
|
||||
|
||||
Just in case you want to opt-out of the automatic collection of anonymous users and sessions statistics, there is a way to turn this functionality off at any time:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user