0

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

ispiro
  • 26,556
  • 38
  • 136
  • 291

2 Answers2

1

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

Igor Kulman
  • 16,211
  • 10
  • 57
  • 118
1

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.

Plac3Hold3r
  • 5,062
  • 1
  • 16
  • 21