OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
67 stars 22 forks source link

Add Odysee as a sharing target from other apps #377

Open tzarebczan opened 1 year ago

tzarebczan commented 1 year ago

This would start the upload process with the thing being shared

ktprograms commented 1 year ago

According to this answer, share extensions are expected to handle the upload themselves, which would require duplicating a lot of code from the existing publish flow, as well as from the API interaction code.

Unless there's other ways to make it work with (not with hacky solutions of passing the file path/bookmark), I think this would have to be a lower priority.