python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
tvOS app crashes without launching when no internet connection
I get this alert from XCODE:
The operation couldn’t be completed. Transaction's process <FBApplicationProcess: 0x10155d170; application:> is not running:
<FBApplicationUpdateScenesTransaction...
Rakshit Korat
Votes: 0
Answers: 2
The "LIVE" badge on tvOS 15 UI
I learnt that tvOS 15's playback has a new red "LIVE" badge upon title view. The LIVE badge appears when the video is streaming.
However, how does it know the video is live streaming and man...
Morgan Yu
Votes: 0
Answers: 1
In tvos 15 could get a deallocator issue while resetting the avplayer
In my tvos application i reset the avplayer as e.g Appdelegate.myPlayerVC.avplayerviewcontroller.player = nil
It works fine till the 15.1.1tvos version. But in tvos version 15.2
and above we get few ...
SMS
Votes: 0
Answers: 1
Allow SwiftUI view to detect tvOS menu button presses
I am currently building an app for tvOS is Swift and am getting a tad stuck. The majority of the app has been coded using SwiftUI. However, I now need to add a Gesture Recogniser to allow each page to...
eFlat
Votes: 0
Answers: 1