thingsboard / flutter_thingsboard_pe_app

ThingsBoard PE Mobile Application
https://thingsboard.io/products/mobile-pe/
BSD 3-Clause "New" or "Revised" License
87 stars 69 forks source link

Error Encountered When Sending Push Notifications via Notification Center #73

Closed Faheem-Punnasseri closed 5 months ago

Faheem-Punnasseri commented 5 months ago

I tried sending notifications(push notification) using the Notification center for the mobile app. However, when I attempt to send the notifications, I encounter an error (Status code: 401). Can anyone help me with this issue? Additionally, if there are any examples available, that would be helpful.

image

image

image

ybeshkarov commented 5 months ago

Hi @Faheem-Punnasseri!

Based on your Firebase screenshot, it appears the APNs auth key is not set. Could you please add it? You can find more details here Upload your APNs authentication key

Faheem-Punnasseri commented 5 months ago

Hi @ybeshkarov

Thank you for bringing this to my attention. I will ensure that the APNs auth key is added promptly. I appreciate your guidance and will refer to the provided link for more details.

ybeshkarov commented 5 months ago

Thank you for bringing this up. We will update the "Get Started" documentation soon for better clarity.

@Faheem-Punnasseri.