❔ ✅ send notification on an iPhone
guys is there on C# to send somehow a notification on an iPhone?
I found pushbullet but it's not available on iOS :/
an alternative could be to make something with Telegram.
what do you think? is there an easier way?
14 Replies
@uselessxp are you just looking for some sort of way to do easy push notifications?
while not from C#, I've been using Pushover for custom notifications for a good while now https://pushover.net/
the pricing is really nice https://pushover.net/pricing
To use Pushover for yourself or a small group, it's just a $5 USD one-time purchase on each platform (iPhone/iPad, Android, and Desktop) where you want to receive Pushover notifications. You can try it out free for 30 days by downloading our iPhone/iPad or Android apps, or by using our Desktop app right from your browser. Multiple devices of the same platform are covered under the same one-time purchase, so you can use Pushover on your iPhone and iPad, or an Android phone and Android tablet without paying anything extra. There are no subscription fees for individuals using Pushover.
Example code and Pushover libraries
Pushover's API is designed to be easy to use without the overhead of complicated authentication mechanisms like OAuth. For full details on our API endpoints, see our API Documentation.
To quickly get started sending Pushover messages with a wide variety of programming languages, we have some sample code as well as a number of 3rd party librarie...
the C# example uses WebClient, but I would recommend the more modern HttpClient
however the information given on that page is still valuable
and here's the full docs https://pushover.net/api
@uselessxp did that answer your question?
yeah I'm looking for something that send a push notification or whatever on my iPhone, at the moment I solved by using a TelegramBot that send a message to me since all solutions I found were only for Android :/
but I think this Pushover is similar to Pushbullet but it seems it works also for iOS do you mean not from C#?
It's from a bash script that does a database backup for a discord bot I run
My use of it that is
oh ok
It's a very simple API, which is part of why I like it so much
No complicated flow, just one endpoint to POST to
tmrw I'll try to implement it instead of the Telegram Bot that was a bit complex to understand
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.ok it seems it works, I'll add it to my bookmarks, and I hope this app won't get removed as often happen to apple store apps 😠
Youre giving me a briliant idea
A discord bot that is ran, hosted and controlled over the smartphone
Wtf
haha
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.