Search results for

“iPhone 16 pro”

80,570 results found

Post

Replies

Boosts

Views

Activity

Can You Debug a Widget on Actual Device?
I'm working on an iOS app with a Widget. I am able to display the Widget on the iPhone 16 Pro Simulator. It doesn't appear on iPad mini 6th gen., though. Anyway, I want to make sure that it works on an actual device. If I try to add the Widget to the Home Screen, I cannot find it in the search list on iPhone XR and iPad 9th gen. If I set the target to that of the widget, Xcode gives me the following error. SendProcessControlEvent:toPid: encountered an error: Error Domain=com.apple.dt.deviceprocesscontrolservice Code=8 Failed to show Widget 'some bundle ID' error: … I hope that's not a sign of trouble. So how do you debug a Widget on an Actual Device? I've read some topics like this one here. Thanks.
2
0
113
May ’25
Audio issue on iPhone 15 pro (iOS18.5)
I have an audio issue on iPhone 15 Pro (iOS18.5). After some steps, the new call will be on one-way audio status, but tap mute and unmute will back to normal. See the attached video and check the yellow dot indicator for the audio status. Video link: https://youtube.com/shorts/DqYIIIqtMKI?feature=share I have a similar issue on iOS15 and iOS16, and no issue on iOS17, but now I have this issue on iOS18 with dynamic island model devices. Please check. Thanks.
5
0
255
Jun ’25
Reply to NEHotspotConfigurationManager cannot connect
we are facing the same issue on iOS18.1 in our app to connect our loT . In some case iPhone 13 working well with the same WiFi-network,and the new devices some like iphone 15 pro max/iphone 16 with new os version can not connect. The issue seems to be growing on new systems recently. We have recently received a lot of user feedback regarding similar issues, but as developers, we are unsure what is happening. The error is nil. What can we do for our app users?
Dec ’24
Cannot add Wi-Fi Aware entitlement due to automatic signing failure
I tried to test out the new Wi-Fi aware framework but encountered the issue in the title. My operation steps are as follows: 1) create a hello world project using Xcode 26.0 beta 2) add Wi-Fi Aware entitlement and service following the sample code in Building peer-to-peer apps 3) run my code on an iPhone 16 Pro and fail at the building stage. The error message is Provisioning profile iOS Team Provisioning Profile: [my project name] doesn't include the com.apple.developer.wifi-aware entitlement. I also tried to build the sample app but faced the same issue.
3
0
154
Jun ’25
[iOS 26 Beta] BGTaskScheduler.supportedResources incorrectly reports no GPU support for BGContinuedProcessingTask on capable hardware
Testing Environment: iOS: 26.0 Beta 7 Xcode: Beta 6 Description: We are implementing the new BGContinuedProcessingTask API introduced in iOS 26. We have followed the official documentation and WWDC session guidance to configure our project. The Background Modes (processing) and Background GPU Access capabilities have been added in Xcode. The com.apple.developer.background-tasks.continued-processing.gpu entitlement is present and set to in the .entitlements file. The provisioning profile details viewed within Xcode explicitly show that the Background GPU Access capability and the corresponding entitlement are included. Despite this correct configuration, when running the app on supported hardware (iPhone 16 Pro), a call to BGTaskScheduler.supportedResources.contains(.gpu) consistently returns false. This prevents us from setting request.requiredResources = .gpu. As a result, when the BGContinuedProcessingTask starts without the GPU resource flag, our internal Metal-based exporter attempts to
6
0
814
Aug ’25
Apple Watch Ultra exercise app and activity rings won’t connect after charging
Since upgrading to iOS 26 beta on my Apple Watch Ultra and iPhone 16 Pro Max, my exercise app and activity rings have sporadically not connected after charging. Several recent mornings, when I’ve put my watch on, the activity rings are grayed out and when I click on them, they will show no activity, even though I have been active. Similarly, when I attempt to select the activity app, it will open, but when I select an activity, it will not start the workout. I’ve tried starting and restarting the watch and phone. I’ve checked permissions, and both the watch and phone are running the latest iOS. The only fix seems to be unpairing and repairing the watch and phone which is an absolute pain. Any assistance on how to permanently fix this would be greatly appreciated.
3
0
164
Oct ’25
Iphone 12 pro max and viber
After changing from iphone7 to 12 pro max, the viber dont work i cannot send pics from the viber app only via the gallery and i cannot receive. When a contact sends me a photo it comes blur and i cannot donwload it. Is there any answer how to fix the problem?
3
0
1k
Jan ’21
Notification Service Extension Not Working
I've added a Notification Service Extension as a target to my React Native iOS app following Apple's official documentation. After completing all the setup steps as outlined in the documentation, the notification titles remain unchanged - notifications are arriving without any modifications, suggesting the extension isn't functioning properly.Testing Details: Sending notifications via Apple Push Notification Console Tested on iPhone 16 Pro Max (physical device) Tested on iPhone 15 Pro simulator Both show the same issue - no title modifications The extension appears to not be executing at all. Has anyone encountered similar issues with Notification Service Extensions in React Native projects, or can suggest troubleshooting steps to verify the extension is properly configured and running?
1
0
254
Aug ’25
Reality Composer Pro Timeline does not seem to work on iphone 12 and 11
I created a project using Reality Composer Pro. When I export to a .usdz file, it works well on iPhone 13, 14, 15, and 16 but not on iPhone 12 and 11. In the timeline, I use a behaviour that is on added to scene to active intro animation and loop background audio. But it does not work on old device like iPhone 12 and 11. Also, all interactive taps/touch points/audio don't seem to work too. Iphone 13,14,15,16 is on ios 18.1. iPhone 11, 12 is on ios 17.6.1. Here is sample usdz file exported from REality Composer Pro 2.0 that has problem above: https://drive.google.com/file/d/1sHZn9JABTswLq2flYjToTbWDuE5T7eNw/view?usp=sharing
0
0
578
Nov ’24
Underwater depth estimation with iPhone 12 Pro/Pro Max
Hi everyone! I am wondering if anyone knows whether or not it is possible to use the iPhone's depth map estimation underwater. If so, did it involve any extra calibration?
Replies
0
Boosts
0
Views
418
Activity
Apr ’21
Can You Debug a Widget on Actual Device?
I'm working on an iOS app with a Widget. I am able to display the Widget on the iPhone 16 Pro Simulator. It doesn't appear on iPad mini 6th gen., though. Anyway, I want to make sure that it works on an actual device. If I try to add the Widget to the Home Screen, I cannot find it in the search list on iPhone XR and iPad 9th gen. If I set the target to that of the widget, Xcode gives me the following error. SendProcessControlEvent:toPid: encountered an error: Error Domain=com.apple.dt.deviceprocesscontrolservice Code=8 Failed to show Widget 'some bundle ID' error: … I hope that's not a sign of trouble. So how do you debug a Widget on an Actual Device? I've read some topics like this one here. Thanks.
Replies
2
Boosts
0
Views
113
Activity
May ’25
Audio issue on iPhone 15 pro (iOS18.5)
I have an audio issue on iPhone 15 Pro (iOS18.5). After some steps, the new call will be on one-way audio status, but tap mute and unmute will back to normal. See the attached video and check the yellow dot indicator for the audio status. Video link: https://youtube.com/shorts/DqYIIIqtMKI?feature=share I have a similar issue on iOS15 and iOS16, and no issue on iOS17, but now I have this issue on iOS18 with dynamic island model devices. Please check. Thanks.
Replies
5
Boosts
0
Views
255
Activity
Jun ’25
Reply to NEHotspotConfigurationManager cannot connect
we are facing the same issue on iOS18.1 in our app to connect our loT . In some case iPhone 13 working well with the same WiFi-network,and the new devices some like iphone 15 pro max/iphone 16 with new os version can not connect. The issue seems to be growing on new systems recently. We have recently received a lot of user feedback regarding similar issues, but as developers, we are unsure what is happening. The error is nil. What can we do for our app users?
Replies
Boosts
Views
Activity
Dec ’24
Reply to How to Fix Cracking and Popping Sound ?
Same issue here on Monterey 12.5 on 16 M1 Pro Macbook Pro. Crazy to have this issue on such an expensive Pro machine!
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Aug ’22
Cannot add Wi-Fi Aware entitlement due to automatic signing failure
I tried to test out the new Wi-Fi aware framework but encountered the issue in the title. My operation steps are as follows: 1) create a hello world project using Xcode 26.0 beta 2) add Wi-Fi Aware entitlement and service following the sample code in Building peer-to-peer apps 3) run my code on an iPhone 16 Pro and fail at the building stage. The error message is Provisioning profile iOS Team Provisioning Profile: [my project name] doesn't include the com.apple.developer.wifi-aware entitlement. I also tried to build the sample app but faced the same issue.
Replies
3
Boosts
0
Views
154
Activity
Jun ’25
Iphone 13 pro
Hi, not getting and notifications on imessage sounds or lighting up the screen on ios 15.3 any ideas checked all settings and soft reset still no joy 😐
Replies
1
Boosts
0
Views
328
Activity
Feb ’22
[iOS 26 Beta] BGTaskScheduler.supportedResources incorrectly reports no GPU support for BGContinuedProcessingTask on capable hardware
Testing Environment: iOS: 26.0 Beta 7 Xcode: Beta 6 Description: We are implementing the new BGContinuedProcessingTask API introduced in iOS 26. We have followed the official documentation and WWDC session guidance to configure our project. The Background Modes (processing) and Background GPU Access capabilities have been added in Xcode. The com.apple.developer.background-tasks.continued-processing.gpu entitlement is present and set to in the .entitlements file. The provisioning profile details viewed within Xcode explicitly show that the Background GPU Access capability and the corresponding entitlement are included. Despite this correct configuration, when running the app on supported hardware (iPhone 16 Pro), a call to BGTaskScheduler.supportedResources.contains(.gpu) consistently returns false. This prevents us from setting request.requiredResources = .gpu. As a result, when the BGContinuedProcessingTask starts without the GPU resource flag, our internal Metal-based exporter attempts to
Replies
6
Boosts
0
Views
814
Activity
Aug ’25
iphone 11 pro
Download to icloud stops at 63% after trying to reset, erase all contents and settings. What am I doing wrong?
Replies
0
Boosts
0
Views
153
Activity
Oct ’20
Apple Watch Ultra exercise app and activity rings won’t connect after charging
Since upgrading to iOS 26 beta on my Apple Watch Ultra and iPhone 16 Pro Max, my exercise app and activity rings have sporadically not connected after charging. Several recent mornings, when I’ve put my watch on, the activity rings are grayed out and when I click on them, they will show no activity, even though I have been active. Similarly, when I attempt to select the activity app, it will open, but when I select an activity, it will not start the workout. I’ve tried starting and restarting the watch and phone. I’ve checked permissions, and both the watch and phone are running the latest iOS. The only fix seems to be unpairing and repairing the watch and phone which is an absolute pain. Any assistance on how to permanently fix this would be greatly appreciated.
Replies
3
Boosts
0
Views
164
Activity
Oct ’25
Iphone 12 pro max and viber
After changing from iphone7 to 12 pro max, the viber dont work i cannot send pics from the viber app only via the gallery and i cannot receive. When a contact sends me a photo it comes blur and i cannot donwload it. Is there any answer how to fix the problem?
Replies
3
Boosts
0
Views
1k
Activity
Jan ’21
IPhone 12 Pro Max keep rebooting after update
My iPhone 12 Pro Max keep rebooting every 2-3 hours this problem has started After I upgrade my phone from 16.0 to 16.1 I also updated my phone to 16.1.2 but this problem is still with my phone.
Replies
1
Boosts
0
Views
565
Activity
Dec ’22
Notification Service Extension Not Working
I've added a Notification Service Extension as a target to my React Native iOS app following Apple's official documentation. After completing all the setup steps as outlined in the documentation, the notification titles remain unchanged - notifications are arriving without any modifications, suggesting the extension isn't functioning properly.Testing Details: Sending notifications via Apple Push Notification Console Tested on iPhone 16 Pro Max (physical device) Tested on iPhone 15 Pro simulator Both show the same issue - no title modifications The extension appears to not be executing at all. Has anyone encountered similar issues with Notification Service Extensions in React Native projects, or can suggest troubleshooting steps to verify the extension is properly configured and running?
Replies
1
Boosts
0
Views
254
Activity
Aug ’25
Reality Composer Pro Timeline does not seem to work on iphone 12 and 11
I created a project using Reality Composer Pro. When I export to a .usdz file, it works well on iPhone 13, 14, 15, and 16 but not on iPhone 12 and 11. In the timeline, I use a behaviour that is on added to scene to active intro animation and loop background audio. But it does not work on old device like iPhone 12 and 11. Also, all interactive taps/touch points/audio don't seem to work too. Iphone 13,14,15,16 is on ios 18.1. iPhone 11, 12 is on ios 17.6.1. Here is sample usdz file exported from REality Composer Pro 2.0 that has problem above: https://drive.google.com/file/d/1sHZn9JABTswLq2flYjToTbWDuE5T7eNw/view?usp=sharing
Replies
0
Boosts
0
Views
578
Activity
Nov ’24
Reply to AirTag Communications issues on 18.2
I am experience the exact same issue on a 16 Pro Max and M2 iPad Pro
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Nov ’24