3

I am working on 3D touch features in iOS. I want to add more than 4 shortcut items. I go through apple documentation which states that

iOS 9 displays up to four Home screen quick actions for your app

But the soundhound application is showing 5 items(more than 4 items) in their application. So I am very curious to know how soundhound is achieving the same thing. I tried to add all the items dynamically but it reject the last one in the array. I also tried to add static items in info.plist but the same result.

Any help is highly appreciable.

I am adding the screenshort of the sound hound application just for the reference.

enter image description here

Sahil Mahajan
  • 3,922
  • 2
  • 29
  • 43

1 Answers1

5

You can add only upto 4 Shortcut Items (static/dynamic).

The Share <#AppName#> will be added default if the application downloaded from appstore.

Lal Krishna
  • 15,485
  • 6
  • 64
  • 84