Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAUI equivalent to Xamarin.Azure.NotificationHubs.iOS for iOS push notifications #10330

Closed
rimex-bkimmett opened this issue Sep 26, 2022 · 8 comments
Labels
migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert platform/iOS 🍎
Milestone

Comments

@rimex-bkimmett
Copy link

I am in the process of porting a Xamarin app to MAUI. The app is on iOS and Android, and uses Azure NotificationHubs to receive push notifications.

While everything is going mostly smoothly, there is one problem on the iOS side. The Xamarin.Azure.NotificationsHubs.iOS NuGet package is based on Xamarin.iOS and is not compatible with MAUI. What are my options for connecting to Azure NotificationHubs on iOS now?

@PureWeen PureWeen added this to the Backlog milestone Sep 27, 2022
@ghost
Copy link

ghost commented Sep 27, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@PureWeen
Copy link
Member

@davidortinau

@aritchie
Copy link

Use Microsoft.Azure.NotificationHubs instead. It is netstandard2.0.

@innomarcoItalia
Copy link

@aritchie ... but Microsoft.Azure.NotificationHubs is for the back-end.
We need Xamarin.Azure.NotificationHubs.iOS to register the token to Azure NotificationHubs

@aritchie
Copy link

It works for client (listener connection string) or server (full connection string). I do it already on https://GitHub.com/shinyorg/shiny

@Redth
Copy link
Member

Redth commented Oct 18, 2022

Thanks, it is indeed possible to use the netstandard library as a client as @aritchie stated.

@mpodwysocki is this the currently recommended path?

@mpodwysocki
Copy link

mpodwysocki commented Oct 21, 2022

Thanks, it is indeed possible to use the netstandard library as a client as @aritchie stated.

@mpodwysocki is this the currently recommended path?

Correct, as for now the only supported path is the Xamarin Component. Adding @marstr who is on the Notification Hubs Team to provide more details, for any possible net6.0-ios/android support as I'm now on the Azure SDK team.

@jfversluis
Copy link
Member

Looks like there is a path forward. In either case, this is not something we can do much about. If you need anything else in this area please report it here: https://github.com/Azure/azure-notificationhubs-dotnet

Thanks!

@jfversluis jfversluis closed this as not planned Won't fix, can't repro, duplicate, stale Mar 18, 2023
@dotnet dotnet locked as resolved and limited conversation to collaborators Apr 18, 2023
@samhouts samhouts added the migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert label Aug 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert platform/iOS 🍎
Projects
None yet
Development

No branches or pull requests

8 participants