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