- Home /
social network & share function
Are there any codes or scripts to get this menu in an iOS game? I want these functions to share screen captures of the game.
Many thanks in advance
Answer by Voxel-Busters · Aug 12, 2015 at 09:09 AM
There is no direct method in unity to do that. As, its native feature and Unity being cross-platform engine.
If you want to do that you need to use
Share sheet on iOS.
Intent Chooser with required types.
For this reason we developed Cross Platform Native Plugins for both iOS and Android with a unified API. It has sharing features along with other mostly used features (Notifications, Billing & many more).
Sharing feature is completely available for FREE in Lite version .
Sharing feature contains following functionalities
Share Screenshot, Image, text, url via SMS
Share Screenshot, Image, text, url via E-Mail
Share Screenshot, Image, text, url via Whats-app
Share Screenshot, Image, text, url on Social Network (Facebook, Twitter)
Adding to it we added separate Twitter SDK feature in full version for Twitter login functionalities.
Answer by Roixo · May 28, 2018 at 02:45 PM
Hi,
I made this tutorial where you can share screenshoots of the game in all Social Media (Facebook, Twitter, Whatsapp, Instagram, Gmail and so on) in less than 20 lines of code just with one single button:
Answer by awsapps · Sep 09, 2021 at 05:54 AM
[9-2021] Don't tested myself, but this seems pretty much what you wanted for free https://assetstore.unity.com/packages/tools/integration/native-share-for-android-ios-112731
Your answer
Follow this Question
Related Questions
Social features for iOS? 2 Answers
[iOS] Display the Activity Window to Share a Score 1 Answer
API for posting to all social networks for all platforms 2 Answers
U3DXT Social FacebookPost not Working? 1 Answer
Xcode hook up with Unity 1 Answer