20

In my apps that use 3D touch home screen quick actions I do not have the new iOS 10 default sharing option that all apps got for free.

I have seen some apps, for example Amazon, that have their 4 custom shortcut items (quick actions) and the 1 default sharing option.

Is there a way I can get the default iOS 10 sharing option back?

crashoverride777
  • 10,581
  • 2
  • 32
  • 56

1 Answers1

54

That feature or option is only available for apps that are live on the App Store, it will not show up when testing your app. It is done automatically so there is nothing you will have to do.

crashoverride777
  • 10,581
  • 2
  • 32
  • 56
MwcsMac
  • 6,810
  • 5
  • 32
  • 52
  • so if I need "Share" action appear along with my 2 custom 3d touch actions, it means that I just need to declare 2 custom actions in the plist and when application will be live on the appstore, "Share" action will appear by itself? could you give a link to documentation describing this behavior? – Alexander Tkachenko Dec 14 '16 at 09:31
  • 3
    Correct you only need to add your custom 3d touch actions. The "Share - App Name" is built into the iOS and is now automatic once the app is published in the App Store. – MwcsMac Dec 14 '16 at 15:35
  • Thanks for your answer! – Alexander Tkachenko Dec 14 '16 at 15:39
  • @Ben Correct no code required to share the app just needs to be live in the App Store. – MwcsMac Apr 07 '19 at 18:01