Tomáš Malčánek
Tomáš Malčánek
> > > same problem here. notification doesn't arrive after triggering it in firebase console. Check your ` public override void FailedToRegisterForRemoteNotifications(UIApplication application, NSError error) { FirebasePushNotificationManager.RemoteNotificationRegistrationFailed(error); }` to see...
> > > > > same problem here. notification doesn't arrive after triggering it in firebase console. > > > > > > Check your > > ` public override...
> > > > > > > same problem here. notification doesn't arrive after triggering it in firebase console. > > > > > > > > > > >...
> > > BTW. The foreground works when I add this line: > > `FirebasePushNotificationManager.CurrentNotificationPresentationOption = UNNotificationPresentationOptions.Alert | UNNotificationPresentationOptions.Sound; ` > > adds alert type APN and a sound while...
Same for me. For a workaround use this before initializing the plugin: ``` FirebaseApp.InitializeApp( this, new FirebaseOptions.Builder() .SetApplicationId("") .SetApiKey("") .SetDatabaseUrl("https://.firebaseio.com") .SetStorageBucket("*.appspot.com") .SetGcmSenderId("
> > > @Aresak I have tried this and still get the same error Make sure you have the correct bundleId/package name everywhere too.
This still happens frequently. Stacktrace ` CancellationTokenSource.Cancel (System.Boolean throwOnFirstException) CancellationTokenSource.Cancel () ICancellationMasterExtensions.CancelEverything (Plugin.BLE.Abstractions.ICancellationMaster cancellationMaster) ICancellationMasterExtensions.CancelEverythingAndReInitialize (Plugin.BLE.Abstractions.ICancellationMaster cancellationMaster) DeviceBase.ClearServices () Device.CloseGatt () GattCallback.CloseGattInstances (Android.Bluetooth.BluetoothGatt gatt) GattCallback.OnConnectionStateChange (Android.Bluetooth.BluetoothGatt gatt, Android.Bluetooth.GattStatus status, Android.Bluetooth.ProfileState...
Yes, you can do a temp fix with renaming the variable `long id` on line 1374 to `count` and cast the long into the int and then make the `SetAutoIncPK`...