简体   繁体   中英

How to add more than 4 quick action items in UIApplicationShortcutIcons(3D touch) in iOS Application

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.

在此处输入图片说明

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM