[Interest] Cross-platform local notifications?

Jérôme Godbout godboutj at amotus.ca
Mon Mar 9 21:32:17 CET 2020


What you describe look like a local notification (not pushed), for iOS
https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/SchedulingandHandlingLocalNotifications.html


for Android you might want to take a look at NotificationCompat.Builder

https://developer.android.com/reference/android/support/v4/app/NotificationCompat.Builder

I don’t known if any Qt common layer is made for those!?


From: Interest <interest-bounces at qt-project.org> On Behalf Of Israel Brewster
Sent: March 9, 2020 4:22 PM
To: Interest <interest at qt-project.org>
Subject: [Interest] Cross-platform local notifications?

I’m writing a Qt C++ (not QML) app for iOS and android, and I need to be able to display a notification (such that would show up in Notification Center on iOS, not an alert box). How can I do this? My searches on google only find results for push notifications (this is all local) or maybe an implementation in QML.

---
Israel Brewster
Software Engineer
Alaska Volcano Observatory
Geophysical Institute - UAF
2156 Koyukuk Drive
Fairbanks AK 99775-7320
Work: 907-474-5172
cell:  907-328-9145

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20200309/428ba888/attachment.html>


More information about the Interest mailing list