I need to integrate push notification service in my app. I am using azure. In their documentation for connecting app to notification hub "WindowsAzure.Messaging.Managed" package is used but its not present in windows phone 8.1. What is the alternative for this.
I have used following code to get channel
PushNotificationChannel channel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync();
How can I register this channel with hub and then receive notification.