Search results for

“iPhone 16 pro”

80,726 results found

Post

Replies

Boosts

Views

Activity

Cannot receive 2FA code after registered email was deleted – locked out of Developer account
My Apple Developer account was registered with a company Gmail address that has since been permanently deleted. Now when I try to log in, I reach the 2FA step but the verification code is no longer sent to my registered phone number. I am completely locked out. Has anyone experienced this or knows how to contact Apple to recover access?
0
0
31
1w
Week 7 of Pending Enrollment
I will keep posting this every week because I simply cannot wait anymore. 7 weeks of waiting is way too much. To me, it is absolute madness in 2026 to wait for months, especially when my passport/ID was successfully verified back in week 1 or 2. To make matters worse, I can't even call the support hotline because the phone option is unavailable and the email assistants only reply with the same automated templates. P.S. If by some miracle Apple Support reads this post or rather, this cry from the soul - and actually wants to help, I have already created two support tickets. Here are the case numbers: 20000109972460 20000109363371
1
0
75
1w
iPhone收不到PushKit推送
token:eb3b63ab94b136f6d25a86d48bb4b7ff20377e393f137cb4f43b17560112bf51 msgId:67d4c88d-61b1-4f51-df0b-2efa022fd672 机型:iPhone7 系统:iOS 15.8.3 问题描述:后端服务器调用苹果提供的pushKit推送API且已成功返回上述msgId,客户端App也已经实现对应的CallKit方法reportNewIncomingCall,但没有收到对应的推送,这是什么原因呢?
1
0
56
1w
Reply to System-wide deadlock in removexattr from revisiond / APFS
I don't think that’s a valid bug number. Sorry, it was a TSI, not a bug report. I replied to the DTS email yesterday with the full spin dump. Let me know if you still want a bug report as well. Again, you can see that second lock here if you're curious. There are only 2 other threads in the logs that appear relevant, both from our helper process and both down in APFS. One of them is also stuck inside decmpfs_read_compressed: Thread 0xc06805 DispatchQueue com.apple.root.default-qos(13) 940 samples (1-940) priority 46 (base 31) last ran 241692.753s ago 940 start_wqthread + 8 (libsystem_pthread.dylib + 7068) [0x189d0ab9c] 940 _pthread_wqthread + 232 (libsystem_pthread.dylib + 11792) [0x189d0be10] 940 _dispatch_worker_thread2 + 180 (libdispatch.dylib + 83844) [0x189b65784] 940 _dispatch_root_queue_drain + 736 (libdispatch.dylib + 82236) [0x189b6513c] 940 + 32 (libdispatch.dylib + 231900) [0x189b899dc] 940 _dispatch_client_callout + 16 (libdispatch.dylib + 113364) [0x189b6cad4] 940 _dispatch_call_block_a
Topic: App & System Services SubTopic: Core OS Tags:
1w
Reply to Rejected a couple of time for 5.1.1/5.1.2 - AI consent screen not seen by reviewers despite being first screen on launch
Thank you for the feedback. Let me clarify: My app is a SwiftUI iOS fitness app called GymFusion. It uses Anthropic's Claude AI API to power features like meal photo scanning, body composition analysis, and workout coaching. The rejection is solely about Guidelines 5.1.1(i) and 5.1.2(i) — the app shares user data with a third-party AI service (Anthropic) and Apple says the app doesn't clearly disclose this or ask for permission. There are no in-app purchase issues — apologies for any confusion. Here's what I've implemented: The app's entry point (RootView) shows the AI consent screen as the first view on every launch. It's not a sheet or popup — it's embedded in the view hierarchy: if auth.isLoading { // Loading screen } else if !consentManager.hasConsented && !consentManager.hasSeenConsent { AIConsentView() // Consent blocks the entire app } else if auth.isAuthenticated { MainTabView() } else { AuthView() } The consent screen: Lists all data shared (photos, workout history, body measurements, fitness
1w
NEED HELP WITH VOICE MEMOS PLEASE
I have a very important voice memo that I have recorded on my iPad, as I was recording it, it seemed to have completely worked, but for some strange reason the voice memo will not play, download to my filess, I am unable to send it to anyone, and it basically just pops up blank every time I just try to share it. I cannot listen to it and have not been able to listen to it. This is the same on both my iPad and my phone, when I went to Apple, they said to come on here and ask for guidance, and that it might be because my regular iPhone is updated normally but on my iPad, which was the Voice Memo was recorded on is updated To beta. please give me some advice and if there’s any way, I could recover even the transcript of the voice message because it is truly so important to me. The sound waves are there and everything and I just don’t understand why it will not play on either device. I have also tried copying it. I have also tried trimming the beginning and it’s like the data is there, but it wi
1
0
74
1w
UIView + CATiledLayer + SwiftUI Hosting + iOS 26 = Crash?
Our app uses a UIView backed by a CATiledLayer that is embedded in a UIScrollView, to represent a large document viewer. (PDF data, actually.) It needs to be big - far too big to allocate a single layer, and it needs to be able to reveal more detail as you zoom in. This is the exact use case for a CATiledLayer. CATiledLayer does its drawing on a background thread, as you know, and we've always taken care to make our draw method thread-safe. It has worked great for us, for over a decade now. However, starting with iOS 26, we've been having some surprising crashes. It looks like our CATiledLayer (I think?) is trying to trigger a layout on the background thread as well. This is frustrating because it doesn't have any subviews or sublayers - there's no reason for it. I'm suspecting the CATiledLayer because it does its drawing on a thread, so maybe it would also do other things there, but honestly, I'm not sure - it's hard to tell. Here's the crash. Normally with a crash like this, the solution is to bounce your l
Topic: UI Frameworks SubTopic: UIKit
2
0
161
1w
Reply to 🟡 Yellow Circle In front of my app Name. What does it mean ?
Really nobody knows where the Apple documentation is regarding the meaning of the Yellow DOT ? On [medium] I found an article , someone said what the yellow red and blue circles mean, but there is no source from apple docummentations .. also I don't know why apple banned medium.com , this forum didn't let me post the link to that article. This docummentation is incomplete, it does not say what YELLOW / RED / BLUE circle means: https://support.apple.com/guide/iphone/learn-the-meaning-of-iphone-status-icons-iphef7bb57dc/ios PS. The article mentioned that the Yellow circle means the app was installed trough Test Flight
1w
The Xcode 26.3 project build failed
0 0x1001bd52c __assert_rtn + 252 1 0x100132054 void std::__1::__introsort(ld::Atom const**, ld::Atom const**, ld::AliasAddressOrderer&, std::__1::iterator_traits::difference_type, bool) + 0 2 0x1001319a4 ld::LayoutLinkedImage::assignAtomOffsetsInSection(ld::SectionLayout&, unsigned int, bool) + 680 3 0x100136724 void dispatchForEach(std::__1::span, unsigned long, ld::LayoutLinkedImage::sortAtomsWithinSections()::$_0)::'lambda'(unsigned long)::operator()(unsigned long) const + 7852 4 0x19dca8aec _dispatch_client_callout2 + 16 5 0x19dca37f8 _dispatch_apply_invoke3 + 336 6 0x19dca8ad4 _dispatch_client_callout + 16 7 0x19dc91a60 _dispatch_once_callout + 32 8 0x19dca2938 _dispatch_apply_invoke + 252 9 0x19dca8ad4 _dispatch_client_callout + 16 10 0x19dcc59dc _dispatch_channel_invoke.cold.5 + 32 11 0x19dca113c _dispatch_root_queue_drain + 736 12 0x19dca1784 _dispatch_worker_thread2 + 180 13 0x19de47e10 _pthread_wqthread + 232 ld snapshot written at /tmp/****app.debug.dylib-2026-03-
0
0
83
1w
Code Signing "Invalid", No Reason Given
Hello, At work, we want to release a new version of our cross-platform desktop application this week. Unfortunately, I've had issues getting the dmg signed by the Apple notary service, which will delay the release until it's successful. However, I remade and successfully signed the previously released version (also dmg) with the same credentials, so I know it's not a problem with the file format or my account. I have tried the following to no avail: Lots of Googling Running xcrun notarytool submit with the -v option (verbose) to see more error messages Going to the URL given (appstoreconnect.apple.com/notary/v2/submissions/{submission_id}) and examining the file it downloaded (not much info, let alone helpful info) Contacting Apple developer support over the phone (they couldn't help with this particular issue, since it's code-level support) The only big change we made this time was switching to Maven for our build tool and dependency management (we previously used Ant with manual dependency manageme
3
0
258
1w
App rejected under Guideline 2.1(a) - App Completeness. Seeking advice!
Hello everyone, I recently submitted my iOS app for review, but it was unfortunately rejected under Guideline 2.1(a) - Performance - App Completeness. For context, my app is a healthcare application built with Ionic. According to the App Review team's message, they found the app to be incomplete. They stated they were unable to review the app because they couldn't get past the login screen. The Root Cause: Upon investigating, we discovered the issue is related to IP Geo-blocking. Because the app handles sensitive healthcare data, our API provider strictly blocks all network traffic originating from outside of Italy to legally comply with European GDPR regulations. Since the App Review team tests from the US, their requests are being entirely blocked by the firewall, causing the login to fail and the app to look broken on their end. What I have verified so far: I have provided valid demo account credentials in the App Store Connect App Review Information section. I have tested the app thoroughly on physical de
2
0
95
1w
Xcode 26.2 Can't download
Help please! I'm new to Xcode and my Mac is a 2021 MacBook Pro. I've downloaded Xcode recently (version 26.2) and wanted to preview and test my first App. But somehow, I just can't download the iOS simulator. People tell me that I can download resources from developer.apple.com, but I only found the iOS_18.2_runtime.dmg. I downloaded and installed the iOS 18.2 version but Xcode still requires to download the iOS 26.2 simulator. I don't know why and how to fix this problem. Please help!
3
0
87
1w
Reply to Triggering “realtime” mode for peer-to-peer WiFi via awdl to fix jitter problems
Hi Quinn, Thank you so much for your reply. I appreciate it. Just wanted to ask a followup related to this: [quote='881072022, DTS Engineer, /thread/819926?answerId=881072022#881072022'] It might be possible to find some API that does it as a side effect, but that would be an implementation detail and thus not something you’d want to rely on. [/quote] I understand that this is not something to rely on, but do you have any recommendations of things that might work here? I already tried creating separate peer-to-peer TCP channels with heartbeat messages, tried using the Multipeer Connectivity API with MCSession to establish connections between the devices (although the actual video packets were still sent via NWConnection), etc. I find it a little frustrating that the best options as of right now to reduce latency appear to be: Change your router to use specific channels Drag your cursor from your Mac to your iPad prior to starting the stream transmission (if transmitting to/from Mac and iPad) I am aware the Wi
1w
Cannot receive 2FA code after registered email was deleted – locked out of Developer account
My Apple Developer account was registered with a company Gmail address that has since been permanently deleted. Now when I try to log in, I reach the 2FA step but the verification code is no longer sent to my registered phone number. I am completely locked out. Has anyone experienced this or knows how to contact Apple to recover access?
Replies
0
Boosts
0
Views
31
Activity
1w
Week 7 of Pending Enrollment
I will keep posting this every week because I simply cannot wait anymore. 7 weeks of waiting is way too much. To me, it is absolute madness in 2026 to wait for months, especially when my passport/ID was successfully verified back in week 1 or 2. To make matters worse, I can't even call the support hotline because the phone option is unavailable and the email assistants only reply with the same automated templates. P.S. If by some miracle Apple Support reads this post or rather, this cry from the soul - and actually wants to help, I have already created two support tickets. Here are the case numbers: 20000109972460 20000109363371
Replies
1
Boosts
0
Views
75
Activity
1w
iPhone收不到PushKit推送
token:eb3b63ab94b136f6d25a86d48bb4b7ff20377e393f137cb4f43b17560112bf51 msgId:67d4c88d-61b1-4f51-df0b-2efa022fd672 机型:iPhone7 系统:iOS 15.8.3 问题描述:后端服务器调用苹果提供的pushKit推送API且已成功返回上述msgId,客户端App也已经实现对应的CallKit方法reportNewIncomingCall,但没有收到对应的推送,这是什么原因呢?
Replies
1
Boosts
0
Views
56
Activity
1w
Reply to System-wide deadlock in removexattr from revisiond / APFS
I don't think that’s a valid bug number. Sorry, it was a TSI, not a bug report. I replied to the DTS email yesterday with the full spin dump. Let me know if you still want a bug report as well. Again, you can see that second lock here if you're curious. There are only 2 other threads in the logs that appear relevant, both from our helper process and both down in APFS. One of them is also stuck inside decmpfs_read_compressed: Thread 0xc06805 DispatchQueue com.apple.root.default-qos(13) 940 samples (1-940) priority 46 (base 31) last ran 241692.753s ago 940 start_wqthread + 8 (libsystem_pthread.dylib + 7068) [0x189d0ab9c] 940 _pthread_wqthread + 232 (libsystem_pthread.dylib + 11792) [0x189d0be10] 940 _dispatch_worker_thread2 + 180 (libdispatch.dylib + 83844) [0x189b65784] 940 _dispatch_root_queue_drain + 736 (libdispatch.dylib + 82236) [0x189b6513c] 940 + 32 (libdispatch.dylib + 231900) [0x189b899dc] 940 _dispatch_client_callout + 16 (libdispatch.dylib + 113364) [0x189b6cad4] 940 _dispatch_call_block_a
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w
Reply to Rejected a couple of time for 5.1.1/5.1.2 - AI consent screen not seen by reviewers despite being first screen on launch
Thank you for the feedback. Let me clarify: My app is a SwiftUI iOS fitness app called GymFusion. It uses Anthropic's Claude AI API to power features like meal photo scanning, body composition analysis, and workout coaching. The rejection is solely about Guidelines 5.1.1(i) and 5.1.2(i) — the app shares user data with a third-party AI service (Anthropic) and Apple says the app doesn't clearly disclose this or ask for permission. There are no in-app purchase issues — apologies for any confusion. Here's what I've implemented: The app's entry point (RootView) shows the AI consent screen as the first view on every launch. It's not a sheet or popup — it's embedded in the view hierarchy: if auth.isLoading { // Loading screen } else if !consentManager.hasConsented && !consentManager.hasSeenConsent { AIConsentView() // Consent blocks the entire app } else if auth.isAuthenticated { MainTabView() } else { AuthView() } The consent screen: Lists all data shared (photos, workout history, body measurements, fitness
Replies
Boosts
Views
Activity
1w
NEED HELP WITH VOICE MEMOS PLEASE
I have a very important voice memo that I have recorded on my iPad, as I was recording it, it seemed to have completely worked, but for some strange reason the voice memo will not play, download to my filess, I am unable to send it to anyone, and it basically just pops up blank every time I just try to share it. I cannot listen to it and have not been able to listen to it. This is the same on both my iPad and my phone, when I went to Apple, they said to come on here and ask for guidance, and that it might be because my regular iPhone is updated normally but on my iPad, which was the Voice Memo was recorded on is updated To beta. please give me some advice and if there’s any way, I could recover even the transcript of the voice message because it is truly so important to me. The sound waves are there and everything and I just don’t understand why it will not play on either device. I have also tried copying it. I have also tried trimming the beginning and it’s like the data is there, but it wi
Replies
1
Boosts
0
Views
74
Activity
1w
UIView + CATiledLayer + SwiftUI Hosting + iOS 26 = Crash?
Our app uses a UIView backed by a CATiledLayer that is embedded in a UIScrollView, to represent a large document viewer. (PDF data, actually.) It needs to be big - far too big to allocate a single layer, and it needs to be able to reveal more detail as you zoom in. This is the exact use case for a CATiledLayer. CATiledLayer does its drawing on a background thread, as you know, and we've always taken care to make our draw method thread-safe. It has worked great for us, for over a decade now. However, starting with iOS 26, we've been having some surprising crashes. It looks like our CATiledLayer (I think?) is trying to trigger a layout on the background thread as well. This is frustrating because it doesn't have any subviews or sublayers - there's no reason for it. I'm suspecting the CATiledLayer because it does its drawing on a thread, so maybe it would also do other things there, but honestly, I'm not sure - it's hard to tell. Here's the crash. Normally with a crash like this, the solution is to bounce your l
Topic: UI Frameworks SubTopic: UIKit
Replies
2
Boosts
0
Views
161
Activity
1w
Reply to 🟡 Yellow Circle In front of my app Name. What does it mean ?
Really nobody knows where the Apple documentation is regarding the meaning of the Yellow DOT ? On [medium] I found an article , someone said what the yellow red and blue circles mean, but there is no source from apple docummentations .. also I don't know why apple banned medium.com , this forum didn't let me post the link to that article. This docummentation is incomplete, it does not say what YELLOW / RED / BLUE circle means: https://support.apple.com/guide/iphone/learn-the-meaning-of-iphone-status-icons-iphef7bb57dc/ios PS. The article mentioned that the Yellow circle means the app was installed trough Test Flight
Replies
Boosts
Views
Activity
1w
The Xcode 26.3 project build failed
0 0x1001bd52c __assert_rtn + 252 1 0x100132054 void std::__1::__introsort(ld::Atom const**, ld::Atom const**, ld::AliasAddressOrderer&, std::__1::iterator_traits::difference_type, bool) + 0 2 0x1001319a4 ld::LayoutLinkedImage::assignAtomOffsetsInSection(ld::SectionLayout&, unsigned int, bool) + 680 3 0x100136724 void dispatchForEach(std::__1::span, unsigned long, ld::LayoutLinkedImage::sortAtomsWithinSections()::$_0)::'lambda'(unsigned long)::operator()(unsigned long) const + 7852 4 0x19dca8aec _dispatch_client_callout2 + 16 5 0x19dca37f8 _dispatch_apply_invoke3 + 336 6 0x19dca8ad4 _dispatch_client_callout + 16 7 0x19dc91a60 _dispatch_once_callout + 32 8 0x19dca2938 _dispatch_apply_invoke + 252 9 0x19dca8ad4 _dispatch_client_callout + 16 10 0x19dcc59dc _dispatch_channel_invoke.cold.5 + 32 11 0x19dca113c _dispatch_root_queue_drain + 736 12 0x19dca1784 _dispatch_worker_thread2 + 180 13 0x19de47e10 _pthread_wqthread + 232 ld snapshot written at /tmp/****app.debug.dylib-2026-03-
Replies
0
Boosts
0
Views
83
Activity
1w
Code Signing "Invalid", No Reason Given
Hello, At work, we want to release a new version of our cross-platform desktop application this week. Unfortunately, I've had issues getting the dmg signed by the Apple notary service, which will delay the release until it's successful. However, I remade and successfully signed the previously released version (also dmg) with the same credentials, so I know it's not a problem with the file format or my account. I have tried the following to no avail: Lots of Googling Running xcrun notarytool submit with the -v option (verbose) to see more error messages Going to the URL given (appstoreconnect.apple.com/notary/v2/submissions/{submission_id}) and examining the file it downloaded (not much info, let alone helpful info) Contacting Apple developer support over the phone (they couldn't help with this particular issue, since it's code-level support) The only big change we made this time was switching to Maven for our build tool and dependency management (we previously used Ant with manual dependency manageme
Replies
3
Boosts
0
Views
258
Activity
1w
How do you collect eye gaze data from vision pro
Hello, I know that Apple bans user from accessing to raw gaze data like gaze vector (x,y,z) or eye position. But when you do research on gaze data, how did you collect them from vision pro? Is there any App to solve this problem?
Replies
0
Boosts
0
Views
99
Activity
1w
No Sales Data since 3/16/2026
I am not seeing any sales data in the app store since 3/16/2026 but there are units sold and proceeds displayed. Anyone from Apple to give an update? Any other developers seeing the same problem?
Replies
0
Boosts
0
Views
39
Activity
1w
App rejected under Guideline 2.1(a) - App Completeness. Seeking advice!
Hello everyone, I recently submitted my iOS app for review, but it was unfortunately rejected under Guideline 2.1(a) - Performance - App Completeness. For context, my app is a healthcare application built with Ionic. According to the App Review team's message, they found the app to be incomplete. They stated they were unable to review the app because they couldn't get past the login screen. The Root Cause: Upon investigating, we discovered the issue is related to IP Geo-blocking. Because the app handles sensitive healthcare data, our API provider strictly blocks all network traffic originating from outside of Italy to legally comply with European GDPR regulations. Since the App Review team tests from the US, their requests are being entirely blocked by the firewall, causing the login to fail and the app to look broken on their end. What I have verified so far: I have provided valid demo account credentials in the App Store Connect App Review Information section. I have tested the app thoroughly on physical de
Replies
2
Boosts
0
Views
95
Activity
1w
Xcode 26.2 Can't download
Help please! I'm new to Xcode and my Mac is a 2021 MacBook Pro. I've downloaded Xcode recently (version 26.2) and wanted to preview and test my first App. But somehow, I just can't download the iOS simulator. People tell me that I can download resources from developer.apple.com, but I only found the iOS_18.2_runtime.dmg. I downloaded and installed the iOS 18.2 version but Xcode still requires to download the iOS 26.2 simulator. I don't know why and how to fix this problem. Please help!
Replies
3
Boosts
0
Views
87
Activity
1w
Reply to Triggering “realtime” mode for peer-to-peer WiFi via awdl to fix jitter problems
Hi Quinn, Thank you so much for your reply. I appreciate it. Just wanted to ask a followup related to this: [quote='881072022, DTS Engineer, /thread/819926?answerId=881072022#881072022'] It might be possible to find some API that does it as a side effect, but that would be an implementation detail and thus not something you’d want to rely on. [/quote] I understand that this is not something to rely on, but do you have any recommendations of things that might work here? I already tried creating separate peer-to-peer TCP channels with heartbeat messages, tried using the Multipeer Connectivity API with MCSession to establish connections between the devices (although the actual video packets were still sent via NWConnection), etc. I find it a little frustrating that the best options as of right now to reduce latency appear to be: Change your router to use specific channels Drag your cursor from your Mac to your iPad prior to starting the stream transmission (if transmitting to/from Mac and iPad) I am aware the Wi
Replies
Boosts
Views
Activity
1w