Upload or transfer videos to Youtube from my iOS SDK app

I use the UIDocumentInteractionController to be able to share videos, using the "presentOptionMenuFromRect" command, several applications are offered for sharing, but not Youtube.

I have Youtube installed on my iPhone.

When you save the same video in the camera roll (with the same UIDocumentInteractionController), Youtube is displayed as a shared option (therefore, the file type is supported by the Youtube application).

Any help? Thanks!!!

+4
source share

Source: https://habr.com/ru/post/1501728/


All Articles