1

I found an article where a solution is described how to register an codenamone app as a target for "open with" on an iOS device. Is there also a way to register an codenamone app as a share target on iOS?

Klaus Heywinkel
  • 509
  • 3
  • 9

1 Answers1

0

There is no easy integration for that since the share functionality requires the creation of an extension and that would require some native code: How to add my app to the share sheet action

This is something that's a bit hard to automate since you would need to implement logic that indicates whether a specific file is valid etc. It's something we could implement if there's demand for it but we didn't get around to doing it.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65