llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
176 stars 68 forks source link

MacOS Support and Debugging? #36

Closed u382514 closed 1 year ago

u382514 commented 1 year ago

I cannot seem to get the universal links to work in MacOS. It works fine in an IOS simulator but MacOS just opens up Safari and never asks to open in app or anything else. Any ideas?

llfbandit commented 1 year ago

Mac os can only handle custom URL schemes like Windows or such

llfbandit commented 1 year ago

Http(s) scheme is reserved on those platforms.

sugur commented 1 year ago

Why universal links cannot not to work in MacOS? It just opens up Safari with 403.

DmitryGaimaldinov commented 1 month ago

There's an example of handling universal links on macos: https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app.

So maybe that's possible to add universal links support for macos?