Reputation: 798
I want to upload the recorded video from ios app directly to youtube on the click of a button.For this I tried some third party libraries like: https://github.com/youtube/yt-direct-lite-iOS https://github.com/NSRover/YouTube-API-Demo
but both are around 3 years old and shows a lot of missing files even in the sample code. One after the other files are getting missing. Is there any other way to do this out. Please help
Upvotes: 5
Views: 2912
Reputation: 4402
I have made sample code for upload video from App to Youtube. Here is the link https://github.com/maniyarpayal/youtubetest
Upvotes: 0
Reputation: 13469
You may check these tutorials:
Basically, you need to:
Also check the official documentation regarding Videos: insert
method to upload a video to YouTube.
Upvotes: 2