Azure notification hubs - how to set multiple apps on the same hub
问题 I have a situation where I need to use the same notification hub for several iOS applications. For a given tag - all the applications should receive this push. Each iOS app has a different push notification certificate, so only one of the apps actually got the push notification. I don't want to resolve to opening multiple hubs - because then I need to manage which hub each app could belong to - and this is very awkward. How can I achieve this? 回答1: I'm pretty certain what you want to do is