Skip to content

feat: MacOS: add universal applink support - #1108

Merged
lucasfernog merged 1 commit into
tauri-apps:devfrom
Simon-Laux:hunt-down-open-url-crash-and-add-application_continue_user_activity
Aug 18, 2025
Merged

feat: MacOS: add universal applink support#1108
lucasfernog merged 1 commit into
tauri-apps:devfrom
Simon-Laux:hunt-down-open-url-crash-and-add-application_continue_user_activity

Conversation

@Simon-Laux

@Simon-Laux Simon-Laux commented Apr 18, 2025

Copy link
Copy Markdown
Contributor

by implementing application:willContinueUserActivityWithType: and application:continueUserActivity:restorationHandler:,
reusing the existing Event::Opened { urls } event for the user facing api.

Todo:

  • rebase it to new dev branch
  • make it work
  • remove the unrelated debugging change in application_open_urls
  • signed commits

Comment thread src/platform_impl/macos/app_delegate.rs Outdated
@Simon-Laux Simon-Laux changed the title experiment with handling universal app-links experiment with handling universal app-links | implement application:continueUserActivity:restorationHandler: Apr 18, 2025
@Simon-Laux
Simon-Laux force-pushed the hunt-down-open-url-crash-and-add-application_continue_user_activity branch 2 times, most recently from cd3da7f to beef348 Compare April 22, 2025 19:41
@github-actions

github-actions Bot commented Apr 22, 2025

Copy link
Copy Markdown
Contributor

Package Changes Through 32049e4

There are 1 changes which include tao with minor

Planned Package Versions

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

package current next
tao 0.33.0 0.34.0

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


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

@Simon-Laux
Simon-Laux force-pushed the hunt-down-open-url-crash-and-add-application_continue_user_activity branch from beef348 to b3bbba1 Compare April 22, 2025 22:41
@Simon-Laux Simon-Laux changed the title experiment with handling universal app-links | implement application:continueUserActivity:restorationHandler: feat: MacOS: add universal applink support Apr 22, 2025
@Simon-Laux
Simon-Laux force-pushed the hunt-down-open-url-crash-and-add-application_continue_user_activity branch from b3bbba1 to 32049e4 Compare April 22, 2025 22:46
@Simon-Laux
Simon-Laux marked this pull request as ready for review April 22, 2025 23:03
@Simon-Laux
Simon-Laux requested a review from a team as a code owner April 22, 2025 23:03
by implementing `application:willContinueUserActivityWithType:` and `application:continueUserActivity:restorationHandler:`,
reusing the existing `Event::Opened { urls }` event for the user facing api.
@Simon-Laux
Simon-Laux force-pushed the hunt-down-open-url-crash-and-add-application_continue_user_activity branch from 32049e4 to c75f9af Compare May 13, 2025 00:26

@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.

works like a charm! all i needed to do was setup the entitlements and the provisioning profile

@lucasfernog
lucasfernog merged commit 60a4734 into tauri-apps:dev Aug 18, 2025
@github-actions github-actions Bot mentioned this pull request Aug 18, 2025
lucasfernog added a commit to tauri-apps/tauri that referenced this pull request Aug 18, 2025
saurL pushed a commit to saurL/tao that referenced this pull request Aug 21, 2025
by implementing `application:willContinueUserActivityWithType:` and `application:continueUserActivity:restorationHandler:`,
reusing the existing `Event::Opened { urls }` event for the user facing api.
WofWca added a commit to deltachat/deltachat-desktop that referenced this pull request Sep 3, 2025
The MRs that we depend on have been merged and released:
- tauri-apps/plugins-workspace#2609.
- tauri-apps/tao#1108.

So now we can use the release versions.
WofWca added a commit to deltachat/deltachat-desktop that referenced this pull request Sep 4, 2025
The MRs that we depend on have been merged and released:
- tauri-apps/plugins-workspace#2609.
- tauri-apps/tao#1108.

So now we can use the release versions.
lucasfernog added a commit to tauri-apps/tauri that referenced this pull request Oct 7, 2025
* feat(core): add support to universal app links on macOS

follow-up for tauri-apps/tao#1108

* fix ci

* clippy

* ignore empty schemes
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.

2 participants