Posts

Post not yet marked as solved
0 Replies
264 Views
When editing the watch face, I can select a complication area in order to select which app the complication should show info for. In the list of apps, I can find my app, but there is no app icon in front of my app name. How come? Which icon is it using? I have defined graphics for all app icon resolutions. Is there something else I need to add?
Posted
by Chiburi.
Last updated
.
Post marked as solved
1 Replies
311 Views
I have an iOS app that includes a Watch app. So far, I have only had to implement the complications I needed on the Watch app, but with XCode 12 it seems I have to implement all complications all of a sudden. If I do not the Watch app crashes almost immidiately in the simulator. How come this changed? Can I somehow avoid implementing all types of complications?
Posted
by Chiburi.
Last updated
.
Post not yet marked as solved
1 Replies
3.3k Views
HiToday, when uploading an app to App Store, I all of a sudden get this warning:"ITMS-90788: Incomplete Document Type Configuration - The CFBundleDocumentTypes dictionary array in the dk.something.coolapp Info.plist should contain an LSHandlerRank value for the CFBundleTypeName '$documentTypeName' entry. Refer to https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/TP40009249-SW1 for more information on the LSHandlerRank key."From the link in the text I get a list of keys that can be added in the plist, but I have idea why this is needed all of a sudden and don't understand where it should be added in the project file in Xcode?
Posted
by Chiburi.
Last updated
.