Firebase Analytics in Xamarin Forms

后端 未结 3 583
后悔当初
后悔当初 2020-12-14 03:05

Can we get custom events such as say Button 1 was pressed using Firebase Analytics in a Xamarin Forms Project ?

3条回答
  •  臣服心动
    2020-12-14 03:10

    I followed this guideline with success.
    I have one minor useful comment though: In the file GoogleService-Info.plist, I had to set IS_ANALYTICS_ENABLED to true. Otherwise, I got en exception when calling Firebase.Core.App.Configure();

提交回复
热议问题