ispiro
ispiro

Reputation: 27683

Can basic app-usage statistics be obtained without an Azure subscription?

Is there any way to enable app-usage statistics without an Azure account just like we get it for crash reports?

Upvotes: 0

Views: 59

Answers (2)

Plac3Hold3r
Plac3Hold3r

Reputation: 5192

You can make use of Microsoft HockeyApp. As of March 2016 Microsoft announced that they are transition mobile and desktop apps diagnostics from Application Insights to HockeyApp.

Hockey app supports sign via:

  • Social Logins - Facebook, Twitter, Google and Microsoft (Personal/Work/School)
  • Enterprise - Azure Active Directory (AAD) integration.

Feature - User Metrics

Understand user behavior to improve your app. Track app adoption through daily active users, monthly active users, and net new users. Measure customer engagement through session count and verify your apps reliability day by day with Crash Free Users.

Nuget SDK's are available for various Windows and Xamarin platforms.

Upvotes: 1

Igor Kulman
Igor Kulman

Reputation: 16361

You need to implement some kind of analytics service, like Google Analytics. The store provides only download and crash stats.

Upvotes: 1

Related Questions