Giter Club home page Giter Club logo

Comments (25)

ZantsuRocks avatar ZantsuRocks commented on June 14, 2024 3

It doesn't even compile for me.

from uni_links.

HugoHeneault avatar HugoHeneault commented on June 14, 2024 3

I haven't had time to try it (yet) but you might have a look on https://github.com/ganttastic/uni_links

Some of his commit messages might imply that he fixed iOS. Let us know :)

from uni_links.

dprophete avatar dprophete commented on June 14, 2024 3

Has anybody gotten universal links to work properly recently on ios or is it just me? I tried everything I could. Works great on android. But not on ios...

from uni_links.

sudha-anecure avatar sudha-anecure commented on June 14, 2024 2

We co

@sudha-anecure what's your problem? give me the context

I would love to try the ganttastic version but I have no idea how to define in the pubspec.yaml file which "uni_links", avioli versus ganttastic, should be included in my project.

Could you show me how you point to the ganttastic version in the pubspec.yaml file rather than the avioli version?

Based on the file dates I see here it appears the avioli version of uni_links is not being maintained.

Thank you so much.

We couldnt get uni links to work, so we moved to a diff plugin. But if you want to try the ganttastic version, here is how you do it in your pubspec

uni_links:
git:
url: git://github.com/ganttastic/uni_links.git

from uni_links.

krolaw avatar krolaw commented on June 14, 2024 2

We used https://pub.dev/packages/share. - it also support universal links

@sudha-anecure really? Where? Sorry to be a bother, looking at the API, it appears to only support outgoing. There is a channel, but it's flagged for testing.

from uni_links.

sudha-anecure avatar sudha-anecure commented on June 14, 2024 2

We used https://pub.dev/packages/share. - it also support universal links

@sudha-anecure really? Where? Sorry to be a bother, looking at the API, it appears to only support outgoing. There is a channel, but it's flagged for testing.

Not documented, but supported in the code

from uni_links.

pedro-culque-ifood avatar pedro-culque-ifood commented on June 14, 2024 1

Guys after several tests I managed to make it work, really this version of ganttastic contains several very good fixes

from uni_links.

babaosoftware avatar babaosoftware commented on June 14, 2024 1

This
uni_links:
git:
url: git://github.com/ganttastic/uni_links.git

doesn't work for me with uni links, just with custom links
I'm sure I did everything right, including the new version of the domain association file. It just opens the browser. Any help would be appreciated. Thanks.

from uni_links.

alexayub avatar alexayub commented on June 14, 2024

for me too :(

from uni_links.

pedro-culque-ifood avatar pedro-culque-ifood commented on June 14, 2024

for me too :(

from uni_links.

pedro-culque-ifood avatar pedro-culque-ifood commented on June 14, 2024

Hey guys! alright? I just tested it and it didn't work yet, it's returning the init link as null

Has anyone else tested it?

from uni_links.

sudha-anecure avatar sudha-anecure commented on June 14, 2024

Hi - what did you do to make it work pls?

from uni_links.

pedro-culque-ifood avatar pedro-culque-ifood commented on June 14, 2024

@sudha-anecure what's your problem? give me the context

from uni_links.

EHBradford avatar EHBradford commented on June 14, 2024

@sudha-anecure what's your problem? give me the context

I would love to try the ganttastic version but I have no idea how to define in the pubspec.yaml file which "uni_links", avioli versus ganttastic, should be included in my project.

Could you show me how you point to the ganttastic version in the pubspec.yaml file rather than the avioli version?

Based on the file dates I see here it appears the avioli version of uni_links is not being maintained.

Thank you so much.

from uni_links.

EHBradford avatar EHBradford commented on June 14, 2024

We co

@sudha-anecure what's your problem? give me the context

I would love to try the ganttastic version but I have no idea how to define in the pubspec.yaml file which "uni_links", avioli versus ganttastic, should be included in my project.
Could you show me how you point to the ganttastic version in the pubspec.yaml file rather than the avioli version?
Based on the file dates I see here it appears the avioli version of uni_links is not being maintained.
Thank you so much.

We couldnt get uni links to work, so we moved to a diff plugin. But if you want to try the ganttastic version, here is how you do it in your pubspec

uni_links:
git:
url: git://github.com/ganttastic/uni_links.git

Ok, Thank you so very very much. I will try it. But based upon what you said I am not confident.

Of course now I am interested in the alternative plugin you used. would you mind sharing it's name?

from uni_links.

EHBradford avatar EHBradford commented on June 14, 2024

We co

@sudha-anecure what's your problem? give me the context

I would love to try the ganttastic version but I have no idea how to define in the pubspec.yaml file which "uni_links", avioli versus ganttastic, should be included in my project.
Could you show me how you point to the ganttastic version in the pubspec.yaml file rather than the avioli version?
Based on the file dates I see here it appears the avioli version of uni_links is not being maintained.
Thank you so much.

We couldnt get uni links to work, so we moved to a diff plugin. But if you want to try the ganttastic version, here is how you do it in your pubspec
uni_links:
git:
url: git://github.com/ganttastic/uni_links.git

Ok, Thank you so very very much. I will try it. But based upon what you said I am not confident.

Of course now I am interested in the alternative plugin you used. would you mind sharing it's name?

I think I found a possible alternative plugin, assuming you can use firebase: firebase_dynamic_links

from uni_links.

sudha-anecure avatar sudha-anecure commented on June 14, 2024

We used https://pub.dev/packages/share. - it also support universal links

from uni_links.

gzimbron avatar gzimbron commented on June 14, 2024

I followed all steps, but when im opening link, browser launch 404 error, any
https://loteria-online.app/.well-known/apple-app-site-association

please help

from uni_links.

KirylKaralkou avatar KirylKaralkou commented on June 14, 2024

Hello guys. I had the same issue. Want to share the possible way to solve:
Please note that for iOS 13 Apple changes the format of apple-app-site-association file https://developer.apple.com/documentation/safariservices/supporting_associated_domains_in_your_app?language=objc - check this article for details.
I applied new format for apple-app-site-association file and now universal links are working fine for me.
Please also note that you need to reinstall your apps (maybe several times) to get fresh domain association. Hope this will help someone

from uni_links.

ayushin avatar ayushin commented on June 14, 2024

Can't see anything in the https://pub.dev/packages/share code, am I looking in the right place?

from uni_links.

derohimat avatar derohimat commented on June 14, 2024

We co

@sudha-anecure what's your problem? give me the context

I would love to try the ganttastic version but I have no idea how to define in the pubspec.yaml file which "uni_links", avioli versus ganttastic, should be included in my project.
Could you show me how you point to the ganttastic version in the pubspec.yaml file rather than the avioli version?
Based on the file dates I see here it appears the avioli version of uni_links is not being maintained.
Thank you so much.

We couldnt get uni links to work, so we moved to a diff plugin. But if you want to try the ganttastic version, here is how you do it in your pubspec

uni_links:
git:
url: git://github.com/ganttastic/uni_links.git

working with this

from uni_links.

babaosoftware avatar babaosoftware commented on June 14, 2024

I ended up using firebase_dynamic_links. Works on both platforms.
Here is how to setup your account:
https://www.youtube.com/watch?v=KLBjAg6HvG0
Make sure you follow all the steps and register both your android and ios apps with the proper ids
And here is how to use it in flutter.
https://pub.dev/packages/firebase_dynamic_links

from uni_links.

snaeji avatar snaeji commented on June 14, 2024

Just a heads up! You can't find the App ID Prefix in AppStoreConnect.

You have to check for the corresponding App ID Prefix here:
https://developer.apple.com/account/resources/identifiers/bundleId

from uni_links.

snaeji avatar snaeji commented on June 14, 2024

I can confirm that this plugins works for iOS14.

from uni_links.

mehdico avatar mehdico commented on June 14, 2024

Hey @snaeji,
I have problems with ios 14 (https links). Can you describe the thing you do, please?

from uni_links.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.