home-assistant / home-assistant/iOS
Notifications with attachments do not work when the app is compiled from source code
- Dominant language
- Swift
- Stars
- 2.4k
- Forks
- 520
- Avg merge
- 7h 27m
- Merged PRs (30d)
- 264
Description
Model Name: iPhone14
Software Version: iOS 18.1.1
App version: 2024.9.5-2024.986
**Home Assistant Core Version**
2024.11.3
**Describe the bug**
After compiling the app from the source code and setting my instance of Firebase, if I send a notification from HA, I only receive notifications with the title and text, and the attachment is lost. If I use the HA version downloaded from the app store, it works correctly.
Is there any option to be set to make it work? Or should a specific setting be placed in the Firebase console? The Android version works without any problem with the same setup.
**To Reproduce**
Compile the app from the source code, set up a custom Firebase project, change the URLs in the source code (Rate limit and push notification), and send a notification with attachments from HA.
**Expected behavior**
The notification with the image should be received.
**Screenshots**
Compiled version

App Store Version

Test notification in firebase

Result in Android

Result in iOS (compiled app)

Contributor guide
Assessment
This issue has not been assessed yet.