Is there a way to "Copy To" / "Share" attachment to/with Xamarin App from e-mail. Basically make my application to show up in list of applications where file can be copied to or shared with? Could you please provide an examples(or share links) how it can be done, both for iOS and Android? Thanks.
Asked
Active
Viewed 106 times
0
-
Maybe you can check `Xam.Plugins.Messaging` first. – Jessie Zhang -MSFT Jun 05 '19 at 08:02
1 Answers
0
File associations (Open In) are done differently on iOS & Android as you can see in the links I attached. You can also take advantage of the Xamarin Essentials Launcher for this, but for iOS you have to make info.plist changes, as shown in part 1 & 2
You are essentially enabling the system to realize that your app handles those links, and then you enable your app to do work when it is opened through those links.

Saamer
- 4,687
- 1
- 13
- 55