Search results for

“iPhone 16 pro”

80,727 results found

Post

Replies

Boosts

Views

Activity

Enrollment Completed on iPhone but Web Shows “Complete Your Purchase” and Status Pending
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on my iPhone. The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again, even though the process was already completed on my iPhone. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance. Kind regards
5
0
203
Feb ’26
Reply to Developer Program enrollment still pending after payment
Apple Developer Payment Issue (India – UPI + Developer App Case) Sharing this in case it helps another founder avoid confusion. I was trying to purchase the Apple Developer Program under my company Apple ID using the Apple Developer App on my iPhone. Inside the Developer App, I was correctly logged in using my company Apple ID. When I initiated the ₹8,700 payment using UPI: The UPI auto-renew mandate failed. The app then prompted me to complete the payment using Apple Account balance (Apple Wallet). I proceeded with the payment. The transaction was successful. However, the ₹8,700 was credited to my personal Apple ID’s Apple Account balance, not the company Apple ID. Why This Happened Even though I was logged into the Developer App with my company Apple ID, in my iPhone Settings, my personal Apple ID was signed in. When the payment was processed to Apple Wallet, it was credited to the Apple ID logged in at the device level (Settings) — not the Apple ID inside the Developer App. To verify this
Feb ’26
Developer Program enrollment still pending after payment
Hi everyone, I subscribed to the Apple Developer Program on Tuesday evening, February 15th, 2026. The payment has already been charged to my bank account, but my account still shows the status “Pending” with the message “Subscribe your membership”. It’s now been several days, and I haven’t received any confirmation email or any request for additional information. I already contacted Apple Support by email/phone without any response, but I’d like to know if other developers have experienced the same situation and how long it took before their account was activated. My Enrollment ID D72NJHL7JM Thank you, Rakan
11
0
544
Feb ’26
Reply to Apple Developer Program Membership Fee Deducted but Not Reflected in Account
Apple Developer Payment Issue (India – UPI + Developer App Case) Sharing this in case it helps another founder avoid confusion. I was trying to purchase the Apple Developer Program under my company Apple ID using the Apple Developer App on my iPhone. Inside the Developer App, I was correctly logged in using my company Apple ID. When I initiated the ₹8,700 payment using UPI: The UPI auto-renew mandate failed. The app then prompted me to complete the payment using Apple Account balance (Apple Wallet). I proceeded with the payment. The transaction was successful. However, the ₹8,700 was credited to my personal Apple ID’s Apple Account balance, not the company Apple ID. Why This Happened Even though I was logged into the Developer App with my company Apple ID, in my iPhone Settings, my personal Apple ID was signed in. When the payment was processed to Apple Wallet, it was credited to the Apple ID logged in at the device level (Settings) — not the Apple ID inside the Developer App. To verify this
Feb ’26
Reply to Any updates on the App Review situation?
Thanks a lot! I have now received a reply from the review team. I am still a little puzzled, though. My app contains an HTML page that is about two screens tall. The text includes references in the format [1,2], and if you scroll down about half a page, there is a reference list with the corresponding numbers and clickable links. However, the review team wrote: “If the app already includes citations, please provide steps on how to locate them.” It seems some people have forgotten Steve Jobs’ brilliant iPhone introduction back in 2007 in San Francisco, where he demonstrated smooth, finger-driven page scrolling in Safari. Pardon the sarcasm — thanks for setting this in motion. I will resubmit and explain in detail how to find the citation list.
Feb ’26
Reply to Background Upload Extension Bug on iOS 26.2
I am also using an iOS 26.2 system real iPhone 12. However, when executing the setUploadJobExtensionEnabled(true) command, an error occurred: NSError domain: PHPhotosErrorDomain code: -1 localizedDescription: The operation couldn’t be completed. (PHPhotosErrorDomain error -1.) userInfo: [] The code for creating background tasks cannot be executed at all. Could you please tell me if there are any configuration issues that need to be addressed?
Feb ’26
Web inspector only works with HTTPS contexts in iOS simulator
Up until some point relatively recently, I have been able to use Safari's web inspector to connect to the iOS simulator in order to debug our web application in development at http://localhost:8088. Now, the web inspector still OPENS, but it opens in a broken state. The context is available to select from Safari's Develop menu: Develop > iPhone 16 Pro (Simulator) > localhost - login. It appears under the Safari heading if I have navigated to the web app in the browser, or under the Expo heading if I am accessing it through the webview in our React Native wrapper app. When I select it, the web inspector window does appear. However, once it opens, the Elements pane is empty, the Console pane is empty, expressions entered into the console are not evaluated, there's no content in Sources, Network, Storage, etc. Important notes: This broken state happens at http://localhost:8088 as well as http://127.0.0.1:8088, and it seems that the insecure context is the issue. The web inspector DOES wor
3
0
1k
Feb ’26
Reply to Unable to trigger AudioRecordingIntent from background
Hi there, The error you are seeing is actually expected behavior due to iOS privacy and security restrictions. Apple strictly prevents apps from initiating an AVAudioSession for recording from a completely backgrounded state. Because of these privacy constraints, you cannot start an audio recording from scratch using an intent (like via a Shortcut or the Action Button) if the app isn't already active. How to make this work: To use an AudioRecordingIntent alongside a Live Activity, the recording session must originally be initiated while the app is in the foreground. Once the session is running and the user backgrounds the app, you can then manage it: Pause and Resume: You can manually pause the recording from the background using a button on your Live Activity. Once paused, you can use an intent triggered from the Live Activity to resume the recording. System Interruptions: If your active background recording is interrupted by the OS (e.g., an incoming phone call, an alarm, or Siri), you can provide
Feb ’26
Promo Code for Approved, but Unreleased App Fails
I have an app in Pending Developer Release status and have generated a promo to test app on final time before release. After entering promo code in App Store app, I get the following error: Unable to Redeem This content is incompatible with the current software on this device. Update you device to the latest software version and try again. The device in question has been running TestFlight and Xcode builds without issue. The device is an iPhone 14 Pro running 18.6. App is built with minimum deployment of 18.0.
1
0
128
Feb ’26
Family Controls Entitlement - Code Level Support?
Hi, Submitted Family Controls entitlement request a month ago for my main focus app, got approved within a day. Submitted 3 more requests for my extensions, and it has been 16 days without any word. Saw advice to file a code-level support with DTS in this similar forum: https://developer.apple.com/forums/thread/812934 Is there anything else I can do before filing a code-level support? Any extra info to provide? If not, can a DTS engineer please refer me for the code-level support? Thanks!
2
0
172
Feb ’26
Waiting for Review - Hardware Confusion
I'm not sure where to go from here, I've filled in the appeal form but had no response. My app has somehow been interpreted to 'only work with specific hardware' - this is not the case it works wither either specific hardware OR a third party piece of software (which is freely available) The third party software provides a TCP server and my app connects to it as a client. I have been rejected four times now because I haven't provided a 'video to show the paring process with the dedicated hardware' There isn't a 'pairing process' any more than there is a pairing process between Safari and a website or Mail and an IMAP server, it literally connects to the specified IP and Port. I've provided a video of this (showing a screen capture of the software in question, and a screen capture from an actual iOS device - my iPhone - showing me connecting to the other application in the app, and demonstrating the functionality of the app - but keep being told I need to provide a video with hardware. I don't own the
2
0
115
Feb ’26
Reply to Cannot get WiFi SSID inside launchctl agent
Thanks again for your guidance. I’m following up with concrete implementation details and current repro logs because we still cannot read SSID via CoreWLAN from our agent process. Environment: macOS 26.3 (build 25D125) Xcode 26.2 (17C52) Wi-Fi interface: en0 Agent bundle ID: com.acme.SSIDInspector.Agent App bundle ID: com.acme.SSIDInspector How we launch the agent: We use SMAppService.agent(plistName:) from the main app. Embedded LaunchAgent plist path in app bundle: com.acme.SSIDInspector.Agent.plist Plist details: Label = com.acme.SSIDInspector.Agent BundleProgram = Contents/Resources/SSIDInspectorAgent.app/Contents/MacOS/SSIDInspectorAgent MachServices includes com.acme.SSIDInspector.Agent RunAtLoad = true, KeepAlive = true We call register()/unregister() on SMAppService, and use XPC (NSXPCConnection to mach service) to verify the agent is running/reachable. Privacy/authorization setup: Agent Info.plist usage strings are present: NSLocationAlwaysUsageDescription NSLocationUsageDescription NSLocationWhenInU
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’26
iOS App terminated by Watchdog (Signal 9) in Background state despite reporting call
iOS App terminated by Watchdog (Signal 9) in Background state despite reporting call Description I have successfully implemented VoIP pushes for the Killed state, where CallKit triggers correctly. However, when the app is in the Background state (suspended), it consistently crashes with an NSInternalInconsistencyException. The app process is killed by the iOS Watchdog because it fails to satisfy the requirement of posting an incoming call in the same run loop as the push receipt, or the completion handler is not being released fast enough by the JS bridge. Environment React Native Version: .78 React Native CallKeep Version: 4.3.14 React Native VoIP Push Notification Version: 3.3.3 iOS Version: 18.x Device: Physical iPhone [iphone 13 pro] The Issue When a VoIP push arrives while the app is in the Background: pushRegistry:didReceiveIncomingPushWithPayload: is called. RNCallKeep.reportNewIncomingCall is triggered on the Main Thread. The app is terminated by the system before the CallKi
3
0
190
Feb ’26
Reply to After using the fskit framework to mount thecloud disk, it does not display on the Finder sidebar
Use the following command 你说 mount | grep my_ngpc ngpc://login on /Users/li/my_mnt (my_ngpc, noowners, noatime, fskit, mounted by li) li@lideMacBook-Pro ~ % diskutil list | grep NGPC li@lideMacBook-Pro ~ % diskutil list | grep ngpc li@lideMacBook-Pro ~ % diskutil list | grep my_ngpc
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’26
Enrollment Completed on iPhone but Web Shows “Complete Your Purchase” and Status Pending
Hello Apple Developer Support Team, I completed my Apple Developer Program enrollment directly through the Developer app on my iPhone. The identity verification and payment were successfully processed. However, when I log in via the web, I still see the message “Complete Your Purchase,” and my enrollment status appears as Pending. The system seems to be asking me to proceed with enrollment again, even though the process was already completed on my iPhone. Could you please review my account and clarify the current status of my enrollment? Thank you for your assistance. Kind regards
Replies
5
Boosts
0
Views
203
Activity
Feb ’26
Reply to Developer Program enrollment still pending after payment
Apple Developer Payment Issue (India – UPI + Developer App Case) Sharing this in case it helps another founder avoid confusion. I was trying to purchase the Apple Developer Program under my company Apple ID using the Apple Developer App on my iPhone. Inside the Developer App, I was correctly logged in using my company Apple ID. When I initiated the ₹8,700 payment using UPI: The UPI auto-renew mandate failed. The app then prompted me to complete the payment using Apple Account balance (Apple Wallet). I proceeded with the payment. The transaction was successful. However, the ₹8,700 was credited to my personal Apple ID’s Apple Account balance, not the company Apple ID. Why This Happened Even though I was logged into the Developer App with my company Apple ID, in my iPhone Settings, my personal Apple ID was signed in. When the payment was processed to Apple Wallet, it was credited to the Apple ID logged in at the device level (Settings) — not the Apple ID inside the Developer App. To verify this
Replies
Boosts
Views
Activity
Feb ’26
Developer Program enrollment still pending after payment
Hi everyone, I subscribed to the Apple Developer Program on Tuesday evening, February 15th, 2026. The payment has already been charged to my bank account, but my account still shows the status “Pending” with the message “Subscribe your membership”. It’s now been several days, and I haven’t received any confirmation email or any request for additional information. I already contacted Apple Support by email/phone without any response, but I’d like to know if other developers have experienced the same situation and how long it took before their account was activated. My Enrollment ID D72NJHL7JM Thank you, Rakan
Replies
11
Boosts
0
Views
544
Activity
Feb ’26
Reply to Apple Developer Program Membership Fee Deducted but Not Reflected in Account
Apple Developer Payment Issue (India – UPI + Developer App Case) Sharing this in case it helps another founder avoid confusion. I was trying to purchase the Apple Developer Program under my company Apple ID using the Apple Developer App on my iPhone. Inside the Developer App, I was correctly logged in using my company Apple ID. When I initiated the ₹8,700 payment using UPI: The UPI auto-renew mandate failed. The app then prompted me to complete the payment using Apple Account balance (Apple Wallet). I proceeded with the payment. The transaction was successful. However, the ₹8,700 was credited to my personal Apple ID’s Apple Account balance, not the company Apple ID. Why This Happened Even though I was logged into the Developer App with my company Apple ID, in my iPhone Settings, my personal Apple ID was signed in. When the payment was processed to Apple Wallet, it was credited to the Apple ID logged in at the device level (Settings) — not the Apple ID inside the Developer App. To verify this
Replies
Boosts
Views
Activity
Feb ’26
Reply to Any updates on the App Review situation?
Thanks a lot! I have now received a reply from the review team. I am still a little puzzled, though. My app contains an HTML page that is about two screens tall. The text includes references in the format [1,2], and if you scroll down about half a page, there is a reference list with the corresponding numbers and clickable links. However, the review team wrote: “If the app already includes citations, please provide steps on how to locate them.” It seems some people have forgotten Steve Jobs’ brilliant iPhone introduction back in 2007 in San Francisco, where he demonstrated smooth, finger-driven page scrolling in Safari. Pardon the sarcasm — thanks for setting this in motion. I will resubmit and explain in detail how to find the citation list.
Replies
Boosts
Views
Activity
Feb ’26
Reply to Background Upload Extension Bug on iOS 26.2
I am also using an iOS 26.2 system real iPhone 12. However, when executing the setUploadJobExtensionEnabled(true) command, an error occurred: NSError domain: PHPhotosErrorDomain code: -1 localizedDescription: The operation couldn’t be completed. (PHPhotosErrorDomain error -1.) userInfo: [] The code for creating background tasks cannot be executed at all. Could you please tell me if there are any configuration issues that need to be addressed?
Replies
Boosts
Views
Activity
Feb ’26
Web inspector only works with HTTPS contexts in iOS simulator
Up until some point relatively recently, I have been able to use Safari's web inspector to connect to the iOS simulator in order to debug our web application in development at http://localhost:8088. Now, the web inspector still OPENS, but it opens in a broken state. The context is available to select from Safari's Develop menu: Develop > iPhone 16 Pro (Simulator) > localhost - login. It appears under the Safari heading if I have navigated to the web app in the browser, or under the Expo heading if I am accessing it through the webview in our React Native wrapper app. When I select it, the web inspector window does appear. However, once it opens, the Elements pane is empty, the Console pane is empty, expressions entered into the console are not evaluated, there's no content in Sources, Network, Storage, etc. Important notes: This broken state happens at http://localhost:8088 as well as http://127.0.0.1:8088, and it seems that the insecure context is the issue. The web inspector DOES wor
Replies
3
Boosts
0
Views
1k
Activity
Feb ’26
Reply to Country missing from address section for Swift Student Challenge
The address can be different than the one you live; it’s just only used if you win the contest and Apple sends the prize and the certificate to you. however it has a section where you have to put your phone number in there but it can be different tha the first one
Replies
Boosts
Views
Activity
Feb ’26
Reply to Unable to trigger AudioRecordingIntent from background
Hi there, The error you are seeing is actually expected behavior due to iOS privacy and security restrictions. Apple strictly prevents apps from initiating an AVAudioSession for recording from a completely backgrounded state. Because of these privacy constraints, you cannot start an audio recording from scratch using an intent (like via a Shortcut or the Action Button) if the app isn't already active. How to make this work: To use an AudioRecordingIntent alongside a Live Activity, the recording session must originally be initiated while the app is in the foreground. Once the session is running and the user backgrounds the app, you can then manage it: Pause and Resume: You can manually pause the recording from the background using a button on your Live Activity. Once paused, you can use an intent triggered from the Live Activity to resume the recording. System Interruptions: If your active background recording is interrupted by the OS (e.g., an incoming phone call, an alarm, or Siri), you can provide
Replies
Boosts
Views
Activity
Feb ’26
Promo Code for Approved, but Unreleased App Fails
I have an app in Pending Developer Release status and have generated a promo to test app on final time before release. After entering promo code in App Store app, I get the following error: Unable to Redeem This content is incompatible with the current software on this device. Update you device to the latest software version and try again. The device in question has been running TestFlight and Xcode builds without issue. The device is an iPhone 14 Pro running 18.6. App is built with minimum deployment of 18.0.
Replies
1
Boosts
0
Views
128
Activity
Feb ’26
Family Controls Entitlement - Code Level Support?
Hi, Submitted Family Controls entitlement request a month ago for my main focus app, got approved within a day. Submitted 3 more requests for my extensions, and it has been 16 days without any word. Saw advice to file a code-level support with DTS in this similar forum: https://developer.apple.com/forums/thread/812934 Is there anything else I can do before filing a code-level support? Any extra info to provide? If not, can a DTS engineer please refer me for the code-level support? Thanks!
Replies
2
Boosts
0
Views
172
Activity
Feb ’26
Waiting for Review - Hardware Confusion
I'm not sure where to go from here, I've filled in the appeal form but had no response. My app has somehow been interpreted to 'only work with specific hardware' - this is not the case it works wither either specific hardware OR a third party piece of software (which is freely available) The third party software provides a TCP server and my app connects to it as a client. I have been rejected four times now because I haven't provided a 'video to show the paring process with the dedicated hardware' There isn't a 'pairing process' any more than there is a pairing process between Safari and a website or Mail and an IMAP server, it literally connects to the specified IP and Port. I've provided a video of this (showing a screen capture of the software in question, and a screen capture from an actual iOS device - my iPhone - showing me connecting to the other application in the app, and demonstrating the functionality of the app - but keep being told I need to provide a video with hardware. I don't own the
Replies
2
Boosts
0
Views
115
Activity
Feb ’26
Reply to Cannot get WiFi SSID inside launchctl agent
Thanks again for your guidance. I’m following up with concrete implementation details and current repro logs because we still cannot read SSID via CoreWLAN from our agent process. Environment: macOS 26.3 (build 25D125) Xcode 26.2 (17C52) Wi-Fi interface: en0 Agent bundle ID: com.acme.SSIDInspector.Agent App bundle ID: com.acme.SSIDInspector How we launch the agent: We use SMAppService.agent(plistName:) from the main app. Embedded LaunchAgent plist path in app bundle: com.acme.SSIDInspector.Agent.plist Plist details: Label = com.acme.SSIDInspector.Agent BundleProgram = Contents/Resources/SSIDInspectorAgent.app/Contents/MacOS/SSIDInspectorAgent MachServices includes com.acme.SSIDInspector.Agent RunAtLoad = true, KeepAlive = true We call register()/unregister() on SMAppService, and use XPC (NSXPCConnection to mach service) to verify the agent is running/reachable. Privacy/authorization setup: Agent Info.plist usage strings are present: NSLocationAlwaysUsageDescription NSLocationUsageDescription NSLocationWhenInU
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’26
iOS App terminated by Watchdog (Signal 9) in Background state despite reporting call
iOS App terminated by Watchdog (Signal 9) in Background state despite reporting call Description I have successfully implemented VoIP pushes for the Killed state, where CallKit triggers correctly. However, when the app is in the Background state (suspended), it consistently crashes with an NSInternalInconsistencyException. The app process is killed by the iOS Watchdog because it fails to satisfy the requirement of posting an incoming call in the same run loop as the push receipt, or the completion handler is not being released fast enough by the JS bridge. Environment React Native Version: .78 React Native CallKeep Version: 4.3.14 React Native VoIP Push Notification Version: 3.3.3 iOS Version: 18.x Device: Physical iPhone [iphone 13 pro] The Issue When a VoIP push arrives while the app is in the Background: pushRegistry:didReceiveIncomingPushWithPayload: is called. RNCallKeep.reportNewIncomingCall is triggered on the Main Thread. The app is terminated by the system before the CallKi
Replies
3
Boosts
0
Views
190
Activity
Feb ’26