push notification functionality

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
Paramvir
Posts: 44
Joined: Sun Mar 27, 2016 9:46 am
Location: India
Contact:

push notification functionality

Post 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.
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

Re: push notification functionality

Post by jairpinho »

Hello, you mean sending messages to whatsapp with hmg
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
User avatar
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

Post by fouednoomen »

or email
Paramvir
Posts: 44
Joined: Sun Mar 27, 2016 9:46 am
Location: India
Contact:

Re: push notification functionality

Post 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.
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: push notification functionality

Post 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
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Paramvir
Posts: 44
Joined: Sun Mar 27, 2016 9:46 am
Location: India
Contact:

Re: push notification functionality

Post 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.
Post Reply