Cristian Merli

Results 34 comments of Cristian Merli

I have the same problem but only in release mode. In debug mode i get the token.

> I have the same problem, getting an empty token in release mode but a token received in debug mode v2.3.6. I am afraid this plugin is no longer maintained...

I seem to be getting the token in `MainAPplication.cs` now, but not always in `App.xaml.cs`. **MainApplication**: ``` CrossFirebasePushNotification.Current.OnTokenRefresh += async (source, args) => { // handle it here } ```...

Folks as promised I switched to OneSignal: https://documentation.onesignal.com/docs/xamarin-sdk-setup The notifications work like a charm, there's a lot less configuration on the Xamarin side and it's easier to use, especially if...

> can be used with firebase right? The firebase set up is the same, you will reuse the same Server API Key.

I still have this issue on iOS in 2022. Was there any solution?

After further investigation, it appears that the headers were not submitted correctly by the UploadFileAsync method. Is there a bug in this on iOS?

@rdelrosario can you verify this? the headers don't apply in iOS.

One more note, as i narrowed it down. The header that is not sent correctly is "Accept". I am sending `"Accept": "application/vnd.api+json, application/vnd.spinlister; v=7"` but what is received on the...

After further testing i was able to simulate poor internet connection and reproduce this exception. I think it's just related to weak internet.