c# - Azure Notification Hub: Schedule Mobile App API -


i have xamarin.forms app azure mobile app api (.net) , trying implement push notification feature.

basically we're going generate transactions using scheduled jobs during day, , notify respective users if transaction belongs them. how can create job execute api trigger notification in azure? saw azure article , not sure put code , publish azure. or create console application , create webjob in azure

@randeepsingh, there 2 ways scheduling job using webjobs or using azure scheduler.

  1. for using webjobs, can create & deploy console app notification api webjob, , set trigger webjob.

as reference, there article listed helpful document resources.

you can follow figure below add webjob mobile app. enter image description here

  1. for using azure scheduler, can create web api in mobile app scheduled job calling via scheduler. can refer tutorial know how use azure scheduler.

Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -