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 907 forks source link

Not all share targets are shown on iOS #471

Open NekR opened 8 years ago

NekR commented 8 years ago

I use this method to display share sheet on iOS (didn't tested other platforms yet):

window.plugins.socialsharing.share(message, subject, null, url);

and it shows only "Mail" and "Reminders" on simulator. When I open Safari and click share there, it also shown Facebook and Twitter. What I am doing wrong that Facebook and Twitter are not listen in my app?

Cordova iOS 3.9.2. Installed via cordova plugin add cordova-plugin-x-socialsharing.

AleksES commented 8 years ago

Upgraded cordova version from 4.2 to 5.4 and get the same problem. Simulator and device show only mail.

Platform iOS version: 3.9.2 Cordova version: 5.4.0