[iOS] Display the Activity Window to Share a Score

Hi all, I was wondering if there was a simple solution to display the activity window to share (via message, email, twitter, Facebook, etc…) after tapping a “share” button, as seen in many games like Timberman or Flappy Bird.

Thanks!

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 image, text,url via SMS
  • Share image, text,url via E-Mail
  • Share image, text,url via Whats-app
  • Share image, text,url on Social Network (Facebook, Twitter)

Adding to it we added separate Twitter SDK feature in full version.