Deep linking into YouTube Upload from another iOS App - ios

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.

Related

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.

Open Youtube App and go back to my App

For my project, I would like to watch some Youtube video. However, when I embed Youtube's Player in a UIWebView, the quality is really low. So, I decide to play the videos on the Youtube App if she's on the phone.
My problem is that my user can't go back to my app once the video is finish.
I know there's a URL Scheme for Google Maps App that add a button to go back to your app, but I didn't find anythings for the Youtube App.
Any idea ?
There isn't any public URL Scheme for the YouTube iOS App like Google Maps has for callbacks.
You can use this SDK for embedding Youtube videos into your app: https://developers.google.com/youtube/v3/guides/ios_youtube_helper
Check out the Youtube Developer Site: https://www.youtube.com/yt/dev/hu/api-resources.html, if they will enable an URL Scheme with callbacks, it will be available here.

Is available to embed AdMob in my app that contains my youtube videos?

This is not programing question. I come in here from youtube API page by clicking 'Ask a Question'...;
I will make the app shows yoga videos using Youtube API. Those videos are mine. In that app, people can play my youtube videos. I will show AdMob on video list page. My plan is available?
Or, Except AdMob, I can insert AD onto video?
it is not allowed to simply play YouTube content in an app. This is called framing.

Is there ANY way to provide a link to a playlist in the YouTube iOS App that will actually work?

I've tried maybe 6 different permutations of YouTube playlist sharing links and none of them will bring you to the playlist on iOS browsers when it transfers you over to the YouTube app (or if it stays in the browser for that matter).
What it does is it goes to the individual video page for the starting point of the playlist, but it's not the actual playlist view, which IS accessible only if you go through the playlists tab within the YouTube mobile app.
Does anyone know if there's an answer or if YouTube just doesn't want me going to a playlist view in its app when clicking the link on my mobile device?
Simple summary:
All I want to do is put a link in my website that will (in a mobile browser) take me to a playlist in the proper playlist view (where it continues on to the next video after the current one is done) either via the YouTube app switch or simply in the mobile browser.
Its because Youtube doesn't understand browser URL of playlist like this -
http://www.youtube.com/playlist?list=PLgrYntDWyYDdHwZney5QoTDFQrphRmYoK
Alternatively, go to your video->playlist in youtube
Right click on the playlist and select "copy link address"
It provides a link something like this -
http://www.youtube.com/watch?v=ILwOQV32rHg&list=FLLpWow4PGIVkCJifJxrMfwA
Use this as a URI to play in native youtube app.
youtube://www.youtube.com/watch?v=ILwOQV32rHg&list=FLLpWow4PGIVkCJifJxrMfwA
Now, when the youtube app is launched it navigates to your playlist and continues to play all the videos in your playlist one by one.
For more info - you can check my answer to similar question here -
Youtube URI

Resources