Posts

Post marked as solved
1 Replies
603 Views
Hi there! I am implementing CloudKit sharing in my app. In the perShareCompletionBlock it returns an error which is "missingEntitlement", and the description is: Connection (null) is missing the application-identifier or com.apple.developer.associated-application-identifier entitlement What does it mean? I can not figure it out. Of course I can not accept any share.
Posted Last updated
.
Post not yet marked as solved
0 Replies
384 Views
I am creating a player app for tvOS. I am trying to add a button to restart the playback (I can not use the Markers). The Apple Human Interface Guidelines states - https://developer.apple.com/design/human-interface-guidelines/tvos/system-capabilities/video-player/: The built-in video player includes an info panel that displays information about the video and lets viewers change settings for items such as subtitles, spoken languages, or speaker output. By default, the info panel contains three tabs titled Info, Subtitles, and Audio. (The TV app uses Chapters in place of Info.) You can provide a fourth tab if people need to access content-specific information or settings that you support. "Settings that you support" means that the user can interact with the settings, I suppose. The problem is that I can not manage to enable user interaction. If I add a button in the controller, the user can not focus it, so it turns out to be useless. Does anyone know how to be able to select a button in there?
Posted Last updated
.