问题
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?
回答1:
We will deploy a new version of the .net SDK supporting .net core very soon.
来源:https://stackoverflow.com/questions/47454444/developing-for-the-notification-hub-on-mac-os-nodejs-net-core-support-seems-d