Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

App Store Release 1.1.1

Compare
Choose a tag to compare
@conath conath released this 18 Dec 14:41
· 99 commits to main since this release

This update adds basic analytics to the app by way of Telemetry. Telemetry is a privacy preserving analytics framework. It works by adding the TelemetryClient to your app, and then sending signals whenever an action occurs that you want to track (again, not in a creepy way).

In Theatricals, the following events trigger a Telemetry signal to be sent:

  • The app is launched (we send platform information, including but not limited to the software version and device used)
  • A trailer finishes playing (we send the movie title, trailer identifier, number of trailers watched and platform information)
  • A Theatricals widget updates (we send the movie title, trailer identifier, widget configuration and platform information)