We were trying to implement a system using which we will issue notifications when we insert some tuples in our database, they seem to be working fine when the inserts were done through the app but not elsewhere. My question is, Do push notifications only work when CRUD operations are performed from the app? And not elsewhere?
We were trying to implement a system using which we will issue notifications when
Share
I guess you registered the push notification for your apps insert (Update The Insert Script). Whenever the app inserts data, the script is executed and pushes the notification.
However, if you write data using a method that doesn’t invoke your customized insert script, no notifications will be sent.
Links where to start implementing Pushes in WCF: