EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 905 forks source link

YouTube not supported as a valid app in iOS Share Sheet? #1203

Open jpfabris opened 1 year ago

jpfabris commented 1 year ago

I'm trying to add a share functionality to an app I'm developing, and everything went smoothly with android. When testing with iOS, I installed the YouTube app but it doesn't seem to be included in iOS' share sheet (tested out with iOS 14.8 and 16).

I'm struggling to find references about such behavior. Is there something that I can do to include the app as a valid share option?

Thanks!