I have a request table in my bank of SQL Server
and an application in Android
. Whenever a request has a change in status, the user receives a notification.
I already created the app by Google's GCM
, got Key
and everything else, but I do not understand how to do this integration.
Do I have to do something in my bank?
I create a system in ASP.NET
to notify when I enter the bank?
I've tried push
of Azure
, but it gives javascript
or ASP.NET
.
Where will I use this? Can anyone explain this process in a clear and detailed way?
Implemented some codes on the internet and tutorials, but specific with SQL Server
and Android
never found. There is little on the internet and here in StackOverflow I saw people talking about reporting in Trigger
, but how do I make this notification on the google server to go to my app?