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 <[email protected]> On Behalf Of Israel Brewster
Sent: March 9, 2020 4:22 PM
To: Interest <[email protected]>
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

_______________________________________________
Interest mailing list
[email protected]
https://lists.qt-project.org/listinfo/interest

Reply via email to