Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

162,350 results found

Post

Replies

Boosts

Views

Activity

Apple’s Insanely Slow & Shallow App Review is Hurting Our Business
As a game studio with real business commitments, we depend on a predictable App Review process. Every month, we publish updates, run user acquisition campaigns, and test new ideas; that’s how our business operates. It’s not optional. We have obligations to our partners, our marketing budgets are committed in advance, and our entire monthly rhythm depends on getting builds out on schedule. Right now, Apple’s App Review is making that impossible. For the past 30 days, we’ve been stuck in a rejection loop on a single submission. Here’s what the cycle looks like: • Apple rejects our build with vague, generic feedback that doesn’t actually identify what’s wrong. • We investigate every possible scenario that could conceivably match their description, fix what we believe is the issue, and resubmit, usually within three hours. • Then we wait. And wait. Each review of the resubmission takes more than ten days. Read that again: we respond in 3 hours, they respond in 2 weeks. This isn’t a one-off. It’s been thr
2
0
127
1w
Best practices for blocking traffic: Transparent Proxy vs Content Filter, and Multiple Network Extensions
Hello, I am working on a DLP system for macOS. The application must analyze and potentially block network traffic. Currently, I am using NETransparentProxyProvider for traffic analysis and looking for the best solution to block network traffic. I believe the blocking can be implemented by capturing the flow and choosing not to proxy/forward it further (dropping it). However, I am unsure how the OS and other applications will react to this approach. As far as I know, macOS provides a dedicated NEFilterDataProvider (Content Filter) specifically designed for traffic filtering and blocking. I have two questions regarding the architecture: Is it safe to block flows directly using a Transparent Proxy? Will dropping/ignoring the flow without forwarding it cause any unexpected system behavior, socket hangups, or performance issues? Or is it highly recommended to strictly use a Content Filter (NEFilterDataProvider) for the blocking aspect? Can a single container app install and manage more than one Network Ex
2
0
151
1w
Managed Background Assets: Limit & Compatibility
Hello, We are currently developing a macOS application and evaluating Managed Background Assets for delivering additional downloadable content. Our preference is to rely on Apple-hosted asset delivery as much as possible, rather than maintaining a separate CDN or server infrastructure. While reviewing the documentation and forum discussions, we found a few areas that are still unclear and would appreciate your guidance. 1. Scope of the 200GB Apple-hosted asset pack limit Some documentation and discussions seem to describe the 200GB limit as applying per Apple Developer Program team/account, while others suggest it is a per-app bundle limit. Could you clarify the exact scope of this limit? Is the 200GB quota applied per individual app bundle ID? Or is it shared across all apps under the same Apple Developer Program account? References: [LINK1] [LINK2] [LINK3] 2. Storage expansion and hybrid hosting Are there any plans to expand the Apple-hosted asset pack limits in the future, or is there an official
1
0
129
1w
Apple Developer Program Enrollment Pending for 2+ Weeks, No Response from Support
Hello, My Apple Developer Program enrollment has been stuck on Pending for over two weeks with no communication from Apple. Details: Apple ID: inquirytpv [at] gmail [dot] com Enrollment type: Individual Location: Japan What I have confirmed: Two-factor authentication is enabled Apple ID name matches my legal ID exactly No pending agreements or verification requests in the portal No emails in spam/junk requesting additional action I have a completed macOS application ready for App Store submission. This pending status is the only thing blocking my launch. I have also tried contacting support via the Contact Us page but have not received a response. Could someone please review my enrollment or let me know if anything additional is needed? Thank you.
1
0
83
1w
Reply to CKQuerySubscription on public database failing with BAD_REQUEST in Production — distinct from iOS 26.4 silent-push regression
Hi Ziqiao, thank you, both suggestions were worth testing. Unfortunately neither resolves it. Reporting back with results and fresh request IDs you can correlate server-side. Setup: container iCloud.com.luiz.PandaApp, PUBLIC database. Two CKQuerySubscriptions, options: [.firesOnRecordCreation], simple equality predicates (guardianRecordName == %@, requesterRecordName == %@). Visible NotificationInfo (your point #3). Set alertBody, shouldBadge = true, and category; did not set shouldSendContentAvailable. Subscription save still fails: CKError code 12; CKInternalErrorDomain 2006 BadSyntax; ServerErrorDescription: attempting to create a subscription in a production container. Server log: RequestUUID 9BD2E50A-60DF-4DDA-86EF-B91E27192F33 (Op 46EA29B4FF3AFC28), SubscriptionCreate / PUBLIC / USER_ERROR / BAD_REQUEST, ~65–82 ms (20 May 2026 ~15:07 UTC). 2) CKModifySubscriptionsOperation instead of CKDatabase.save(_:). Same failure: Server logs (21 May 2026 ~04:12 UTC): RequestUUID 3276D248-
Topic: App & System Services SubTopic: iCloud Tags:
1w
Reply to macOS 26 – NSSound/CoreAudio causes SIGILL crash in caulk allocator
Hello , Yes, we have been able to reproduce this issue in our office as well, but only 2 times so far on macOS 26.4.1. It appears to be an intermittent issue, and we are not able to reproduce it consistently or quickly. Based on our investigation, this seems to occur in scenarios involving audio playback. We also made changes to ensure sound playback happens on the main thread and shared that build with the customer. However, the customer is still encountering the crash on their end. We are attaching the customer crash log for reference. Please let us know if there are any specific areas in the crash log that we should focus on or if additional diagnostics would help. crash.crash
Topic: Media Technologies SubTopic: Audio Tags:
1w
Significant drop in APNs 410 Unregistered responses since around May 12
Hi, We operate several iOS apps that use APNs through the HTTP/2 provider API. Since around May 12, we have observed a significant drop in APNs HTTP/410 “Unregistered” responses across multiple apps / bundle IDs. There have been no relevant changes on our side around that time. Our APNs integration, request flow, credentials, and push token handling have remained unchanged. What makes this more confusing is that App Store Connect does not show a corresponding drop in app deletion events for the same apps and time period. In other words, the app deletion trend appears stable in App Store Connect, but APNs 410 “Unregistered” responses dropped sharply. We understand that APNs does not guarantee an immediate 410 response after an app uninstall, and that the exact token invalidation timing is not documented. However, the aggregate change in 410 response volume is large enough that it looks like a behavior change. Questions: Has there been any recent APNs behavior change around when device tokens are marke
4
0
136
1w
Reply to 409 ENTITY_ERROR.RELATIONSHIP.INVALID — Cannot attach build or create version, affecting 2 separate accounts for 1 week
Thank you for the clarification — but with respect, this answer raises a much bigger problem than it solves. If internal only builds cannot be attached to app versions, why are they shown as selectable options in the build picker in the first place? Your own UI presented build 2 as a valid candidate, let us select it, and then failed silently with a generic 409 error in the network layer. No inline error message. No badge or label on the build indicating it was ineligible. No tooltip. Nothing in the visible UI explaining why the attach was failing. We — and apparently other developers, given that you said thank you all for the reports — spent hours debugging this. We checked export compliance, re-verified processing status, hard-refreshed, cleared caches, re-archived builds, opened DevTools to inspect network traffic, and combed through documentation. All of that time and effort was wasted because App Store Connect surfaced an ineligible build as if it were eligible and then refused to attach it with
1w
XCode 26.5: cannot Copy shared cache symbols from Apple Watch
The process of copying shared cache symbols from my Apple Watch has been horrendous. I cannot even get past 2% complete before this process fails. Every device is on the same network. I have trusted my machine. Developer mode is enabled on the watch. I have successfully paired the phone and watch. I managed to install an Watch app onto the watch. But the shared cache symbols were never copied from the watch. I gathered several commands at the terminal to help me. rm -rf ~/Library/Developer/Xcode/DerivedData rm -rf ~/Library/Developer/CoreDevice sudo killall -9 remoted CoreDeviceService 2>/dev/null || true xcrun devicectl manage ddis update xcrun devicectl list devices Clear CoreDevice state. With Xcode quit: rm -rf ~/Library/Developer/Xcode/DerivedData rm -rf ~/Library/Caches/com.apple.dt.Xcode Reset Xcode's Local Network permission. tccutil reset Local-Network com.apple.dt.Xcode tccutil reset Bluetooth com.apple.dt.Xcode xcrun devicectl device info hardware --device MY_DEVICE_ID xcrun de
1
0
160
1w
Reply to iOS26.4 WKWebView loadurl error -1005
Thanks for the careful report and for setting out the four questions clearly — the structure helps. NSURLErrorNetworkConnectionLost (-1005) surfacing through webView:didFailProvisionalNavigation:withError: is a generic outcome that can come from several distinct underlying conditions — TCP-level disconnects, HTTP/2 stream resets (RST_STREAM), idle-connection close races during connection reuse, transient network-path changes, or server-side behavior. Without captured diagnostics from a failure as it happens, there isn't a way to map your reports to a specific cause, and there isn't a known iOS 26.4.x regression we'd identify as a likely match. The most productive next step is to capture per-request diagnostics during a failure and file a Feedback Assistant report: ❏ Web Inspector network waterfall. Three things need to be enabled before this works: iPhone: Settings → Apps → Safari → Advanced → Web Inspector toggle on. Mac: Safari → Settings → Advanced → Show features for web developers enabled. In yo
Topic: Safari & Web SubTopic: General
1w
Reply to App Transfer Impact on DeviceCheck Token/keyid
When an app is transferred between developer accounts, the DeviceCheck state (the two bits and timestamp associated with a device) persists across the transfer. This means that the data previously stored for a device using DeviceCheck will remain accessible and associated with that device, even after the app's ownership changes (assuming the new owner is not changing the Bundle ID). This persistence is designed to help mitigate fraud, as the state is maintained by Apple and survives app reinstallation, device transfer between users, and even device erasure. However, the authentication for communicating with the DeviceCheck service relies on a private key and an iss (issuer) value from your developer account. When an app is transferred to a new developer account, it becomes associated with the recipient's Team ID. Therefore, to continue authenticating requests to the DeviceCheck service for the transferred app, the backend must be updated to use a new DeviceCheck private key generated under the recipi
Topic: Privacy & Security SubTopic: General Tags:
1w
Reply to App Transfer Impact on APNS
Yes, the guidance still holds true. Apart from a trivial but non-zero time period around the moment of transfer being completed (due to network propagation and database update times), once the transfer is complete, the credentials of the old team will no longer work, and the new team with their new credentials will need to take over. The only exception is if the old team has already open connections to APNs having used their old credentials, those connections will continue functioning until the connections are closed. For users who already have the app installed and previously opted into push notifications before the transfer: The transfer hands over push server infrastructure authentication from one team to the other. The app itself is not affected at all unless the new team is changing the Bundle ID. Will existing APNs device tokens remain valid after the app transfer? Device tokens will not change as long as the App Bundle ID is the same, and the migration to the new app does not involve deleting the old a
1w
App stuck in “Waiting for Review” for almost two weeks — Apple ID 6761327996
My app ActLike AI – Face Swap Video (Apple ID: 6761327996, Bundle ID: com.LCDMediaGames.ActLike-AI) has been stuck in “Waiting for Review” for almost two weeks. Normally, my app submissions move from “Waiting for Review” to “In Review” within 2–3 days. However, this submission has not started review yet. I have already tried the following: Contacted Apple Developer Support Called support Submitted an expedited review request Removed and resubmitted the build Unfortunately, the app is still stuck in “Waiting for Review”. This delay is affecting my release schedule and causing unnecessary backend/infrastructure costs because the app uses AI video generation services. Could someone from Apple please check whether this submission is blocked, delayed, or requires any action from my side? Any help would be appreciated.
1
0
136
1w
Reply to Will APNs become invalid immediately after the app transfer is completed?
1. Both the P12 and the P8 based JWTs will remain valid: For a trivial but non-zero time after the transfer is complete. if the old team has already open connections to APNs at the time the transfer is completed, they will be able to continue sending notifications until the close the connections and try to reopen them, in which case their authentication will fail 2. Whether the original team shuts down APNs and JWT services or not, will the old P12 certificates and P8 keys become invalid right away, leaving users unable to receive pushes until the new company updates the relevant credentials? Th old certificates will become invalid almost right away, after a trivial but non-zero time has passed. Once the connections are closed the old certificates will no longer work, and the new team has to start using their own credentials.
1w
Enterprise WatchOS App Won't Install on WatchOS 26.5
We have an Apple Watch app and companion iPhone app that we distribute via Enterprise Distribution using OTA manual installation. (We are on an Apple Enterprise Developer Team) With WatchOS 26.4 and earlier, the app would install fine on both the phone and the watch. However, after updating to WatchOS 26.5 (and iOS 26.5), the app will not install on the watch. It will install on the phone and we can trust the developer/run the phone app. However, when we go into the Apple Watch app on the phone and choose Install for the app, it tries to install for a minute and then returns an error The app could not be installed at this time. We have tried the following remedies: Restarting both watch and phone, and reinstalling the app on phone Factory resetting both the watch and the phone, then reinstalling app Generating a new Distribution Certificate and new manual profiles for the app in Apple Developer Looking through console logs from both the phone and the watch Confirmed that we can install other (non-Enterprise)
5
0
1.1k
1w
Apple’s Insanely Slow & Shallow App Review is Hurting Our Business
As a game studio with real business commitments, we depend on a predictable App Review process. Every month, we publish updates, run user acquisition campaigns, and test new ideas; that’s how our business operates. It’s not optional. We have obligations to our partners, our marketing budgets are committed in advance, and our entire monthly rhythm depends on getting builds out on schedule. Right now, Apple’s App Review is making that impossible. For the past 30 days, we’ve been stuck in a rejection loop on a single submission. Here’s what the cycle looks like: • Apple rejects our build with vague, generic feedback that doesn’t actually identify what’s wrong. • We investigate every possible scenario that could conceivably match their description, fix what we believe is the issue, and resubmit, usually within three hours. • Then we wait. And wait. Each review of the resubmission takes more than ten days. Read that again: we respond in 3 hours, they respond in 2 weeks. This isn’t a one-off. It’s been thr
Replies
2
Boosts
0
Views
127
Activity
1w
Best practices for blocking traffic: Transparent Proxy vs Content Filter, and Multiple Network Extensions
Hello, I am working on a DLP system for macOS. The application must analyze and potentially block network traffic. Currently, I am using NETransparentProxyProvider for traffic analysis and looking for the best solution to block network traffic. I believe the blocking can be implemented by capturing the flow and choosing not to proxy/forward it further (dropping it). However, I am unsure how the OS and other applications will react to this approach. As far as I know, macOS provides a dedicated NEFilterDataProvider (Content Filter) specifically designed for traffic filtering and blocking. I have two questions regarding the architecture: Is it safe to block flows directly using a Transparent Proxy? Will dropping/ignoring the flow without forwarding it cause any unexpected system behavior, socket hangups, or performance issues? Or is it highly recommended to strictly use a Content Filter (NEFilterDataProvider) for the blocking aspect? Can a single container app install and manage more than one Network Ex
Replies
2
Boosts
0
Views
151
Activity
1w
Managed Background Assets: Limit & Compatibility
Hello, We are currently developing a macOS application and evaluating Managed Background Assets for delivering additional downloadable content. Our preference is to rely on Apple-hosted asset delivery as much as possible, rather than maintaining a separate CDN or server infrastructure. While reviewing the documentation and forum discussions, we found a few areas that are still unclear and would appreciate your guidance. 1. Scope of the 200GB Apple-hosted asset pack limit Some documentation and discussions seem to describe the 200GB limit as applying per Apple Developer Program team/account, while others suggest it is a per-app bundle limit. Could you clarify the exact scope of this limit? Is the 200GB quota applied per individual app bundle ID? Or is it shared across all apps under the same Apple Developer Program account? References: [LINK1] [LINK2] [LINK3] 2. Storage expansion and hybrid hosting Are there any plans to expand the Apple-hosted asset pack limits in the future, or is there an official
Replies
1
Boosts
0
Views
129
Activity
1w
Apple Developer Program Enrollment Pending for 2+ Weeks, No Response from Support
Hello, My Apple Developer Program enrollment has been stuck on Pending for over two weeks with no communication from Apple. Details: Apple ID: inquirytpv [at] gmail [dot] com Enrollment type: Individual Location: Japan What I have confirmed: Two-factor authentication is enabled Apple ID name matches my legal ID exactly No pending agreements or verification requests in the portal No emails in spam/junk requesting additional action I have a completed macOS application ready for App Store submission. This pending status is the only thing blocking my launch. I have also tried contacting support via the Contact Us page but have not received a response. Could someone please review my enrollment or let me know if anything additional is needed? Thank you.
Replies
1
Boosts
0
Views
83
Activity
1w
Reply to CKQuerySubscription on public database failing with BAD_REQUEST in Production — distinct from iOS 26.4 silent-push regression
Hi Ziqiao, thank you, both suggestions were worth testing. Unfortunately neither resolves it. Reporting back with results and fresh request IDs you can correlate server-side. Setup: container iCloud.com.luiz.PandaApp, PUBLIC database. Two CKQuerySubscriptions, options: [.firesOnRecordCreation], simple equality predicates (guardianRecordName == %@, requesterRecordName == %@). Visible NotificationInfo (your point #3). Set alertBody, shouldBadge = true, and category; did not set shouldSendContentAvailable. Subscription save still fails: CKError code 12; CKInternalErrorDomain 2006 BadSyntax; ServerErrorDescription: attempting to create a subscription in a production container. Server log: RequestUUID 9BD2E50A-60DF-4DDA-86EF-B91E27192F33 (Op 46EA29B4FF3AFC28), SubscriptionCreate / PUBLIC / USER_ERROR / BAD_REQUEST, ~65–82 ms (20 May 2026 ~15:07 UTC). 2) CKModifySubscriptionsOperation instead of CKDatabase.save(_:). Same failure: Server logs (21 May 2026 ~04:12 UTC): RequestUUID 3276D248-
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
1w
Reply to macOS 26 – NSSound/CoreAudio causes SIGILL crash in caulk allocator
Hello , Yes, we have been able to reproduce this issue in our office as well, but only 2 times so far on macOS 26.4.1. It appears to be an intermittent issue, and we are not able to reproduce it consistently or quickly. Based on our investigation, this seems to occur in scenarios involving audio playback. We also made changes to ensure sound playback happens on the main thread and shared that build with the customer. However, the customer is still encountering the crash on their end. We are attaching the customer crash log for reference. Please let us know if there are any specific areas in the crash log that we should focus on or if additional diagnostics would help. crash.crash
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
1w
Significant drop in APNs 410 Unregistered responses since around May 12
Hi, We operate several iOS apps that use APNs through the HTTP/2 provider API. Since around May 12, we have observed a significant drop in APNs HTTP/410 “Unregistered” responses across multiple apps / bundle IDs. There have been no relevant changes on our side around that time. Our APNs integration, request flow, credentials, and push token handling have remained unchanged. What makes this more confusing is that App Store Connect does not show a corresponding drop in app deletion events for the same apps and time period. In other words, the app deletion trend appears stable in App Store Connect, but APNs 410 “Unregistered” responses dropped sharply. We understand that APNs does not guarantee an immediate 410 response after an app uninstall, and that the exact token invalidation timing is not documented. However, the aggregate change in 410 response volume is large enough that it looks like a behavior change. Questions: Has there been any recent APNs behavior change around when device tokens are marke
Replies
4
Boosts
0
Views
136
Activity
1w
Reply to 409 ENTITY_ERROR.RELATIONSHIP.INVALID — Cannot attach build or create version, affecting 2 separate accounts for 1 week
Thank you for the clarification — but with respect, this answer raises a much bigger problem than it solves. If internal only builds cannot be attached to app versions, why are they shown as selectable options in the build picker in the first place? Your own UI presented build 2 as a valid candidate, let us select it, and then failed silently with a generic 409 error in the network layer. No inline error message. No badge or label on the build indicating it was ineligible. No tooltip. Nothing in the visible UI explaining why the attach was failing. We — and apparently other developers, given that you said thank you all for the reports — spent hours debugging this. We checked export compliance, re-verified processing status, hard-refreshed, cleared caches, re-archived builds, opened DevTools to inspect network traffic, and combed through documentation. All of that time and effort was wasted because App Store Connect surfaced an ineligible build as if it were eligible and then refused to attach it with
Replies
Boosts
Views
Activity
1w
XCode 26.5: cannot Copy shared cache symbols from Apple Watch
The process of copying shared cache symbols from my Apple Watch has been horrendous. I cannot even get past 2% complete before this process fails. Every device is on the same network. I have trusted my machine. Developer mode is enabled on the watch. I have successfully paired the phone and watch. I managed to install an Watch app onto the watch. But the shared cache symbols were never copied from the watch. I gathered several commands at the terminal to help me. rm -rf ~/Library/Developer/Xcode/DerivedData rm -rf ~/Library/Developer/CoreDevice sudo killall -9 remoted CoreDeviceService 2>/dev/null || true xcrun devicectl manage ddis update xcrun devicectl list devices Clear CoreDevice state. With Xcode quit: rm -rf ~/Library/Developer/Xcode/DerivedData rm -rf ~/Library/Caches/com.apple.dt.Xcode Reset Xcode's Local Network permission. tccutil reset Local-Network com.apple.dt.Xcode tccutil reset Bluetooth com.apple.dt.Xcode xcrun devicectl device info hardware --device MY_DEVICE_ID xcrun de
Replies
1
Boosts
0
Views
160
Activity
1w
Reply to iOS26.4 WKWebView loadurl error -1005
Thanks for the careful report and for setting out the four questions clearly — the structure helps. NSURLErrorNetworkConnectionLost (-1005) surfacing through webView:didFailProvisionalNavigation:withError: is a generic outcome that can come from several distinct underlying conditions — TCP-level disconnects, HTTP/2 stream resets (RST_STREAM), idle-connection close races during connection reuse, transient network-path changes, or server-side behavior. Without captured diagnostics from a failure as it happens, there isn't a way to map your reports to a specific cause, and there isn't a known iOS 26.4.x regression we'd identify as a likely match. The most productive next step is to capture per-request diagnostics during a failure and file a Feedback Assistant report: ❏ Web Inspector network waterfall. Three things need to be enabled before this works: iPhone: Settings → Apps → Safari → Advanced → Web Inspector toggle on. Mac: Safari → Settings → Advanced → Show features for web developers enabled. In yo
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
1w
Reply to App Transfer Impact on DeviceCheck Token/keyid
When an app is transferred between developer accounts, the DeviceCheck state (the two bits and timestamp associated with a device) persists across the transfer. This means that the data previously stored for a device using DeviceCheck will remain accessible and associated with that device, even after the app's ownership changes (assuming the new owner is not changing the Bundle ID). This persistence is designed to help mitigate fraud, as the state is maintained by Apple and survives app reinstallation, device transfer between users, and even device erasure. However, the authentication for communicating with the DeviceCheck service relies on a private key and an iss (issuer) value from your developer account. When an app is transferred to a new developer account, it becomes associated with the recipient's Team ID. Therefore, to continue authenticating requests to the DeviceCheck service for the transferred app, the backend must be updated to use a new DeviceCheck private key generated under the recipi
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to App Transfer Impact on APNS
Yes, the guidance still holds true. Apart from a trivial but non-zero time period around the moment of transfer being completed (due to network propagation and database update times), once the transfer is complete, the credentials of the old team will no longer work, and the new team with their new credentials will need to take over. The only exception is if the old team has already open connections to APNs having used their old credentials, those connections will continue functioning until the connections are closed. For users who already have the app installed and previously opted into push notifications before the transfer: The transfer hands over push server infrastructure authentication from one team to the other. The app itself is not affected at all unless the new team is changing the Bundle ID. Will existing APNs device tokens remain valid after the app transfer? Device tokens will not change as long as the App Bundle ID is the same, and the migration to the new app does not involve deleting the old a
Replies
Boosts
Views
Activity
1w
App stuck in “Waiting for Review” for almost two weeks — Apple ID 6761327996
My app ActLike AI – Face Swap Video (Apple ID: 6761327996, Bundle ID: com.LCDMediaGames.ActLike-AI) has been stuck in “Waiting for Review” for almost two weeks. Normally, my app submissions move from “Waiting for Review” to “In Review” within 2–3 days. However, this submission has not started review yet. I have already tried the following: Contacted Apple Developer Support Called support Submitted an expedited review request Removed and resubmitted the build Unfortunately, the app is still stuck in “Waiting for Review”. This delay is affecting my release schedule and causing unnecessary backend/infrastructure costs because the app uses AI video generation services. Could someone from Apple please check whether this submission is blocked, delayed, or requires any action from my side? Any help would be appreciated.
Replies
1
Boosts
0
Views
136
Activity
1w
Reply to Will APNs become invalid immediately after the app transfer is completed?
1. Both the P12 and the P8 based JWTs will remain valid: For a trivial but non-zero time after the transfer is complete. if the old team has already open connections to APNs at the time the transfer is completed, they will be able to continue sending notifications until the close the connections and try to reopen them, in which case their authentication will fail 2. Whether the original team shuts down APNs and JWT services or not, will the old P12 certificates and P8 keys become invalid right away, leaving users unable to receive pushes until the new company updates the relevant credentials? Th old certificates will become invalid almost right away, after a trivial but non-zero time has passed. Once the connections are closed the old certificates will no longer work, and the new team has to start using their own credentials.
Replies
Boosts
Views
Activity
1w
Enterprise WatchOS App Won't Install on WatchOS 26.5
We have an Apple Watch app and companion iPhone app that we distribute via Enterprise Distribution using OTA manual installation. (We are on an Apple Enterprise Developer Team) With WatchOS 26.4 and earlier, the app would install fine on both the phone and the watch. However, after updating to WatchOS 26.5 (and iOS 26.5), the app will not install on the watch. It will install on the phone and we can trust the developer/run the phone app. However, when we go into the Apple Watch app on the phone and choose Install for the app, it tries to install for a minute and then returns an error The app could not be installed at this time. We have tried the following remedies: Restarting both watch and phone, and reinstalling the app on phone Factory resetting both the watch and the phone, then reinstalling app Generating a new Distribution Certificate and new manual profiles for the app in Apple Developer Looking through console logs from both the phone and the watch Confirmed that we can install other (non-Enterprise)
Replies
5
Boosts
0
Views
1.1k
Activity
1w