Search code examples
xamarinxamarin.androidxamarin.formshockeyapp

Xamarin.Forms Hockey App Error CrashManager.Register


Currently, I follow the documentation of Hockey App for Android but when I build the Solution, the Error shows as below Error."CrashManager does not contain a definition of Register" enter image description here


Solution

  • You're using statement says: using HockeyApp; it should be using HockeyApp.Android;.