Folks,
We were working on an app, which has the capability of receiving notification. We are registering the user to our own azure database. Now we would like to send the notification to the users. And we are planning to use Azure Push Notification Hub to do this job. Azure notification hub, will push the notifications with help of tags. I’ve few questions like,
- Do we need to register this channel URI only one time or do we need to register it every time, whenever we are sending the notification??
- Can we modify the tag (which we registered already)?
- Is this possible to setting up filter to sending notification, instead of tag fill with our own logic For Ex: I’ve 10 users and 3 of them are not active for some time, which means that they are not using our app for some time.. By sending the notification we will launch our app and we do our process. Here the selecting this 3 users was completely depending on our own logic which is happening on our azure database.. How can I achieve this with Azure Push Notification Hub??
Please let me know if you need any more details..
Cheers
hibrise