Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Showing notifications

ANSWERED

Hi, I need to show app specific notifications on ionic. The scenario is like when my fitbit clock face gets a message from the  companion app it has to show the message in the notification tab which comes  when we scroll from top to bottom. 

Is it possible to show our app notification in fitbit ionic..?

If so how can we do it....?

Can anyone please help me

Best Answer
1 BEST ANSWER

Accepted Solutions

You can't send notifications as such, but if your app is already running, you can raise a popup and vibrate the device using the haptic api.

 

https://dev.fitbit.com/build/guides/user-interface/svg-components/buttons/#popup-with-buttons

 

View best answer in original post

Best Answer
1 REPLY 1

You can't send notifications as such, but if your app is already running, you can raise a popup and vibrate the device using the haptic api.

 

https://dev.fitbit.com/build/guides/user-interface/svg-components/buttons/#popup-with-buttons

 

Best Answer