Azure Notification Hub: notifications not showing up if sent to group
问题 I have a trouble making notification hub to work. If I send notification to tag that has only one registration associated with it, then everything's fine. Here's source: var alert = "{\"aps\":{\"alert\":\"some message(targeted)\"},\"inAppMessage\": \"text\"}"; hub.SendAppleNativeNotificationAsync(alert,"mytag").ContinueWith(t => { var outcome = t.Result; Console.WriteLine(outcome); }); But if I try to sent my notification to all users, like so: var alert = "{\"aps\":{\"alert\":\"some message