
Pushover, Pusher, OneSignal or Pushbullet to name only a few. Meanwhile, there are quite a lot of services for such. Selection of push platformįor a quick and easy integration of the push functionality in C#, we use a third-party service that provides the infrastructure as well as the apps for Android and iOS. That’s just one of many uses and I’m sure you’ll think of a few more. So I wrote a small C# client, which regularly downloads the reports and sends me a push notification for new sales. However, the revenue reports have to be picked up proactively in almost all affiliate programs. But when do you need such functionality?įor example, I run a few niche sites (affiliate websites) with which I earn monthly through affiliate programs. It does not matter if it is an Android or an Apple / iOS device. I'm anxious to begin using Pushbullet to push alarm notifications from my PI-GPIO home alarms.In today’s article, we’ll look at how to push notifications out of C# onto smartphones or other devices. 30 minutes (or so) later the notification appeared on my phone, and I saw that the next two print lines had appeared and the script had completed. What happens is, when I run this script, it prints "creating pb object with key:" and then it appears to hang. Push = pb.push_note('important subject','this is a test') In this instance, I'm using a github library from but I've noticed this lag using other methods as well.

Working with Python 2.7 on Raspberry pi, I created a Pushbullet account and installed it on my iPhone 7 (iOS 12.4).
