python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
iOS/Swift: Quick & dirty way to send a notification to another device?
I'm trying to write a super-simple iOS app, just for personal use (i.e. it doesn't need to conform to any App Store stuff). I want it to do the following. Assume it's installed on two devices, both o...
DanM
Votes: 0
Answers: 3
Flutter firebase_messaging support for apns
I am implementing firebase_messaging in flutter app. Our backend uses APN for iOS push. On device I am able to get the APN token through getAPNSToken().
Now if I send push through APN and not FCM to i...
AngryBug
Votes: 0
Answers: 0
How to correctly formulate POST request to send simple APNs notification
I am trying to send a simple push notification with APNs. Going through the Apple Docs, I'm still a bit unsure if I am formulated my POST request correctly. Can someone verify if it's correct or if so...
Eric
Votes: 0
Answers: 0
Is there a way to get iOS System alarm notifications?
I'm coding a timer app, and I've noticed a major drawback: while I can make the alarm send the user a notification when the timer is done, it can only send notifications, while the built-in Clock app ...
user18457910
Votes: 0
Answers: 1