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

Not working on android 13 #65

Closed qtee16 closed 11 months ago

qtee16 commented 1 year ago

My app use app link and it works perfectly on android 11, but it does not work with android 13. Please help me fix this bug. Thanks a lot.

michalsrutek commented 1 year ago

Do you have a minimal reproducible example that you could share?

Is the example app working/not working for you?

Because everything works perfectly on my S23 with Android 13 🤷

musjib999 commented 12 months ago

I also tried it on android 13 but i have to manually add the link to the app settings Go to settings>Apps>Default apps>open links>{Your app name}>Add link

Is there a way i can just open the link without having to do all this?

llfbandit commented 12 months ago

It seems there is no workaround, not in development. This manipulation has to be done only once. But you can do it directly from your app settings.

musjib999 commented 12 months ago

It seems there is no workaround, not in development. This manipulation has to be done only once. But you can do it directly from your app settings.

So whats the solution to that @llfbandit

llfbandit commented 12 months ago

As far as I know, there's none. When app is deployed on stores, this issue become irrelevant.