jbt

Results 13 comments of jbt

Try doing the solution here #33 An update: Plugin.PushNotification 3.3.3 Xamarin.Firebase.Messaging 120.1.7 Xamarin.GooglePlayServices.Basement 117.2.1 Xamarin.Google.PlayServices.Tasks 117.2.1 Manifest: ``` ``` Application Class: ``` public override void OnCreate() { base.OnCreate(); if (Build.VERSION.SdkInt...

I've managed to track down the bug, but need confirmation to the plugin owners. During debug the variable reset token invalidates the registration whenever you kill the app, so you...

Include this in your manifest file ` ` Info.plist `UIBackgroundModes voip fetch remote notification ` Update, #153 please see the posted solution here and try it if it would work...

> I'm also getting this error. Tried different approaches, no solution so far. > EDIT: Found a solution - [CrossGeeks/FirebasePushNotificationPlugin#284 (comment)](https://github.com/CrossGeeks/FirebasePushNotificationPlugin/issues/284#issuecomment-579182867) Isn't this firebase push notification plugin? They're different plugins.

Still exists with 8.07 Maui.. Make sure to change the `attrs.xml` build action to `AndroidResource`

I checked the code and I believe the `IsEnabled` is not included yet, though it is weird that they put a property that is not implemented yet. I have a...

@mattleibow Has this been fixed? I am trying to release a new (blank slate) maui project and set the base size from `` to `440,440` before I did this, I...

![image](https://user-images.githubusercontent.com/44351076/97386216-54549d00-190e-11eb-8e32-563965daf4c6.png) MTOUCH : warning MT5215: References to 'System' might require additional -framework=XXX or -lXXX instructions to the native linker MTOUCH : warning MT5215: References to 'System' might require additional -framework=XXX...

I already have `Firebase.Core.App.Configure();` and the error still persist.

@padmasrisekar Xamarin.Forms 4.5.0.725 Xamarin.iOS 14.2.0.12 There's a new version of [iOS.Crashlytics 4.6.2](https://www.nuget.org/packages/Xamarin.Firebase.iOS.Crashlytics/4.6.2) The error still persists with these packages: ![image](https://user-images.githubusercontent.com/44351076/99059216-3ad37680-25d9-11eb-8eab-92e616df3171.png) Any solution for this? > @jbtamaresgit `var type = typeof(Analytics)`...