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.
push notification functionality
Moderator: Rathinagiri
Re: push notification functionality
Hello, you mean sending messages to whatsapp with hmg
- fouednoomen
- Posts: 188
- Joined: Sun Oct 14, 2012 8:33 am
- DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
- Location: Tunisia
Re: push notification functionality
or email
Re: push notification functionality
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.
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.
- danielmaximiliano
- Posts: 2625
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Contact:
Re: push notification functionality
I read the entire MS link. I find Push to be for Windows 10 leaving out other O.S
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
Blah, Blah, Blah ----CumbersomeBefore 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.
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
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Re: push notification functionality
Thank you Daniel for your valuable suggestion.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.SBlah, Blah, Blah ----CumbersomeBefore 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.
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