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

Google Analytics Firebase Does Not Support UWP Apps #35

Open db-007 opened 6 years ago

db-007 commented 6 years ago

Following your Getting Started github document at https://github.com/dotnet/windows-sdk-for-google-analytics/wiki/Getting-Started, we are required to select MobileApp rather than WebApp Property when registering a UWP app. However, Google Analytics is forcing to create MobileApp from Firebase but Firebase does not support UWP (as per attached screenshot). Therefore, we are unable to create any new Windows app properties. firebase

LindaLawton commented 6 years ago

You can create a web app in Google Analytics then Create a new View and make the new view mobile without needing to use Firebase.

sahil912 commented 6 years ago

I have an UWP app, planning to integrate firebase analytics. Is this feasible? How do I go about doing it since it allows only three options iOS, Android and web app. Please advice.