dotnet / windows-sdk-for-google-analytics

SDK to connect to Google Analytics from Windows Store (UWP) Apps, Windows desktop apps written with .NET, and Xamarin Apps
MIT License
102 stars 33 forks source link

error install package #27

Open Marcodebo opened 7 years ago

Marcodebo commented 7 years ago

Hi, I wish to add windows-sdk-for-google-analytics in my project but when i tried to add a UWP.SDKforGoogleAnalytics.Native from nuget Package Manager i receive the error.

Error: The 'UWP.SDKforGoogleAnalytics.Native 1.5.1' package could not be installed. You are trying to install on a project that is destined to 'MDD, Version = v8.1', but the package does not contain frame references or framework files. For more information, contact the author of the package.

Do you have a solution?

MrIonic commented 7 years ago

Take a look at the answer suggested here: https://github.com/danwilson/google-analytics-plugin/issues/444

I was able to install the package into my CordovaApp.Windows10 solution. However, when I run my app, all of my google analytics calls return "Missing Command" error. I opened the References and see a yellow triangle for GooglAnalytics.Core and so I'm looking into this.

spacepope commented 6 years ago

Hi @MrIonic please have a look on my comment https://github.com/danwilson/google-analytics-plugin/issues/496#issuecomment-388805447 Maybe this hint can help regarding the "missing command" error?