Posts

Post not yet marked as solved
5 Replies
1.9k Views
Hi, according this WWDC session https://developer.apple.com/wwdc22/10170 App Shortcuts are defined in Swift code, by implementing the AppShortcutsProvider protocol. To implement the protocol, I'll simply create a single getter that returns all the app shortcuts I want to set up for the user. Note that in total, your app can have a maximum of 10 app shortcuts. However, most apps only need a few. there is a limit for up to 10 AppShortcuts. Could you please clarify how that limit handled? 🤔 (e.g. project failed to build / app will crash or malfunction / only 10 shortcuts will be handled on random/ordered choice by iOS) I suppose there is some way to manage shortcuts amount but see no details at documentation yet.
Posted
by vk_arc.
Last updated
.
Post not yet marked as solved
2 Replies
877 Views
Hi, Right now Lock Screen widgets of type .accessoryCircular clipped with circular shape so it's not possible to use whole square area for a content. Is it possible to turn it off/override or could it be considered for a change? Eg allow to set clipping shape to square?
Posted
by vk_arc.
Last updated
.
Post marked as solved
2 Replies
1.6k Views
Hi, is it possible to do not just open the widget's app, but pass some additional params like it's working in "old" widgets via public func scene(_ scene: UIScene, openURLContexts URLContexts: Set<UIOpenURLContext>) 🤔
Posted
by vk_arc.
Last updated
.
Post not yet marked as solved
1 Replies
996 Views
Hi, for personal needs I prepared WWDC Digital lounges summary Q&A (Camera and Photos and SiriKit for now, but going to rework other channels/topics too). I could share these summaries with community if it's not against WWDC Digital lounges rules. A summary prepared in form of questions/answers (conversation) - personal info removed (both: who asked and who answered), internal numeration added. I could provide an example of summary for review by the forum moderators.
Posted
by vk_arc.
Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
Hi, current version of the iOS 14 Translate app doesn't support background modes for offline languages download. Any download stopped if device was locked or app switched to background mode. Thus you need to start offline language download once again. It would be great to have it working in background same way as AppStore apps installation. Also downloading progress indicator is very simple - just showing spinner - it would be great to have it look like AppStore downloading indicator and see details how many MB it requires.
Posted
by vk_arc.
Last updated
.
Post not yet marked as solved
3 Replies
1.1k Views
Hi, I'm trying to build a AR template based app with Xcode 11 beta (building for iPhone X with iOS 13 beta on board).Xcode hanging at this step: Building artest2: Constructing build descriptionNo errors just same state forever...Anyone experiencing such issues?I'm running Xcode at Mac OS 10.4.5. No errors/issues with another test project (SwiftUI).
Posted
by vk_arc.
Last updated
.