Page 1 of 1
push notification functionality
Posted: Thu Jun 11, 2020 4:13 am
by Paramvir
Hi
Is there a way to add and implement push notification functionality to a window based application developed using HMG ? I wish to do the same for my application if it possible and of course with in the range of my simple programming knowledge. Thank you all.
Re: push notification functionality
Posted: Sat Jun 13, 2020 3:14 pm
by jairpinho
Hello, you mean sending messages to whatsapp with hmg
Re: push notification functionality
Posted: Sat Jun 13, 2020 5:35 pm
by fouednoomen
or email
Re: push notification functionality
Posted: Sun Jun 14, 2020 9:11 am
by Paramvir
Hello
Push notification method is often used by mobile application developers. Through this service, you can send notifications regarding your products, services, update etc. etc. to all those who use your app instantly.
MS also provides this service. Please see this:
https://docs.microsoft.com/en-us/window ... --overview
I don't know how I can implement the same, using HMG.
Thank you all.
Re: push notification functionality
Posted: Sun Jun 14, 2020 3:10 pm
by danielmaximiliano
I read the entire MS link. I find Push to be for Windows 10 leaving out other O.S
Before you can send notifications using WNS, your app must be registered with the Store Dashboard.
Each app has its own set of credentials for its cloud service. These credentials cannot be used to send notifications to any other app.
Blah, Blah, Blah ----Cumbersome
I suggest you create a Gmail account, in your application add the HBTip library, read the email every day and set the header (Subject) there would go if the name of the notification "Update, important, you are updated ", within the body of the mail other information .. the easiest way to add Notifications in your application that can be done daily or with a timer to read the mail
Re: push notification functionality
Posted: Mon Jun 15, 2020 5:39 am
by Paramvir
danielmaximiliano wrote: ↑Sun Jun 14, 2020 3:10 pm
I read the entire MS link. I find Push to be for Windows 10 leaving out other O.S
Before you can send notifications using WNS, your app must be registered with the Store Dashboard.
Each app has its own set of credentials for its cloud service. These credentials cannot be used to send notifications to any other app.
Blah, Blah, Blah ----Cumbersome
I suggest you create a Gmail account, in your application add the HBTip library, read the email every day and set the header (Subject) there would go if the name of the notification "Update, important, you are updated ", within the body of the mail other information .. the easiest way to add Notifications in your application that can be done daily or with a timer to read the mail
Thank you Daniel for your valuable suggestion.