avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

uni_link worked for me on Android but I couldn't get it to work on IOS #195

Closed AbdullohRazzoqov closed 5 months ago

AbdullohRazzoqov commented 9 months ago

photo_2024-01-11 16 05 14

I have a shipping app. A map is installed to select the point of shipment and reception of cargo. The bottom line is that I want to analyze geolocation from messengers (eg whatsapp, telegram). How can I show my application in the "Open" and "Share" lists? Please help me. I am new to Flutter. I found a solution with uni_links for Android but I can't use IOS

to the AndroidManifest.xml file: Adding <data android:scheme="geo" /> solved it. I don't understand what to add to Info.plist for Ios

avioli commented 5 months ago

This package is now marked as discontinued and app_links recommended replacement.