How may I pop up user notifications (the one from Twitter, Gmail ... etc) in my app?
If it is NOT my business, 🙂 , How do I access the unread and historical notifications from within my app?
Thank you!
Answered! Go to the Best Answer.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Notifications are handled by the system, and will just appear on screen. Developers don't need to implement anything for that. There aren't any notification APIs for reading or replying to notifications either.
I hope that helps.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Notifications are handled by the system, and will just appear on screen. Developers don't need to implement anything for that. There aren't any notification APIs for reading or replying to notifications either.
I hope that helps.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
We don't currently have an API for that.
Some more questions about notifications to help me with planning my solution...
(1) When a notification arrives from a phone app, does the user have to dismiss it on the device? Or does it disappear on timeout?
(2) Can the user browse through a list of notifications recently received from the phone?
Best Answer(3) Can a companion app send app notifications to the device to be displayed by FitBit's notification handler (so the notification shows without my app running)?
Without a way for my device app to instantly communicate with my native phone app, I fear my app would be too annoying to use. I'm looking for alternative approaches.
FYI, I've posted a feature suggestion asking for FitBit apps to be able to provide notifications from the background:
Best Answer