firebase - Azure Notification Hubs populating the "Notifications" area on a mobile device -
can azure notification hubs used populate notifications area on mobile device when "application" not running?
we creating cloud-based mechanism notify sets of mobile devices when events occur server-side. mobile devices have our apps (ios , android) installed , register our back-end service.
we want leverage features of apn / firebase such can send notifications area directly. in other words, need able send notifications devices regardless of whether mobile user has started our app or not.
i've been going through azure notification hub documentation , tutorials see how azure notification hubs might of examples have code in mobile application listens directly specific azurenotificationhub.
is there way application can register azure notification hub at install time such it's listening
though mobile application not running?
in sense using notification hubs no different using native push notification services (pns) directly. azure notification hubs helps abstracting of work, has no control on how notifications handled device.
so answer question -- yes, not it's possible, that's how push notifications work , that's purpose. in other words, it's possible not because anh has magic not available otherwise, because pns services work in way in first place.
here's high level architecture of notification hubs:
you can started anh using step step tutorial on sending push notifications ios azure notification hubs
Comments
Post a Comment