How to upload videos to you tube from my app? - ios

I am capturing video from my app, now I want to upload the same video to youtube from my app itself for that I refered the link below but it shows the error "No linked youtube account" but I have Provided Developer key nad client id. https://github.com/nparry/gdata-objectivec-client/tree/

Below is some of links to guide you...
1.Upload Videos to YouTube with iPhone custom App
2.gdata-objectivec-client
3.Uploading Video with iPhone

Here is WORKING example for uploading video to youtube from ios .
you just need to add DEVELOPER_KEY & CLIENT_ID in YouTubeTestViewController.m class. Don't forget to up-vote if you find it useful.

Related

Deep linking into YouTube Upload from another iOS App

I make an app for video editing and would like to deep link from the save screen into places like YouTube and Instagram's upload screens.
Is there a way to deep-link into YouTube or YouTube Short's upload screen on the iOS app? I'm having trouble finding any deep-link URL schemes for YouTube (though I see Instagram does have some).
No such deep-link exists for youtube.

Is it allowed to include Youtube Video in iOS app

I want to include some youtube videos in my app, is it allowed to add youtube videos by apple? I am not sure if apple will reject the app or not, if i add any youtube video.
I know that for images, we can't add any image or else your app will be rejected by Apple. So for image i use googled images which are free to use. Is there any restriction for youtube videos as well?
Thanks,
Richa
Yes we can allow the YouTube Video into iOS app.
Because YouTube-provides native iOS video player to play the content
that you retrieve. You can access the documentation for the various
API endpoints offered, including ones not covered in this article, at
https://developers.google.com/youtube/.
Integrating YouTube
My App got reject from Apple Review stating this (AUG/2020)
Guideline 5.2.3 - Legal
I'm using the youtube data api v3 to get the popular videos by country and display as a list on the app (App built using Flutter). each list item displaying only the title, description, thumbnail image and upload date. when click on list item to stream the video I launched in youtube app. (no steaming in my app). but apple reject my app stating above.
check this on apple developer forum

UIActivityViewController: Video Share to Youtube

Is there any way to share a video to YouTube site without using custom UIActivity? YouTube is not listed in UIActicvityViewController though YouTube app is installed on the device. Its not the case with Vine, Vimeo and other apps.Apps are listed if they are installed on the device. Please clarify me about it.
Youtube app does not include a share extension and Youtube has never been a system provided activity item. The built-in photos app probably has created its own UIActivity item for Youtube.

Video upload and sharing to from my IOS app

I'm trying to upload user videos to facebook ,youtube or etc from my ios app ?
I knew and implemented the youtube and facebook api to upload the video for user's account. But at same time i want to video upload on my channel or group with user information also? I saw one option in youtube channel account setting page they given one email id to attached video to upload my youtube account. Upload was done but i dint get user information?
i all user can see all video and whom can uploaded it? its possible please advice how to implement.

How to play video in streaming by using iOS GoogleDrive SDK?

I want to play video in streaming by using iOS GoogleDrive SDK.
GoogleDrive App in iOS app store can play video in streaming by YouTube.
I have seen this post:
http://apiblog.youtube.com/2009/02/youtube-apis-iphone-cool-mobile-apps.html
According to the post, the key of play video is the YouTube source link.
The link lists GoogleDrive's all of file properties:
https://developers.google.com/drive/v2/reference/files
All file's properties were tried to instead of the YouTube source link, but that doesn't work.
Could anyone tell me how to get the correct link to play video by YouTube?
Thank you very much.
You can the URL in the embedLink field to get a streaming player for the video.

Resources