xamarin / app-crm

MIT License
387 stars 249 forks source link

HockeyApp is not referenced #109

Closed akamud closed 8 years ago

akamud commented 8 years ago

When I clone the project I can't compile because HockeyApp is not installed. This is the error reported: the type or namespace name 'HockeyApp' could not be found.

Shouldn't this be in packages.config?

carelnie commented 8 years ago

I find this path

 <Reference Include="HockeyApp.Android">
      <HintPath>..\Components\hockeyappandroid-3.7.1.0\lib\android\HockeyApp.Android.dll</HintPath>
    </Reference>

Vs Filder Components>HockeyApp for android Login in with Xamarin account..

jsauvexamarin commented 8 years ago

Since the Xamarin tools no longer require a Xamarin account to build, and because the Xamarin component store still requires authentication with a Xamarin account, the Xamarin Component restore process will always fail unless a Xamarin account is logged into Visual Studio or Xamarin Studio.

I corrected the build issues by simply replacing all Xamarin Component Store components with the equivalent NuGets (including HockeyApp), since nuget.org requires no authentication.