Skip to content

fix(notifications): crash on ios when scheduling a notification - #2905

Merged
lucasfernog merged 3 commits into
tauri-apps:v2from
ChristianPavilonis:fix-scheduled-notification-ios
Aug 21, 2025
Merged

fix(notifications): crash on ios when scheduling a notification#2905
lucasfernog merged 3 commits into
tauri-apps:v2from
ChristianPavilonis:fix-scheduled-notification-ios

Conversation

@ChristianPavilonis

Copy link
Copy Markdown
Contributor

Fixes #2902.

Converts the NotificationSchedule enum to a dictionary because the enum can't be converted it would cause a crash.

@ChristianPavilonis
ChristianPavilonis requested a review from a team as a code owner August 9, 2025 02:00
@github-actions

github-actions Bot commented Aug 9, 2025

Copy link
Copy Markdown
Contributor

Package Changes Through 0f623cf

There are 2 changes which include notification with patch, notification-js with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.33 2.0.34
api-example-js 2.0.29 2.0.30
notification 2.3.0 2.3.1
notification-js 2.3.0 2.3.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog lucasfernog left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice one!

@lucasfernog
lucasfernog merged commit 8abb31e into tauri-apps:v2 Aug 21, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scheduling notification crashes on ios.

2 participants