You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Since Xamarin Forms seems to be way behind with the implementation of push messages and the integration with Firebase, I turned to this app to find guidance, only to discover that - unlike the Evolve app - you completely dropped push notifications in favor of a manual pull implementation. Which is ... surprising ;)
Does that mean that the whole push messaging story is currently so broken that we shouldn't even try to get it running with Xamarin Forms at this point? I'd rather find out now then after days of trying to get things working :)
Thanks,
Philipp
The text was updated successfully, but these errors were encountered:
There are different possibilities for integrating push notifications with Xamarin.Forms applications. After integrating in multiple examples and applications, options such as notification hub is more than recommended. You have documentation for each platform.
There are samples like ShoppingDemo with push notifications, maybe it will help.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since Xamarin Forms seems to be way behind with the implementation of push messages and the integration with Firebase, I turned to this app to find guidance, only to discover that - unlike the Evolve app - you completely dropped push notifications in favor of a manual pull implementation. Which is ... surprising ;)
Does that mean that the whole push messaging story is currently so broken that we shouldn't even try to get it running with Xamarin Forms at this point? I'd rather find out now then after days of trying to get things working :)
Thanks,
Philipp
The text was updated successfully, but these errors were encountered: