3D Touch Shortcut Widget
Asked Answered
B

1

13

i'm trying to implement new "quick menu widget" in iOS 10 available with 3dtouch. My app has multiple today extension and apple guidelines report

If your app has multiple widgets, pick one to appear in the quick action menu that appears when someone applies pressure to your app icon on the Home screen using 3D Touch.

I don't understand where i can "change" that!

With only one widget all works as well.

Birdwell answered 7/7, 2016 at 9:9 Comment(1)
how to enable for the app which has a single widget in the app. BTW I am using dynamic short cut menu.Oversweet
G
17

There is a new Info.plist key UIApplicationShortcutWidget which you need to set to the bundle identifier of your widget.

See the documentation at: https://developer.apple.com/library/prerelease/content/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW32

Gnu answered 3/8, 2016 at 11:24 Comment(1)
I have only one Today widget in my app. Is there a way to prevent it from appearing when app shortcuts are launched or to detect that event?Undercurrent

© 2022 - 2024 — McMap. All rights reserved.