hey π, whats the stacktrace for the crash?
Hello, thanks for the quick response. Please, check my codes below.
main.dart
notification_service.dart
AndroidManifest.xml
Resource files for push notification icon
β― tree android/app/src/main/res/ android/app/src/main/res/ βββ drawable βΒ Β βββ background.png βΒ Β βββ ic_stat_notification.png βΒ Β βββ launch_background.xml βββ drawable-hdpi βΒ Β βββ android12splash.png βΒ Β βββ ic_stat_notification.png βΒ Β βββ splash.png βββ drawable-mdpi βΒ Β βββ android12splash.png βΒ Β βββ ic_stat_notification.png βΒ Β βββ splash.png βββ drawable-night-hdpi βΒ Β βββ android12splash.png βΒ Β βββ ic_stat_notification.png βββ drawable-night-mdpi βΒ Β βββ android12splash.png βΒ Β βββ ic_stat_notification.png βββ drawable-night-xhdpi βΒ Β βββ android12splash.png βΒ Β βββ ic_stat_notification.png βββ drawable-night-xxhdpi βΒ Β βββ android12splash.png βΒ Β βββ ic_stat_notification.png βββ drawable-night-xxxhdpi βΒ Β βββ android12splash.png βΒ Β βββ ic_stat_notification.png βββ drawable-v21 βΒ Β βββ background.png βΒ Β βββ launch_background.xml βββ drawable-xhdpi βΒ Β βββ android12splash.png βΒ Β βββ ic_stat_notification.png βΒ Β βββ splash.png βββ drawable-xxhdpi βΒ Β βββ android12splash.png βΒ Β βββ ic_stat_notification.png βΒ Β βββ splash.png βββ drawable-xxxhdpi βΒ Β βββ android12splash.png βΒ Β βββ ic_stat_notification.png βΒ Β βββ splash.png βββ mipmap-hdpi βΒ Β βββ ic_launcher.png βΒ Β βββ launcher_icon.png βββ mipmap-mdpi βΒ Β βββ ic_launcher.png βΒ Β βββ launcher_icon.png βββ mipmap-xhdpi βΒ Β βββ ic_launcher.png βΒ Β βββ launcher_icon.png βββ mipmap-xxhdpi βΒ Β βββ ic_launcher.png βΒ Β βββ launcher_icon.png βββ mipmap-xxxhdpi βΒ Β βββ ic_launcher.png βΒ Β βββ launcher_icon.png βββ raw βΒ Β βββ keep.xml βΒ Β βββ notification_sound.wav βββ values βΒ Β βββ styles.xml βββ values-night βΒ Β βββ styles.xml βββ values-night-v31 βΒ Β βββ styles.xml βββ values-v31 βββ styles.xml
23 directories, 46 files
Logs:
π Am experiencing the same bug
this doesn't really give the logs or any specific info of the ANR due to push notifications. Could be related to FCM and not Appwrite.
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...