tvOS 13 AVPlayerViewController live playback timestamp issue - tvos13

After updating to tvOS 13, I am seeing 18y8m0w4d on the live progress bar when I rewind. This is fixed in a second or so when the progress bar gets updated. I don't see this issue on tvOS 12.
It looks like AVPlayerViewController bug but was wondering if anyone else is facing this issue?
Thanks

I saw the same issue on tvOS 13.0 and it looks like the latest update tvOS 13.2 has fixed it.

Related

Xcode 11 can't launch CarPlay audio application

In Xcode 11 GM Version can't launch Car Play audio application in the simulator.
Simulator stuck on the loading screen, then show "Unable to connect" error. Sometimes shows only black screen or crash on app launch.
While debugging, I see that methods from MPPlayableContentDataSource and MPPlayableContentDelegate won't fire. On Xcode 10 all work fine, so it's looks like some bug in new Xcode 11. Maybe someone knows how to solve this problem?
Thanks indeed.
I submitted a radar (FB7514196) to Apple.
You can see a copy of the radar here: https://openradar.appspot.com/radar?id=4997629368860672
Just installed Xcode 11.3 and I'm still having this problem. Contacted Apple via the Feedback Assistant and the response was:
Please ensure you're providing a prompt response to
MPPlayableContentDelegate and MPPlayableContentDataSource when you app
launches on the car screen. You have a few seconds after launch before
we show this timeout screen.
The first thing I do when starting the app is to set up this delegate and data source, so that's not the issue. Maybe something related to setting up CarPlay changed in the iOS 13 SDK.
Xcode 11 and Xcode 11.1 seem to contain a broken CarPlay implementation. Xcode 11.2 (beta-1) seems to work much better here. That said, the CarPlay simulator is finicky anyways and you should really use a real head unit to test your programs. I have found simply closing and reopening the CarPlay simulator to help with many issues, btw.
Still the same issue here with XCode 11.2.1
Anybody found a solution?
The CarPlay simulator has always been a total disgrace - for years!

IOS Status bar doesn't appear after ios update

I will working with xamarin.form and my status bar was good, till the ios 11.0 update....
after ios update (11.0) my app doesn't show the status bar...Does someone know how can I show it again???
Is there a way to verify the version of the device?
Have you updated Xamarin.Forms? I believe it was updated when the iOS was updated to 11.0

Xcode 8 beta 6 - App image broken in iOS 8

I have Installed Xcode 8 beta 6 and deployed the app into iOS 8 - 10 device to test.
I found some app images are broken in iOS 8 device (Please refer to the image shown below)
It works perfectly fine in iOS 9 and iOS 10
Is it a bug from Apple? Anyone having the same problem? Many thanks.
Possible duplicate to : Xcode 8 simulator ios 8 image get distorted
Update: Xcode 8 GM build fixed this problem
I'm having the same issues too. I found that the same image on iPhone 4s was distorted but not on iPhone 6s. So I then tested it by disabling the 1x and 2x asset for the same image. It then started working on iPhone 4s. I hope Apple fixes this issue in the gold master.
Same here! There is a pending bug report in the other ticket, hopefully Apple will react and fix this in the next Beta iteration.
This issue is back in Xcode 9.2
https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html#//apple_ref/doc/uid/TP40001051-CH1-SW936
"Workaround: Build the app using Xcode 9.1, or use Xcode 9.2 and set the deployment target to iOS 8.4 or later."
Another more involved workaround is to delete the image from Images.xcassets and add the image(s) back in directly to the bundle.

Auto layout Failed to Render

I have been getting this error only on occasion when I work on my storyboard:
Failed to render and update auto layout status for Category
ViewController: IBAppleTVSimulatorAgent.app failed to launch
I usually just close and reopen my xcode and the warning goes away, but could someone please tell me as to why this is happening and how I can have a more permanent solution rather than just restarting my xcode?
Thaaaanks!
It's a glitch in Xcode 7.1 beta 2 when laying out tvOS storyboards. It's just something to put up with until they fix it, hopefully in beta 3.
I was also facing the same issue while developing TV app.
I deleted the Xcode 7.1 beta 2 and
I reinstall the Xcode 7.1 beta 2
this fixed my problem.

Xcode 6.3.1 Simulator UI Errors

Since updating to Xcode 6.3.1, my Simulator isn't rendering my UI elements consistently with autolayout.
My detailViews render the same IB layout inconsistently, with one view truncated while the other view is fine. Both are properly constrained. This only happened after installing the new update.
Has anyone else encountered this problem?
Thanks
When you say "simulator", are you talking about the iOS device simulator, or the Preview Assistant?
Does this issue reproduce on device?
Can you post a screenshot showing all of your constraints for the affected view?

Resources