1

I am doing investigations into the Notification Hub in Azure. We are using Mac OS for our development environment, so only have use of .Net Core and Node JS SDKs.

This discussion and this one suggest that there is no option for developing against this without being able to use .Net Framework 4.6.1.

We have managed to develop a POC using the old NodeJS tutorial (which seems incomplete, as it didn't work out of the box) however, we don't want to use that in production if it is going to be made obsolete within 6 months.

Can someone please inform me of the correct way to integrate with the notification hub via a 'back end' without using .Net 4.6.1. Is the only option to use azure functions with output to notification hubs?

Mark McGookin
  • 932
  • 1
  • 16
  • 39

1 Answers1

4

We will deploy a new version of the .net SDK supporting .net core very soon.

Pang
  • 9,564
  • 146
  • 81
  • 122
Karl
  • 116
  • 3
  • That’s great @Karl. Is there any pre-release builds we could use in the mean time to develop against? – Mark McGookin Nov 29 '17 at 18:14
  • 2
    @MarkMcGookin We just released the preview version. You can find it here: https://www.nuget.org/packages/Microsoft.Azure.NotificationHubs/2.0.0-preview1 We'd love to get your feedback! – Karl Nov 30 '17 at 23:51