Apple TV

RSS for tag

Discuss hardware-specific topics related to Apple TV.

Posts under Apple TV tag

137 Posts

Post

Replies

Boosts

Views

Activity

Too few continuous video streams on HKSV doorbell
Hi all, I've been using a Robin ProLine Doorbell for almost 1 year now. It allows me to see a live video from my doorbell and start a live conversation with a visitor, right from the Apple Home app. Prior to the launch of Logitech Circle View Doorbell, it was the only doorbell officially supporting HomeKit Secure Video. My setup: I'm subscribed to iCloud+ (the 2TB plan), so I've set the Robin ProLine Doorbell to record video when specific motion is detected and store in iCloud. Excellent feature, and I've used it a lot. I have an Apple TV device with Doorbell Notifications enabled, meaning that is shows a Live video pop-up in the top-right corner of my TV, whenever a visitor rings the doorbell. Great feature as well. I have a few HomePod mini devices in my home, which all make a Doorbell Chime sound when a visitor rings the doorbell. And of course, my iPhone and iPad show a notification with a still photo, when a visitor rings the doorbell. Recently however, not sure since when, I‘ve been unable to see a live video from my doorbell (and start a live conversation) in the Apple Home app, right after a visitor rings the doorbell. These are the steps to reproduce the problem: A visitor rings the doorbell. My HomePod minis all make a chime sound. My Apple TV shows a pop-up notification (including a live video of the visitor). My iPhone and iPad show a notification (including a still photo of my visitor). I open the Apple Home app, on my iPhone, and open the doorbell camera. After step 5, I expect to see a live video from my doorbell and to be able to start a live conversation with my visitor. However, I always get the same error message. The Apple Home app says: „Camera not available – Wait until someone else in this home stops viewing this camera and try again.“ Note that I am the only user in my Home, so no one else is viewing my camera. Also note that the problem does not occur, if I turn off my Apple TV notifications, which includes a live video of my visitor. Therefore, I'm convinced that my Apple TV notification is this „someone else“ that I am asked to wait for, in the error message in the Apple Home app. I just spoke to Robin support about this problem and here's their reply: Hi Atli, HomeKit support for doorbells started with the requirements of two simultaneous video streams. In that time, notifications over AppleTV were not supported, recording was also not introduced. So two people could simultaneously see and talk to a person at the door. Our Robin doorbell is able to deliver two simultaneous audio/video streams in custom resolutions. We can still do that this day. Apple introduced a new feature HomeKit Secure Video after this. Enabling this feature automatically use one of these two streams. So only one is left. Recently Apple updated the AppleTV software and introduced the live video preview that is started automatically when someone rings the doorbell. If recording is also enabled, the last available video stream is used for this. To be clear, this is a design decision of Apple, not the companies creating the HomeKit doorbell. So we as hardware and software manufacturer can’t do anything to change this. So unfortunately no firmware will fix this. The fix has to come from Apple in their AppleTV HomeKit implementation. That is the reason why I asked you to talk to Apple support about this. Best Regards, So my questions are: Does the Logitech Circle View Doorbell support 3 (or more) continuous video streams; one for iCloud recording, one for Apple TV notification, and one for a Home user to speak to visitor? Who's to blame for this screw up? Robin hardware or Apple software? How (and where) do I report this to Apple?
1
0
1.7k
Feb ’22
development of 2nd siri remote
I'm trying to use the 2nd siri remote as the controller for my app, however I have encountered several problems. For the 1st siri remote, I can get the raw data of the trackpad, however the 2nd siri remote does not output the coordinate of the touch points. I want to know how can I get access to the raw data of the trackpad? I want to know how to get the button events of the remote. I have tried the method introduced in this tutorial https://developer.apple.com/news/?id=33cpm46r, but cannot get the button event.
0
0
1.1k
Feb ’22
Audio scratch problem
Hello, I have a question... I own a MacBook Pro 14'' M1 MAX and I have a problem with the audio, practically when I try to use AppleTV+ with the built-in audio on my Mac, the audio starts scratching. I don't know if it's a Codec problem or something else, is there anyone with my same problem or anyone who can help me? Thank you very much!
1
0
729
Jan ’22
Application not installing in to AppleTV during automation suite execution from Xcode
Hi, I am testing a video streaming application in the Apple TV. When I am executing the Automation suite from Xcode, the application is not getting installed in the Apple TV. The Apple TV Settings "Background App Refresh" is turned ON for the application that I am testing through Automation. Uninstalling the App manually before triggering the automation suite has a drawback as the app gets installed in Production environment by default and I can't change the environment in the course of automation execution. Hence, the app needs to be pre installed in the Apple TV as I would have it in the preferred lower environments if I want to test them in that. Please suggest a solution.
2
0
649
Dec ’21
HomeKit and Siri Shortcuts integration
I would love to see more integration between HomeKit and Siri Shortcuts - a common request I get for my app, Home Flash for HomeKit, is to flash a light when motion is detected, or a button is pressed, but it's not possible today. I could envision this being implemented in one of two ways: Allow a scene to execute a Siri Intent, so an 'Intruder' scene could turn on my porch light, and trigger a Siri Intent either on my phone or Apple TV to flash my bedroom or office light. This is my preferred way, since as a 3rd party developer, I have the ability to create Scene's for my users. Add more flexibility to HomeKit Automations that are Converted to Shortcuts, so that I could direct my users in how to do this
9
2
15k
Dec ’21
Connecting Apple TV to Hotel Wifi
I'm currently living in a hotel and am used to connecting my Apple TV to the hotel's wifi via MAC address spoofing with my Macbook Air due to a sign-in page that I can't access because the Apple TV doesn't have a browser. I've updated my Macbook Air to Monterrey recently and now can't spoof the MAC address due to the following message "ifconfig: ioctl (SIOCAIFADDR): Can't assign requested address" I get whenever I try to change my Mac's MAC address to the Apple TV's. Is there a workaround that I could do to connect my Apple TV to the hotel's wifi?
1
0
1.1k
Nov ’21
Apple TvOS detect swipe gesture in SwiftUI on remote control
I'm new in SwiftUI and Apple TV applications and I was wondering how to detect swipe gesture on remote control for TvOS in SwiftUI for the ContentView. Every time I search I just found solutions for UIKit or for iPhone/iPad since the drag gesture is not available to tvOS. The plan for this gesture when swipe left or right present menus/side panels on the screen and focus on theses views. Can anyone give some advice/tutorial or demo? Thanks in advance and KR, rpessoa
4
1
3.6k
Nov ’21
Apple TV on Ipad too dark?
Hi there. Im using the apple tv app in 4 different equipments, and Ive noticed that the movies and tv shows on ipad pro 10.5 and ipad mini 5 are too dark. Even in daylight scenes. Even with the ipad in maximum brightness. That doent happen in my iphone SE, and using the apple tv through the browser in my Macbook Pro. Is it possible to fix this?
2
0
1.9k
Oct ’21
tvos 15 - Siri Remote not returning in the array: GCController.controllers()
in swiftUI & tvOS 15, when calling the GCController.controllers() to get the list of controllers connected to the apple tv, import GameController ... let siriRemoteAsGameController = GCController.controllers().first the Siri Remote is not registered as the first controller, in fact it is not registered at all ! up until tvOS 15 (14.7 for example) it was working even if i register for notification the connect event isn't dispatched for the already connected Siri remote NotificationCenter.default.addObserver(forName: .GCControllerDidConnect, object: nil, queue: .main) { note in print("GCControllerDidConnect") if let detectedGCController = note.object as? GCController { print("Controller Detected") } } GCController.startWirelessControllerDiscovery(completionHandler: {}) i cannot find a change in that area according to Appel's $#itty documentation any help would be appreciated
3
0
1.9k
Oct ’21
ATV 4K sounddrops!
He all! I have some sound drop issues on my Apple TV. First of all let me sum up my setup. I have a XH95 Sony TV, the sound comes from the Sonos ARC, and im watching trough HDMI 1 Apple TV). When watching Netflix from Apple TV I have sounddrops of 1 second, then the sound comes back. It only happens on the Apple TV, not with the other HDMI devices or the Netflix App on the TV. thanks all!
1
0
672
Oct ’21
iOS 15 won’t hotspot to apple tv
Hello, I have always used hotspot with my Apple TV but since updating my iPhone 12 to iOS 15 I keep getting an error message that says: “there was a problem connecting to the network. The wifi password you entered is not correct. Try again (-100)”. However, it gives me no option to re-enter a password. I can hotspot my older iPhone SE to the Apple TV fine and have restarted it, reset it, and upgraded the software. I can also connect the hotspot from my iPhone 12 to my iPhone SE fine. I have restarted the iPhone 12, reset network settings, turned everything else on and off and nothing works. How do I stop getting this error message on my Apple TV?
1
0
1.6k
Oct ’21
tvOS 15 - Cell registration inside a diffable data source cell provider exception
What follows is about tvOS 15 but may also apply to iOS 15. Our app may display several types of UICollectionView cells and it depends on the content sent by our backend. Prior to tvOS 15, we used to lazily instantiate UICollectionView cell registrations when needed for the first time while building a UICollectionViewDiffableDataSource. Eventually, each cell registration is only instantiated once (or never). Now tvOS 15 throws an exception when doing so, pretending to prevent the app from creating a new cell registration each time. And it does not care whether it's actually a new cell registration each time or one that is lazily instantiated once. Here is the exception: *** Assertion failure in -[UICollectionView dequeueConfiguredReusableCellWithRegistration:forIndexPath:item:], UICollectionView.m:7413 *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Attempted to dequeue a cell using a registration that was created inside -collectionView:cellForItemAtIndexPath: or inside a UICollectionViewDiffableDataSource cell provider. Creating a new registration each time a cell is requested will prevent reuse and cause created cells to remain inaccessible in memory for the lifetime of the collection view. Registrations should be created up front and reused. Registration: <UICollectionViewCellRegistration: 0x6000000f8c60>' I understand the concern but lazy instantiation is a thing and it should not be for forbidden for the sake of best practices that are not related to it. In my humble opinion, this assert should be removed and apps should be allowed to create cell registrations on the fly.
3
0
2.4k
Sep ’21
Too few continuous video streams on HKSV doorbell
Hi all, I've been using a Robin ProLine Doorbell for almost 1 year now. It allows me to see a live video from my doorbell and start a live conversation with a visitor, right from the Apple Home app. Prior to the launch of Logitech Circle View Doorbell, it was the only doorbell officially supporting HomeKit Secure Video. My setup: I'm subscribed to iCloud+ (the 2TB plan), so I've set the Robin ProLine Doorbell to record video when specific motion is detected and store in iCloud. Excellent feature, and I've used it a lot. I have an Apple TV device with Doorbell Notifications enabled, meaning that is shows a Live video pop-up in the top-right corner of my TV, whenever a visitor rings the doorbell. Great feature as well. I have a few HomePod mini devices in my home, which all make a Doorbell Chime sound when a visitor rings the doorbell. And of course, my iPhone and iPad show a notification with a still photo, when a visitor rings the doorbell. Recently however, not sure since when, I‘ve been unable to see a live video from my doorbell (and start a live conversation) in the Apple Home app, right after a visitor rings the doorbell. These are the steps to reproduce the problem: A visitor rings the doorbell. My HomePod minis all make a chime sound. My Apple TV shows a pop-up notification (including a live video of the visitor). My iPhone and iPad show a notification (including a still photo of my visitor). I open the Apple Home app, on my iPhone, and open the doorbell camera. After step 5, I expect to see a live video from my doorbell and to be able to start a live conversation with my visitor. However, I always get the same error message. The Apple Home app says: „Camera not available – Wait until someone else in this home stops viewing this camera and try again.“ Note that I am the only user in my Home, so no one else is viewing my camera. Also note that the problem does not occur, if I turn off my Apple TV notifications, which includes a live video of my visitor. Therefore, I'm convinced that my Apple TV notification is this „someone else“ that I am asked to wait for, in the error message in the Apple Home app. I just spoke to Robin support about this problem and here's their reply: Hi Atli, HomeKit support for doorbells started with the requirements of two simultaneous video streams. In that time, notifications over AppleTV were not supported, recording was also not introduced. So two people could simultaneously see and talk to a person at the door. Our Robin doorbell is able to deliver two simultaneous audio/video streams in custom resolutions. We can still do that this day. Apple introduced a new feature HomeKit Secure Video after this. Enabling this feature automatically use one of these two streams. So only one is left. Recently Apple updated the AppleTV software and introduced the live video preview that is started automatically when someone rings the doorbell. If recording is also enabled, the last available video stream is used for this. To be clear, this is a design decision of Apple, not the companies creating the HomeKit doorbell. So we as hardware and software manufacturer can’t do anything to change this. So unfortunately no firmware will fix this. The fix has to come from Apple in their AppleTV HomeKit implementation. That is the reason why I asked you to talk to Apple support about this. Best Regards, So my questions are: Does the Logitech Circle View Doorbell support 3 (or more) continuous video streams; one for iCloud recording, one for Apple TV notification, and one for a Home user to speak to visitor? Who's to blame for this screw up? Robin hardware or Apple software? How (and where) do I report this to Apple?
Replies
1
Boosts
0
Views
1.7k
Activity
Feb ’22
iOS upgrade 15.3…. Can’t hotspot to my apple TV
I can see that many… “many” people have been experiencing the same problem and frustration. Is there any feedback when apple is going to fix this? Or do we all have to throw out our older Apple TV models? Thanks sp Note I have an iPhone 12…
Replies
1
Boosts
0
Views
785
Activity
Feb ’22
development of 2nd siri remote
I'm trying to use the 2nd siri remote as the controller for my app, however I have encountered several problems. For the 1st siri remote, I can get the raw data of the trackpad, however the 2nd siri remote does not output the coordinate of the touch points. I want to know how can I get access to the raw data of the trackpad? I want to know how to get the button events of the remote. I have tried the method introduced in this tutorial https://developer.apple.com/news/?id=33cpm46r, but cannot get the button event.
Replies
0
Boosts
0
Views
1.1k
Activity
Feb ’22
Apple Tv 4k + AirPlay + AppleRemote
I am trying to AirPlay video from Firefox browser on iPad to the Apple Tv 4k, it plays fine, but if I pause with the Apple Remote while the ipad’s screen is off, it brings me to the Apple Tv home screen. If i pause while the screen is open, it pauses. why is this an issue with the screen being off?
Replies
0
Boosts
0
Views
1.6k
Activity
Feb ’22
Audio scratch problem
Hello, I have a question... I own a MacBook Pro 14'' M1 MAX and I have a problem with the audio, practically when I try to use AppleTV+ with the built-in audio on my Mac, the audio starts scratching. I don't know if it's a Codec problem or something else, is there anyone with my same problem or anyone who can help me? Thank you very much!
Replies
1
Boosts
0
Views
729
Activity
Jan ’22
Application not installing in to AppleTV during automation suite execution from Xcode
Hi, I am testing a video streaming application in the Apple TV. When I am executing the Automation suite from Xcode, the application is not getting installed in the Apple TV. The Apple TV Settings "Background App Refresh" is turned ON for the application that I am testing through Automation. Uninstalling the App manually before triggering the automation suite has a drawback as the app gets installed in Production environment by default and I can't change the environment in the course of automation execution. Hence, the app needs to be pre installed in the Apple TV as I would have it in the preferred lower environments if I want to test them in that. Please suggest a solution.
Replies
2
Boosts
0
Views
649
Activity
Dec ’21
HomeKit and Siri Shortcuts integration
I would love to see more integration between HomeKit and Siri Shortcuts - a common request I get for my app, Home Flash for HomeKit, is to flash a light when motion is detected, or a button is pressed, but it's not possible today. I could envision this being implemented in one of two ways: Allow a scene to execute a Siri Intent, so an 'Intruder' scene could turn on my porch light, and trigger a Siri Intent either on my phone or Apple TV to flash my bedroom or office light. This is my preferred way, since as a 3rd party developer, I have the ability to create Scene's for my users. Add more flexibility to HomeKit Automations that are Converted to Shortcuts, so that I could direct my users in how to do this
Replies
9
Boosts
2
Views
15k
Activity
Dec ’21
UDID for Apple TV for Provisioning Profile?
I am done with my tvOS app. But I don't have physical Apple TV. However, it is necessary if I want to distribute my app. Currently, Apple TV has already sold out in my country. Can anybody borrow the UDID of Apple TV? 😅
Replies
2
Boosts
0
Views
900
Activity
Dec ’21
Connecting Apple TV to Hotel Wifi
I'm currently living in a hotel and am used to connecting my Apple TV to the hotel's wifi via MAC address spoofing with my Macbook Air due to a sign-in page that I can't access because the Apple TV doesn't have a browser. I've updated my Macbook Air to Monterrey recently and now can't spoof the MAC address due to the following message "ifconfig: ioctl (SIOCAIFADDR): Can't assign requested address" I get whenever I try to change my Mac's MAC address to the Apple TV's. Is there a workaround that I could do to connect my Apple TV to the hotel's wifi?
Replies
1
Boosts
0
Views
1.1k
Activity
Nov ’21
Apple TvOS detect swipe gesture in SwiftUI on remote control
I'm new in SwiftUI and Apple TV applications and I was wondering how to detect swipe gesture on remote control for TvOS in SwiftUI for the ContentView. Every time I search I just found solutions for UIKit or for iPhone/iPad since the drag gesture is not available to tvOS. The plan for this gesture when swipe left or right present menus/side panels on the screen and focus on theses views. Can anyone give some advice/tutorial or demo? Thanks in advance and KR, rpessoa
Replies
4
Boosts
1
Views
3.6k
Activity
Nov ’21
Apple TV on Ipad too dark?
Hi there. Im using the apple tv app in 4 different equipments, and Ive noticed that the movies and tv shows on ipad pro 10.5 and ipad mini 5 are too dark. Even in daylight scenes. Even with the ipad in maximum brightness. That doent happen in my iphone SE, and using the apple tv through the browser in my Macbook Pro. Is it possible to fix this?
Replies
2
Boosts
0
Views
1.9k
Activity
Oct ’21
UIDevice systemName API returns different values for Apple TV devices
UIDevice.current.systemName giving both TVOS & APPLE TVOS values for Apple TV devices whereas earlier it used to give TVOS always. Is there any change in this API that it starts giving APPLE TVOS in some cases ?
Replies
0
Boosts
0
Views
730
Activity
Oct ’21
tvos 15 - Siri Remote not returning in the array: GCController.controllers()
in swiftUI & tvOS 15, when calling the GCController.controllers() to get the list of controllers connected to the apple tv, import GameController ... let siriRemoteAsGameController = GCController.controllers().first the Siri Remote is not registered as the first controller, in fact it is not registered at all ! up until tvOS 15 (14.7 for example) it was working even if i register for notification the connect event isn't dispatched for the already connected Siri remote NotificationCenter.default.addObserver(forName: .GCControllerDidConnect, object: nil, queue: .main) { note in print("GCControllerDidConnect") if let detectedGCController = note.object as? GCController { print("Controller Detected") } } GCController.startWirelessControllerDiscovery(completionHandler: {}) i cannot find a change in that area according to Appel's $#itty documentation any help would be appreciated
Replies
3
Boosts
0
Views
1.9k
Activity
Oct ’21
ATV 4K sounddrops!
He all! I have some sound drop issues on my Apple TV. First of all let me sum up my setup. I have a XH95 Sony TV, the sound comes from the Sonos ARC, and im watching trough HDMI 1 Apple TV). When watching Netflix from Apple TV I have sounddrops of 1 second, then the sound comes back. It only happens on the Apple TV, not with the other HDMI devices or the Netflix App on the TV. thanks all!
Replies
1
Boosts
0
Views
672
Activity
Oct ’21
How do you re-pair remote for Apple TV
How do you re-pair remote for Apple TV
Replies
1
Boosts
0
Views
639
Activity
Oct ’21
iOS 15 won’t hotspot to apple tv
Hello, I have always used hotspot with my Apple TV but since updating my iPhone 12 to iOS 15 I keep getting an error message that says: “there was a problem connecting to the network. The wifi password you entered is not correct. Try again (-100)”. However, it gives me no option to re-enter a password. I can hotspot my older iPhone SE to the Apple TV fine and have restarted it, reset it, and upgraded the software. I can also connect the hotspot from my iPhone 12 to my iPhone SE fine. I have restarted the iPhone 12, reset network settings, turned everything else on and off and nothing works. How do I stop getting this error message on my Apple TV?
Replies
1
Boosts
0
Views
1.6k
Activity
Oct ’21
tvOS 15 - Cell registration inside a diffable data source cell provider exception
What follows is about tvOS 15 but may also apply to iOS 15. Our app may display several types of UICollectionView cells and it depends on the content sent by our backend. Prior to tvOS 15, we used to lazily instantiate UICollectionView cell registrations when needed for the first time while building a UICollectionViewDiffableDataSource. Eventually, each cell registration is only instantiated once (or never). Now tvOS 15 throws an exception when doing so, pretending to prevent the app from creating a new cell registration each time. And it does not care whether it's actually a new cell registration each time or one that is lazily instantiated once. Here is the exception: *** Assertion failure in -[UICollectionView dequeueConfiguredReusableCellWithRegistration:forIndexPath:item:], UICollectionView.m:7413 *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Attempted to dequeue a cell using a registration that was created inside -collectionView:cellForItemAtIndexPath: or inside a UICollectionViewDiffableDataSource cell provider. Creating a new registration each time a cell is requested will prevent reuse and cause created cells to remain inaccessible in memory for the lifetime of the collection view. Registrations should be created up front and reused. Registration: <UICollectionViewCellRegistration: 0x6000000f8c60>' I understand the concern but lazy instantiation is a thing and it should not be for forbidden for the sake of best practices that are not related to it. In my humble opinion, this assert should be removed and apps should be allowed to create cell registrations on the fly.
Replies
3
Boosts
0
Views
2.4k
Activity
Sep ’21