Search results for

iPhone 16 pro

78,720 results found

Post

Replies

Boosts

Views

Activity

How to receive AVMetricEvent performance data?
I am would like to look at AVMetricEvent data during video playback, so I have added this code to a test video player app: let playerItem: AVPlayerItem = ... let allMetrics = playerItem.allMetrics() Task.init { print(metrics task started) do { for try await metricEvent in allMetrics { print(metric event: (metricEvent.description)) } } catch { print(unexpected metric iterator error (error)) } } Running this in Simulator on iPhone 16 Pro (18.0) does not result in any metric event diagnostic messages being printed when the video associated with this AVPlayerItem is playing. Only the metric task started diagnostic message is seen. What am I doing wrong that prevents metric data being received?
2
0
360
Feb ’25
isMultitaskingCameraAccessSupported stopped returning YES for iOS 16, iPhone Devices
This initially used to work but has stopped working for me for iOS 16 iPhone devices. Background Streaming used to work for video calls but has just abrupt stopped working. On further debugging, I found that isMultitaskingCameraAccessSupported is returning NO, instead of YES. I thought the BOOL isMultitaskingCameraAccessSupported would return YES for all iOS 16 devices. Is that not the case? On what conditions does this return YES? Is it only supported for iPad Devices?
1
0
960
Oct ’22
iPhone 11 Pro max
Ever since i got the iOS 14 beta then updated to the actual iOS 14 my phone bugs a lot like when I enter an app it automatically exits out and when I try to update to 14.3 and I agree to the terms it stays there like frozen but not .
0
0
137
Jan ’21
Restart Issue iPhone 14 Pro Max
I have a iPhone 14 Pro Max device with iOS 18.2.1 but I am facing an in which the device gets restart abruptly.Interestingly, today the device is not restarting at all. I attempted a hard reset by pressing the volume up button, followed by the volume down button, and then holding the power button, but this method was unsuccessful. When I connect the device to a charger, the Apple logo appears, but it disappears after a short period, and the device does not progress beyond this point. I would appreciate any assistance in recovering my device.Has anyone experienced the same issue with the iPhone 14 series?
1
0
216
Feb ’25
Reply to Xcode 15.0 Release doesn't connect at all iOS 17
Same issue — Impossible to connect the iPhone iOS 17 to Xcode 15 I have uninstalled FortiClient on both the MacBook Pro (macOS 14.1 Beta build 23B5046f) and the iPhone (iOS 17.1 build 21B5045h), cleaned DerivatedData, rebooted the Mac and the iPhone, re-established the trust between both devices. The problem remains while I do not encounter issues to connect an iPad running iPadOS 16.x. The Devices and Simulators window is even empty!
Oct ’23
How can I create my own Genlock hardware for the iPhone 17 Pro?
What options do I have if I don't want to use Blackmagic's Camera ProDock as the external Sync Hardware, but instead I want to create my own USB-C hardware accessory which would show up as an AVExternalSyncDevice on the iPhone 17 Pro? Which protocol does my USB-C device have to implement to show up as an eligible clock device in AVExternalSyncDevice.DiscoverySession?
1
0
792
Sep ’25
Issue with Wi-Fi Connection on iOS 18.0 iPhone 16 Series
Dear Apple Support Team, I hope this message finds you well. I am writing to report an issue I have encountered with Wi-Fi connectivity on my iPhone 16 series running iOS 18.0. The problem occurs as follows: When attempting to connect my iPhone 16 series (iOS 18.0) to a Wi-Fi network, the connection always fails. After this failed attempt, any other iPhone (not from the 16 series) running iOS 18.0 also fails to connect to the same Wi-Fi network. However, if I restart the Wi-Fi router, the non-iPhone 16 series devices can successfully connect to the Wi-Fi network. To further investigate, I used Wireshark to monitor the network traffic. I observed that the iPhone sends a DHCP Discover message, but the Wi-Fi router does not respond with a DHCP Offer message. Based on these observations, it appears that the issue is triggered by the iPhone 16 series running iOS 18.0, which causes the Wi-Fi router to malfunction and
4
0
1.4k
Nov ’24
Scan feature on Iphone 16 or ios18.2
I use the scan feature notes frequently. Steps were: open app click paperclick click scan documents scan save then I share to my email. click mail icon on then I would normally be given a size to choose from small, medium or large it would ask about the subject which I always let blank. With my new phone/updated ios I am given an option to to mail drop or attach document. I have done both and my document size is large. I need to minimize to 25% to fit on computer screen. I spoke to apple support. How do I fix this?
1
0
625
Dec ’24
MFMailComposeViewController keyboard issue on iPad Pro device for iPhone app
I am running iPhone app on iPad Pro device in 2x mode, MFMailComposeViewController not showing any keyboard when launched. Similar kind of issue is re-produced when I launch iPhone app on iPad pro device. No keyboard shown for MFMailComposeViewController in 2x mode on iPad Pro. Same applications shows keyboard for MFMailComposeViewController on iPhone and iPad device, only issue occurs on iPad Pro.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
453
Aug ’16
Reply to Do all iPad pros have faceid
Did you see the official list ? Not totally uptodate as it dates sept 2021 (missing iPad Pro 5th gen) https://support.apple.com/en-gb/HT209183 You can use Face ID on these devices: iPhone iPhone 13 Pro Max iPhone 13 Pro iPhone 13 mini iPhone 13 iPhone 12 Pro Max iPhone 12 Pro iPhone 12 mini iPhone 12 iPhone 11 Pro Max iPhone 11 Pro iPhone 11 iPhone XS Max iPhone XS iPhone XR iPhone X iPad iPad Pro 12.9-inch (4th generation) iPad Pro 12.9-inch (3rd generation) iPad Pro 11-inch (2nd generation) iPad Pro 11-inch Only missing is iPad Pro 1st gen https://apple.fandom.com/wiki/List_of_iPad_models#iPad_Pro
Apr ’22
The app packaged with the enterprise certificate on the iPhone 16 crashes.
The original text is in Chinese, and below is the content translated using OpenAI. 問題描述: 因為一些因素,所以公司申請了兩個企業憑證,其中Entity Name一樣,但Team ID不一樣。現在發現iPhone16系列裝置的使用者,無法同時使用兩個憑證打包出來的APP,不是都會閃退就是其中一個會閃退。 重現問題的逐步說明: 測試的情況有兩種: 從iPhone16之前的裝置轉移資料到iPhone16,這兩個APP打開都會閃退 直接在iPhone16安裝這兩個APP,則第一個安裝的APP可以正常使用,第二個安裝的APP會閃退。如果想要切換能使用的APP,需要到 一般-VPN與裝置管理-INNOLUX CORPORATION ,點擊”刪除App”,然後更換安裝順序。 如果是舊裝置升級到iOS 18,則不會有該問題 期望的結果: 兩個APP都能正常使用 實際看到的結果: 如果是舊裝置移轉資料到iPhone16,則都會閃退:如果是直接在iPhone16安裝這兩個APP,則第一個安裝的APP可以正常使用,第二個安裝的APP會閃退。 OpenAI Translation: Problem Description: Due to certain factors, the company applied for two enterprise certificates, which have the same Entity Name but different Team IDs. It has now been discovered that users of the iPhone 16 series devices are unable to use apps packaged with both certificates simultaneously; either both apps crash or one of them crashes. Step-by-Step Reproduction of the Issue: There are two testing scenarios: Transferring data from a device prior to the iPhone
3
0
750
Sep ’24