Reputation: 778
We are using Asp.Net WEBAPI 2.2 with OWIN middleware for authentication. We try to integrate Azure Notification Hub for our platform. However, we could not find a best way for registrating our Android client to Azure Notification Hub through our WEBAPI backend.
Should we call another registration method after Token endpoint returns access token?,
What should we do with the registration id that notification hub returns?,
Instead of generating registration id, couldn't we use userid for our authenticated push notifications?,
and finally, is there any tutorial tells explicitly how can we authenticated push notifications from WEBAPI to Android, because official tutorials are not enough
Upvotes: 2
Views: 716
Reputation: 4965
Upvotes: 1