Search results for

iPhone 16 pro

78,863 results found

Post

Replies

Boosts

Views

Activity

Unexpected high mobile data usage when travelling in Europe using an ESIM on iPhone 16 Pro Max
The iPhone mobile data usage skyrocketed to use 1GB per day whereas I am normally a 5GB a month data user. the culprit was Apple System Services General there is currently no iPhone functionality to turn off System Services Genera. the solution was to block updates.cdn-apple.com using data sniffer called Proxyman. Tip hat to the person who posted “High mobile data usage on iOS 18 and how to solve it” on Reddit.com This is something apple developers maybe should look at
0
0
26
Jun ’25
Reply to iOS 26: iPhone will not power on stuck on battery screen
My phone (iPhone 16 Pro, previously running iOS 18.5) was fully charged (almost 100%) before I started the update. However, after the update attempt, the phone doesn't boot to the welcome screen and only displays a red battery icon, indicating a lack of charge despite being charged earlier. Additionally, it won't enter DFU mode. Can you let me know how much seconds should I wait for step 6 ?
Topic: Community SubTopic: Apple Developers Tags:
Jun ’25
Reply to Network Connection Issue on Xcode 16.3 Simulator
I am experiencing the same issue while testing on Xcode 16.3 running iPhone 16 Pro iOS 18.4. Error Domain=NSURLErrorDomain Code=-1005 The network connection was lost. UserInfo={_kCFStreamErrorCodeKey=-4, NSUnderlyingError=0x600000c5da70 {Error Domain=kCFErrorDomainCFNetwork Code=-1005 (null) UserInfo={NSErrorPeerAddressKey={length = 16, capacity = 16, bytes = 0x100201bb226b81ff0000000000000000}, _kCFStreamErrorCodeKey=-4, _kCFStreamErrorDomainKey=4}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <74D54E17-5F44-4F67-9334-02D512398432>.<21>,
Apr ’25
Reply to [iOS 26] Can no longer detect whether iPhone has notch
Depending on your minimum deployment version, isn't it just the matter of a elimination game with UIDevice.current.name? import SwiftUI struct ContentView: View { var body: some View { VStack { ... } .onAppear(perform: { let device = UIDevice.current print(1 (device.name)) // iPhone 16 Pro print(2 (device.systemName)) // iOS print(3 (device.model)) // iPhone print(4 (NSUserName())) // mobile print(5 (device.description)) // //print(6 (device.model)) // iPhone }) .padding() } }
Topic: UI Frameworks SubTopic: General Tags:
3w
Reply to iPhone 16 Pro Camera Preview freeze
Hello @Vlad_K, I used the AVCam sample code project to test this on an iPhone 16 Pro running iOS 18. I was able to switch between the front and back cameras without issues. To investigate further, I would recommend trying to obtain a sysdiagnose from a device where the freezing issue can be reproduced, creating a bug report, and attaching the sysdiagnose to the bug report. Bug Reporting: How and Why? has tips on creating your bug report.
Sep ’24
Reply to CarPlay picking up from car microphone and phone microphone simultaneously
I'm having the exact same problem with the Alpine iLX-W670. It seems to work with most functions (bringing up maps, making calls, etc.) except texts. When I try send a text (Siri, send text message to Bleah Bleah), Siri can hear itself talking - several times my wife has got a message that says What would you like to say or it's just blank. Tried two different phones (both iPhone 16 Pro) with iOS 18.2.1.
Topic: Community SubTopic: Apple Developers Tags:
Jan ’25
Reply to IOS 26 - Lock Iphone during install on "low battery" page
Well, I took my iPhone 16 Pro Max to my Apple Store. They couldn't revive it. they said it would go into DFU mode then quickly dropped out. I couldn't even get it to go into DFU for any amount of time. At the end of the day they replaced the logic board. Maybe something wrong with my hardware that was triggered by the update?? Odd. First time in 12+ years I've had issues with a beta I haven't been able to get around.
Topic: Community SubTopic: Apple Developers Tags:
Jun ’25
Reply to BGContinuedProcessingTask GPU Access
How can we configure it to obtain permission for GPU access in the background? This isn't a permission issue. No extra approval or configuration is needed for background GPU access on any device that supports it. The problem here is actually this: Test device: iPhone 16 Pro Max ...because that device does not support background GPU access. As I commented here, it's currently only supported on iPad's with an M3 or better (and not supported on any iPhone). __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Sep ’25
Reply to Voice memos
Well first of all it’s not out yet, I’m assuming its gonna be on 18.2 but I can’t find anything about it. also I think the feature actually has something to do with the iPhone 16 pro’s “4 studio mics” they were bragging about. it probably uses some forms of phase cancelation from the multiple microphones. It’s a really cool feature and I really can’t recall anything that does it the way they’re advertising it. An isolated multitrack without the need for headphones. crazy!
Oct ’24
iPhone 16, Plus, Pro and Pro Max device identifiers/codes?
In my app I need to determine what hardware the app is running on (also forms part of the UI). iPhone 15 series identifiers are as below, wondering if anyone knows what iPhone 16, Plus, Pro and Pro Max will be? case iPhone15,4: return iPhone 15 case iPhone15,5: return iPhone 15 Plus case iPhone16,1: return iPhone 15 Pro case iPhone16,2: return iPhone 15 Pro Max I assume since all four 16 models are A18 that it'll be a bump to the base level to 17 for all four phones. case iPhone17,1: return iPhone 16 case iPhone17,2: return iPhone 16 Plus case iPhone17,3: return iPhone 16 Pro case iPhone17,4: return iPhone 16 Pro Max Anyone else making a different assumption? Trying to avoid the if unknown just say iPhone 16 option. Thanks!
2
0
2.0k
Sep ’24
Reply to LLDB RPC server crash in Xcode 16.3
Same here: lldb started crashing with simulator on encountering breakpoints, as of right now it even seems to crash reliably after some time. It seems to work properly on physical device Sequoia 15.4, XCode 16.2, iPhone 16 pro simulator 18.2 If that matters: I use github copilot xcode extension and that one also has issues => chat assistant crashes a lot and forces me to relaunch xcode every couple requests report.txt
May ’25
Reply to Apple Carplay iOS 18 and Toyota
I was having the same issue with my Toyota Sienna - iPhone 16 Pro was not connecting with CarPlay. The problem I found was due to a cheap USB cable (Type-A to Type-C) - this caused the CarPlay connection to flop, making it unusable. I swapped it for a higher quality cable (same Type-A to Type-C) and now the phone connects with CarPlay and stays connected. Its clear to me now that the quality of USB cable matters more with Type-C than it did with the older Lightning connector. It also may help to ensure your Toyota audio and navigation firmware versions are current - see https://www.toyota.com/firmware-updates - You can check the version installed in your vehicle, under Menu (the faceplate button) > Setup > Software Update. The website also provides clear instructions how to download and perform the software update using a USB flash drive (a dealer can do this for you, but I was quoted over $200 at Toyota Service, I opted to learn and do it myself.) My current configuration: iPhone 16
Jan ’25
Reply to MKMapView appears red on iOS 18 simulator + Xcode 16
I've had the same problem for a while now. I am currently using Xcode version 16.2 (16C5032a). The problem is with the iOS 18.2 and iPhone 16 Pro Max simulator. Not with the iPhone 15 Pro Max Simulator and iOS 17.5. I can also zoom up to 24 meters and the colors remain the same. The problem starts at a zoom range of 1500 meters and not everywhere. Play around with the coordinates from the simulator. It works in Cupertino, San Francisco or other large cities, but not in rural areas. In Europe, the colors are red almost everywhere when zooming.
Jan ’25
Reply to iPhone 16 Pro - iOS 18 camera crashing
UPDATED: I forgot to mention that I am not running a beta, this is the gold release that has this issue (But I feel like its a beta) and I only singed into the dev side to see if a beta might have the fix for this. I agree, it should be raised as a bug. But I also think this should have never been a bug with a new phone pro model that always focuses on the camera. I’ve had his issue also, along with photos not displaying correctly when I look at them from the camera app, videos recording without now sound. And in a time I needed it to work and document damage from the storm for insurance reason. At the price of a iPhone 16 pro max this was a big failure.
Topic: Community SubTopic: Apple Developers Tags:
Oct ’24