Overview

Post

Replies

Boosts

Views

Activity

PersistentModel Sendable?
Most documentation on the web indicates that SwiftData Model instances are not Sendable. However, the current Xcode (Version 27.0 beta 5 (27A5237l)) indicates that @Model is Sendable. Is this a new feature in 2027 or is it an error in the documentation? @attached(member, conformances: Observable, PersistentModel, Sendable, names: named($backingData), named(persistentBackingData), named(schemaMetadata), named(init), named($observationRegistrar), named(_SwiftDataNoType), named(access), named(withMutation)) @attached(memberAttribute) @attached(extension, conformances: Observable, PersistentModel, Sendable) macro Model() I noticed this in the Quick Help as I was about to quit and go to bed. I'll check on this thread again after I wake up. If no answers I'll try writing a test case.
0
0
4
26m
BlockStorageDeviceDriverKit grant confirmed by support but shows "No Requests" in the portal. How to resolve?
Hello! I am hoping a DTS engineer or someone who knows the Capability Requests portal can help, because I am stuck between a written support confirmation and what the portal actually shows. Background. We are building a native macOS iSCSI initiator for SOHO and home NAS use, developed over close to two years. A userspace daemon runs the iSCSI protocol and a DriverKit system extension presents the remote LUN as a block device. The code is essentially complete. Only the DriverKit extension cannot be signed, loaded and validated without the entitlement. We submitted request 32PC8MGU57 for two entitlements: com.apple.developer.driverkit.family.block-storage-device for the extension com.aviontex.iscsi.AviontexISCSI.AviontexInitiator com.apple.developer.driverkit.userclient-access for the app com.aviontex.iscsi.AviontexISCSI, scoped to the extension bundle id The problem. On June 25 Developer Support confirmed in writing that both entitlements were granted. The portal does not match that: Block Storage Device: No Requests: on both App IDs UserClient Access: Assigned: on the app SCSI Controller: Submitted: on the app So the one entitlement we actually need, Block Storage Device, shows as never requested, even though request 32PC8MGU57 covered it and support confirmed the grant. The case was escalated to the senior team on July 2 (case 102922935570). Follow-up emails since then have not received a response. Why Block Storage Device specifically Our initiator has no PCI or Thunderbolt bus and no DMA path, so SCSIControllerDriverKit does not fit. This is confirmed by DTS in thread 776020, where Kevin Elliott explains that SCSIControllerDriverKit passes data through fBufferIOVMAddr as a physical address with no mechanism to convert it into a VM address the dext can access. He also notes it cannot be used with any bus other than PCI or Thunderbolt. Block Storage Device is therefore the family we need. My questions: Am I reading the portal correctly: Block Storage Device not requested, UserClient Access assigned, SCSI Controller submitted? From here, what is the correct way to get Block Storage Device onto these two App IDs, with both the Development and the Distribution grant, since our public beta depends on Distribution? Should I submit a new request through the Capability Requests tab or does the escalated case handle it? Is there any way to get visibility on the escalated case, since email follow-ups are not being answered? A full technical justification is prepared and we are happy to share the source code. Any guidance would be appreciated. Thank you.
22
1
3.5k
1h
watchOS StoreKit 2 purchase intermittently loses storekitd with system error 1 / Cocoa 4097
I have filed Feedback Assistant report FB24182480 for this issue. On an Apple Watch Series 6 running watchOS 26.6 (23U67), a TestFlight watchOS app can successfully load a non-consumable StoreKit 2 product from Sandbox and display its localized price. However, a subsequent single call to product.purchase() can fail before, or while, the system confirmation sheet is displayed. The app itself remains alive. It receives StoreKit.StoreKitError.systemError (code 1), with an underlying NSCocoaErrorDomain error 4097, consistent with losing the XPC connection to storekitd. The affected run’s private co-sysdiagnose shows this sequence: storekitd starts processing the payment. The Sandbox purchase request returns HTTP 200. AMSPaymentSheetTask begins. The kernel reports that storekitd exceeded its ActiveSoft 5 MB limit and terminates it as the high-water process. The app receives Cocoa error 4097. A later user-initiated retry was handled by a restarted storekitd process and ended with the same result. There are no overlapping product, entitlement, or purchase operations, and the app does not automatically retry purchase(). The issue is intermittent: in other runs on the same Watch, the Sandbox purchase sheet has appeared successfully. This makes it appear to be a system purchase-service lifecycle or memory-management issue rather than a product-configuration or product-loading issue. Environment: Apple Watch Series 6 (Watch6,4) watchOS 26.6 (23U67) TestFlight build StoreKit 2 Sandbox non-consumable IAP One explicit Buy tap per attempt Has anyone seen storekitd being terminated with a high-water reason during a watchOS purchase flow, or found a supported app-side mitigation for the resulting StoreKit error 1 / Cocoa 4097? I have kept the sysdiagnose and recordings private in Feedback Assistant because they contain account, device, and network information.
0
0
113
2h
Widget Extension still uses system language even though CFBundleAllowMixedLocalizations = NO is set
I have an app with a Widget Extension. Both the main app and the widget extension link against the same Swift Package, which contains a localization bundle (String Catalog) used by SwiftUI views inside the package. To make the package's views follow the app's configured language (rather than the system language), I set CFBundleAllowMixedLocalizations to NO in the Info.plist of each target (main app and widget extension). Behavior in the main app: This works as expected. If the app only supports Korean, the package's views display Korean text even when the system language is set to English. Behavior in the widget: The same views (from the same package) display English instead of Korean, even though the widget extension has the identical CFBundleAllowMixedLocalizations = NO setting and the widget's view code lives entirely in the package — not in the widget extension target itself. Question: As far as I understand, widgets are supposed to follow the host app's language setting. Given that both targets have the same Info.plist configuration, why would the widget extension resolve localized strings differently from the main app for code in the same package? Is this expected behavior for widget extensions specifically, or a bug? Is there a recommended workaround to force a widget extension (and by extension, the Swift Package code it runs) to use the app's language instead of the system language?
1
0
468
2h
On vision 27, accessoryRectangular shows blank
Hi, On visionOS 27 simulator accessoryRectangular widget shows completely blank with no text. The same widget shows up correctly on iOS 27 simulator. What I have tried: I have checked the timeline provider and they all seem to be generating timeline entries. supportedFamilies include accessoryRectangular I have even hard coded the content in the view for the widget yet only accessoryRectangular for visionOS 27 shows up blank. Isolated problem The same widget shows up correctly on iOS 27 simulator. The problem is only with visionOS 27. Environment: macOS: 26.6.1 (25G76) Xcode: 27.0 beta 5 (27A5237l) Simulator: visionOS 27.0 Questions What am I missing? How can I resolve it? Is this a known issue? Has anyone gotten accessoryRectangular widget showing up on visionOS 27 simulator? Any help on this would be much appreciated.
0
0
191
3h
Apple-hosted Managed Background Assets fails on macOS 26.6.1 with -1200 / -3007
Hi, We are seeing Apple-hosted Managed Background Assets download failures on macOS 26.6.1 and would appreciate confirmation of whether this is a known issue or a configuration problem. Environment macOS app using Apple-hosted Managed Background Assets Apple Silicon Macs: M1 and M4 App version: 1.0.2 (build 10) App and downloader extension are sandboxed and use the same App Group No ba-serve development URL override is configured: xcrun ba-serve url-override reports that no override is set. Observations On the same M1 Mac: On macOS 26.5.2, Background Assets began transferring an asset pack successfully. The log recorded 136,586,876 bytes received before I manually cancelled the download. After upgrading to macOS 26.6.1, Background Assets reaches manifest resolution and download scheduling, but the asset transfer fails. The macOS 26.6.1 logs show: NSURLErrorDomain -1200 The certificate for this server is invalid / secure connection failed kCFStreamErrorDomainSSL -9816 server closed session with no notification NSURLErrorDomain -3007 Download decoding failed A separate M4 Mac running macOS 26.6.1 also reproduces the issue. One relevant variable: both the working 26.5.2 log and the failing 26.6.1 log show the Background Assets traffic passing through a local HTTP/S proxy at 127.0.0.1:6152. I am now testing a direct route for odr.itunes.apple.com and amp-api.apps.apple.com, but this proxy path was also present in the 26.5.2 transfer that started successfully. The asset pack IDs in the two captured logs are not identical, so this is not a strict same-pack A/B comparison. However, the failure is reproducible for Apple-hosted packs on 26.6.1, while the pre-upgrade log shows a real transfer on the same M1 Mac. Has anyone seen either of these on macOS 26.6 / 26.6.1? NSURLErrorDomain -3007 (Download decoding failed) for Apple-hosted Background Assets TLS error -1200 / kCFStreamErrorDomainSSL -9816 during a Background Assets pack transfer A change in support or behavior for HTTP/S proxy routing of Apple-hosted asset-pack downloads I have filed Feedback Assistant report FB24301118 with the relevant logs and diagnostic attachment. Thanks.
2
0
590
4h
Background Asset download inconsistent
I have a multi-platform app 1 (visionOS, macOS, tvOS) on the app stores. I am trying to add an iOS version but it got rejected. I have been trying to get another visionOS app 2 accepted but that was also rejected. After app 1 was rejected I retried the other app 1 versions and had some issue downloading Background Assets . After reinstalling the app 1 versions from their App Stores they worked as expected. The other app 2 was working for me via TestFlight but each time I submitted a new version of the app it was rejected with a black screen image, indicative of a downloading issue. I may need to do some coding work on app 2 but the behavior of accepted app 1 versions has me asking if others have seen issues with Background Asset downloads. This seems to be a relatively new technology so maybe stiill a work in progress.
3
0
448
4h
Security architecture and asset protection for Apple-hosted Background Assets
We're evaluating Apple-hosted Background Assets for an app distributed on App Store and would like to understand the security model behind it before adopting it. So far the public documentation only mentions the HTTPS requirement for asset transport. We'd appreciate any additional documentation or guidance covering: How asset downloads are authenticated (e.g., is access tied to the app's entitlement/provisioning, or is there a separate token/credential mechanism?) How access to specific assets is controlled/scoped Where Apple-hosted assets are physically/logically hosted (e.g., is this CDN-backed, and is there any control or visibility over hosting region?) Any other security considerations typically associated with cloud-hosted content (encryption in transit and at rest, integrity verification, etc.) Is there a more detailed security/architecture document beyond the public developer documentation, or can someone from the team point us in the right direction?
1
1
166
4h
Update latency / propagation time for Apple-hosted Background Assets
Hello, We're evaluating Apple-hosted Background Assets for an app distributed on the public App Store. Is there any documentation or guidance on update latency, specifically: How quickly are asset updates propagated to devices once a new version is published? More specifically, is propagation near-immediate, or should we expect a delay (minutes/hours/days) before devices know they have to pick up the new version in the ideal condition of being connected to Wi-Fi, locked, charging and the app has been recently used? Are there any other factors other than the aforementioned ones that affect how fast an update reaches a device? Any official documentation, WWDC session, or guidance from the team would be appreciated, thanks in advance.
1
1
388
4h
Xcode 27: Bugs / Feedbacks
Hi, I have listed below the Feedbacks for Xcode 27, please have a look at it, considerable time was spent on filing these feedbacks, thanks! Environments All of them were tested on the environment: macOS 26.5.1 (25F80) Xcode 27.0 beta (27A5194q) Feedbacks FB23133706 (Git stage tab) FB23132869 (markdown - code block) FB23132403 (markdown - search) FB23078039 (stash - slow / unresponsive) FB23077930 (stash - allow multiselection) FB23055381 (Run destination - Clear recents) FB23041713 (SwiftUI preview - SwiftData) FB23033844 (Bundle ID) FB23033231 (Device Hub - sizes)
11
1
1.2k
5h
Unable to access my Team after additional identity verification despite an active membership
I have used the Apple Developer Program without any issues for about two years, and my membership is still active. On July 1, Apple contacted me requesting additional identity verification. I uploaded the requested documents on the same day. About two weeks later, I lost access to Certificates, Identifiers & Profiles and other Team-related resources. I can still access App Store Connect and successfully submit, pass review, and release updates for my existing apps. However: My Team is unavailable in Xcode, so I cannot build and run apps directly on a physical device. Signing and provisioning do not work normally. I have to upload builds to App Store Connect and use TestFlight just to test them on a real device. I cannot properly create or configure resources for new apps. CloudKit shows “No Container,” so I cannot manage CloudKit containers. This also makes development and testing of SwiftData / CloudKit-related changes difficult. After submitting the additional documents, I received an email saying that I would be contacted within two business days, but I have received no further update. I also contacted Apple Developer Support by phone, but they only told me that the identity verification is still in progress and that they cannot provide any additional information. Has anyone experienced the same issue after additional identity verification? If your Team access was eventually restored, how long did it take?
0
0
209
5h
Camer pink tint issue
i began journey with ipad 9th gen and then with iphone13, now upgraded to iphone 17 4-5months back. excelent phone but there is an issue iritating me. Camera processing both in photos and videos are overdone and it creates a pinkish tint on human subject. though its not a issue when we take tea humans but pencil charcoal portait artist me faces issue when there comes a pinkish tint on every photos and videos of our drawing and need editing to remove it. there wasnt any issue for iphone13 and i regret changing it, though battery storage or processing speed was low. there should be an option to turnoff overprocessing or beautification or the processing engine should detect the subject whether its a photograph or drawing rather than live human. any others feels same issues ?
0
0
206
6h
Subject: Developer Program Enrolment Status Inquiry
Hello everyone, I submitted my Apple Developer Program enrollment, paid the fee, and provided the requested identity documents on July 28, 2026. As of August 15, my account status remains "Pending". Could you please review my application status and advise if any additional information or documentation is required to complete the verification? Thank you, Pankaj
0
0
204
6h
Apple Developer Program Enrollment – ID Verification Rejected and Retry Disabled
Hello All, I am trying to enroll my company in the Apple Developer Program as an organization. However, the Apple Developer app now displays “ID Verification Rejected,” and the “Enroll Now” button is disabled. I have contacted Apple Developer Support several times, but I have not received a clear reason for the rejection or instructions for retrying the verification. I am the owner and authorised representative of the organisation and am prepared to provide my government-issued ID, proof of address, company registration documents, D‑U‑N‑S information, and proof of signing authority. Could an Apple representative please advise: How can the identity-verification process be reset? Can I resubmit my identification through a secure channel? Should I continue with the same Apple Account? Is there an escalation route for an unresolved enrollment case? This issue has remained unresolved for an extended period and is affecting our planned application launch. I would appreciate guidance from Apple Developer Support or anyone who has successfully resolved the same issue. For security reasons, I can provide the enrollment and support case numbers privately to an authorized Apple representative. Appreciate your support and help on this. Thank you
1
0
22
7h
Enrollment blocked: app enrollment unavailable, no reply from support (Case 20000133539681)
Hello, My Apple Developer Program enrollment has been pending for several weeks and I am now completely blocked. Timeline: Submitted individual enrollment through the web. Status never activated. Received a reply from Developer Support (Case 20000133539681) stating there was a payment issue, and suggesting I resubmit my enrollment using the Apple Developer app. I replied to confirm that I want to reenroll using the app, as instructed. I have received no response since. Current blocker: In the Apple Developer app, the "Enroll Now" button is disabled and shows: "Enrollment through the Apple Developer app is not available for this Apple Account." It appears my existing pending enrollment must be cancelled on Apple's side before the app enrollment path becomes available. I cannot proceed on my own. What I am requesting: Could someone review my case and cancel or reset the existing pending enrollment order, so that I can resubmit through the Apple Developer app as Developer Support advised? Case number: 20000133539681 Country: Türkiye Enrollment type: Individual Two-factor authentication: enabled Thank you.
1
0
37
7h
Why Apple Doest Care Their Customers?
Hello everyone, I just bought many apple devices to my entire company to develop applications for apple environment. Anyway I've I couldn't enroll the development program of apple right now. It says rejected it verification plesae contact with support. And things happened. Im trying to send mail to support it says; There was a problem processing your request. And I've tried to call request. It happens but this time there is no support to talking me. I've waited for 2 hours and listen many music. Thank you apple. Right now Im with 30 Mac device and 30 iphone and I will refund them. Could you see im looking solution in the forums what kind of customer supports? I've D-U-N-S etc everything except a contact.
1
0
38
7h
Apple Developer Program Payment Fails With Multiple Cards in Türkiye
Hello, Our organization enrollment for the Apple Developer Program has completed the verification process, and the account is now waiting for the membership payment. However, we are unable to complete the payment. When attempting to pay the annual membership fee through Apple’s payment page, we receive an authorization error stating that the payment could not be approved and that we should review the card information or try another payment method. We have already tried multiple different credit/debit cards. All cards: are enabled for online purchases, are enabled for international transactions, have sufficient available limits, and have valid card information. However, we receive the same error with every card. The Developer account remains in Pending status and continues to display the message: “Purchase your membership. To continue your enrollment, complete your purchase now.” Has anyone in Türkiye recently experienced the same issue with Apple Developer Program organization enrollment payments? If so: Was the issue related to the bank or Apple’s payment system? Did Apple Developer Support need to reset or review the enrollment/payment status? How was the issue ultimately resolved? We do not want to keep trying additional cards if the payment requests are being blocked before reaching the issuing banks. Any recent experience or solution would be greatly appreciated. Thank you.
1
0
34
8h
Unable to start Apple Developer Program enrollment — same error with two different Apple Accounts
Hi everyone, I’m trying to enroll in the Apple Developer Program as an Individual, but I cannot even start the enrollment process. When I go to developer.apple.com/account and click “Enroll today”, I immediately get: Your enrollment could not be completed. Your enrollment in the Apple Developer Program could not be completed at this time. The error appears immediately after clicking “Enroll today”, before I reach the enrollment form, payment, or identity verification. What I’ve already checked Apple Account is a regular personal account Two-factor authentication is enabled Legal first and last name are correct Date of birth is correct Trusted phone number is verified Country/Region: Serbia Valid Serbian residential address Serbian payment method and billing address Successfully registered as a free Apple Developer The most interesting part is that I reproduced the exact same problem with two different Apple Accounts. The first account is my existing Apple Account. I then created a completely new Apple Account, configured it with the same Serbian personal and billing information, registered it as a free Apple Developer, and tried to enroll — the exact same error appears immediately. Developer app I also checked the Apple Developer app. The Enroll Now button is disabled and the app says: “Enrollment through the Apple Developer app is not available for this Apple Account. Visit developer.apple.com/programs/enroll/.” So currently: Web: Enroll today → immediate error Developer app: Enrollment unavailable for this Apple Account I have also contacted Apple Developer Support, but I haven’t received a response. Has anyone in Serbia recently been able to enroll in the Apple Developer Program as an Individual? Has anyone encountered this exact combination of: immediate error after clicking “Enroll today” on the web; Developer app enrollment unavailable; the same issue reproduced with multiple Apple Accounts? I’m trying to determine whether this is an account eligibility issue, a Serbia-specific issue, or a current backend/enrollment problem. Any information from someone who recently enrolled from Serbia would be especially helpful. Thank you!
1
0
35
8h
Apple Developer Organization Enrollment – verification code never arrives
Hi everyone, I’m trying to enroll my company in the Apple Developer Program as an organization, but I’m stuck during the verification process. I have entered all company information, including a valid D-U-N-S Number. The company information appears to be correct. The problem is that Apple asks me to verify my company email address, but the verification code never arrives. I have already: checked spam/junk and quarantine folders requested the code several times confirmed that the company email address is correct tried multiple times with the same result After several attempts, the verification process became blocked, so I can no longer continue. Has anyone experienced the same issue recently with Organization Enrollment? Were you able to resolve it without creating a new Apple ID or changing the company information? I would especially appreciate advice from anyone who had the exact same problem with the verification code not being delivered. Thanks!
1
0
28
8h
pple Developer Enrollment – Document Upload Link Says Account Is Not Authorized
Hello Apple Developer Community, I’m currently facing an issue with our Apple Developer Program organization enrollment and would appreciate guidance from Apple staff or anyone who has experienced the same problem. Apple Developer Support contacted us and requested that we upload verification documents again, including: A valid government-issued ID Employment/association verification for the enrolling organization We are ready to provide the requested documents. However, when we open the secure document upload link provided by Apple: https://developer.apple.com/contact/file-upload/ the page shows that the account is not authorized / does not have permission to upload files. I have already verified that: I am signed in with the same Apple Account that was originally used to submit the enrollment. Two-factor authentication is enabled. I am using the official upload link provided by Apple Developer Support. I have tried signing out and signing back in. I have also tried opening the link in a private/incognito browser window. The issue still remains. The enrollment has already been delayed for some time, and we are unable to continue the verification process because the upload portal does not allow us to submit the documents Apple requested. We also have an existing Apple Developer Support case regarding this enrollment, but so far the upload-access issue has not been resolved. For security reasons, I am not posting the complete Enrollment ID or support case number publicly, but I can provide both privately to an Apple representative if required. Could an Apple Developer Support representative please help check whether the document-upload authorization for our enrollment needs to be enabled or reset, or provide us with another secure method to submit the requested verification documents? Any guidance from developers who experienced the same issue would also be greatly appreciated. Thank you.
1
0
31
8h
PersistentModel Sendable?
Most documentation on the web indicates that SwiftData Model instances are not Sendable. However, the current Xcode (Version 27.0 beta 5 (27A5237l)) indicates that @Model is Sendable. Is this a new feature in 2027 or is it an error in the documentation? @attached(member, conformances: Observable, PersistentModel, Sendable, names: named($backingData), named(persistentBackingData), named(schemaMetadata), named(init), named($observationRegistrar), named(_SwiftDataNoType), named(access), named(withMutation)) @attached(memberAttribute) @attached(extension, conformances: Observable, PersistentModel, Sendable) macro Model() I noticed this in the Quick Help as I was about to quit and go to bed. I'll check on this thread again after I wake up. If no answers I'll try writing a test case.
Replies
0
Boosts
0
Views
4
Activity
26m
BlockStorageDeviceDriverKit grant confirmed by support but shows "No Requests" in the portal. How to resolve?
Hello! I am hoping a DTS engineer or someone who knows the Capability Requests portal can help, because I am stuck between a written support confirmation and what the portal actually shows. Background. We are building a native macOS iSCSI initiator for SOHO and home NAS use, developed over close to two years. A userspace daemon runs the iSCSI protocol and a DriverKit system extension presents the remote LUN as a block device. The code is essentially complete. Only the DriverKit extension cannot be signed, loaded and validated without the entitlement. We submitted request 32PC8MGU57 for two entitlements: com.apple.developer.driverkit.family.block-storage-device for the extension com.aviontex.iscsi.AviontexISCSI.AviontexInitiator com.apple.developer.driverkit.userclient-access for the app com.aviontex.iscsi.AviontexISCSI, scoped to the extension bundle id The problem. On June 25 Developer Support confirmed in writing that both entitlements were granted. The portal does not match that: Block Storage Device: No Requests: on both App IDs UserClient Access: Assigned: on the app SCSI Controller: Submitted: on the app So the one entitlement we actually need, Block Storage Device, shows as never requested, even though request 32PC8MGU57 covered it and support confirmed the grant. The case was escalated to the senior team on July 2 (case 102922935570). Follow-up emails since then have not received a response. Why Block Storage Device specifically Our initiator has no PCI or Thunderbolt bus and no DMA path, so SCSIControllerDriverKit does not fit. This is confirmed by DTS in thread 776020, where Kevin Elliott explains that SCSIControllerDriverKit passes data through fBufferIOVMAddr as a physical address with no mechanism to convert it into a VM address the dext can access. He also notes it cannot be used with any bus other than PCI or Thunderbolt. Block Storage Device is therefore the family we need. My questions: Am I reading the portal correctly: Block Storage Device not requested, UserClient Access assigned, SCSI Controller submitted? From here, what is the correct way to get Block Storage Device onto these two App IDs, with both the Development and the Distribution grant, since our public beta depends on Distribution? Should I submit a new request through the Capability Requests tab or does the escalated case handle it? Is there any way to get visibility on the escalated case, since email follow-ups are not being answered? A full technical justification is prepared and we are happy to share the source code. Any guidance would be appreciated. Thank you.
Replies
22
Boosts
1
Views
3.5k
Activity
1h
watchOS StoreKit 2 purchase intermittently loses storekitd with system error 1 / Cocoa 4097
I have filed Feedback Assistant report FB24182480 for this issue. On an Apple Watch Series 6 running watchOS 26.6 (23U67), a TestFlight watchOS app can successfully load a non-consumable StoreKit 2 product from Sandbox and display its localized price. However, a subsequent single call to product.purchase() can fail before, or while, the system confirmation sheet is displayed. The app itself remains alive. It receives StoreKit.StoreKitError.systemError (code 1), with an underlying NSCocoaErrorDomain error 4097, consistent with losing the XPC connection to storekitd. The affected run’s private co-sysdiagnose shows this sequence: storekitd starts processing the payment. The Sandbox purchase request returns HTTP 200. AMSPaymentSheetTask begins. The kernel reports that storekitd exceeded its ActiveSoft 5 MB limit and terminates it as the high-water process. The app receives Cocoa error 4097. A later user-initiated retry was handled by a restarted storekitd process and ended with the same result. There are no overlapping product, entitlement, or purchase operations, and the app does not automatically retry purchase(). The issue is intermittent: in other runs on the same Watch, the Sandbox purchase sheet has appeared successfully. This makes it appear to be a system purchase-service lifecycle or memory-management issue rather than a product-configuration or product-loading issue. Environment: Apple Watch Series 6 (Watch6,4) watchOS 26.6 (23U67) TestFlight build StoreKit 2 Sandbox non-consumable IAP One explicit Buy tap per attempt Has anyone seen storekitd being terminated with a high-water reason during a watchOS purchase flow, or found a supported app-side mitigation for the resulting StoreKit error 1 / Cocoa 4097? I have kept the sysdiagnose and recordings private in Feedback Assistant because they contain account, device, and network information.
Replies
0
Boosts
0
Views
113
Activity
2h
Widget Extension still uses system language even though CFBundleAllowMixedLocalizations = NO is set
I have an app with a Widget Extension. Both the main app and the widget extension link against the same Swift Package, which contains a localization bundle (String Catalog) used by SwiftUI views inside the package. To make the package's views follow the app's configured language (rather than the system language), I set CFBundleAllowMixedLocalizations to NO in the Info.plist of each target (main app and widget extension). Behavior in the main app: This works as expected. If the app only supports Korean, the package's views display Korean text even when the system language is set to English. Behavior in the widget: The same views (from the same package) display English instead of Korean, even though the widget extension has the identical CFBundleAllowMixedLocalizations = NO setting and the widget's view code lives entirely in the package — not in the widget extension target itself. Question: As far as I understand, widgets are supposed to follow the host app's language setting. Given that both targets have the same Info.plist configuration, why would the widget extension resolve localized strings differently from the main app for code in the same package? Is this expected behavior for widget extensions specifically, or a bug? Is there a recommended workaround to force a widget extension (and by extension, the Swift Package code it runs) to use the app's language instead of the system language?
Replies
1
Boosts
0
Views
468
Activity
2h
On vision 27, accessoryRectangular shows blank
Hi, On visionOS 27 simulator accessoryRectangular widget shows completely blank with no text. The same widget shows up correctly on iOS 27 simulator. What I have tried: I have checked the timeline provider and they all seem to be generating timeline entries. supportedFamilies include accessoryRectangular I have even hard coded the content in the view for the widget yet only accessoryRectangular for visionOS 27 shows up blank. Isolated problem The same widget shows up correctly on iOS 27 simulator. The problem is only with visionOS 27. Environment: macOS: 26.6.1 (25G76) Xcode: 27.0 beta 5 (27A5237l) Simulator: visionOS 27.0 Questions What am I missing? How can I resolve it? Is this a known issue? Has anyone gotten accessoryRectangular widget showing up on visionOS 27 simulator? Any help on this would be much appreciated.
Replies
0
Boosts
0
Views
191
Activity
3h
Apple-hosted Managed Background Assets fails on macOS 26.6.1 with -1200 / -3007
Hi, We are seeing Apple-hosted Managed Background Assets download failures on macOS 26.6.1 and would appreciate confirmation of whether this is a known issue or a configuration problem. Environment macOS app using Apple-hosted Managed Background Assets Apple Silicon Macs: M1 and M4 App version: 1.0.2 (build 10) App and downloader extension are sandboxed and use the same App Group No ba-serve development URL override is configured: xcrun ba-serve url-override reports that no override is set. Observations On the same M1 Mac: On macOS 26.5.2, Background Assets began transferring an asset pack successfully. The log recorded 136,586,876 bytes received before I manually cancelled the download. After upgrading to macOS 26.6.1, Background Assets reaches manifest resolution and download scheduling, but the asset transfer fails. The macOS 26.6.1 logs show: NSURLErrorDomain -1200 The certificate for this server is invalid / secure connection failed kCFStreamErrorDomainSSL -9816 server closed session with no notification NSURLErrorDomain -3007 Download decoding failed A separate M4 Mac running macOS 26.6.1 also reproduces the issue. One relevant variable: both the working 26.5.2 log and the failing 26.6.1 log show the Background Assets traffic passing through a local HTTP/S proxy at 127.0.0.1:6152. I am now testing a direct route for odr.itunes.apple.com and amp-api.apps.apple.com, but this proxy path was also present in the 26.5.2 transfer that started successfully. The asset pack IDs in the two captured logs are not identical, so this is not a strict same-pack A/B comparison. However, the failure is reproducible for Apple-hosted packs on 26.6.1, while the pre-upgrade log shows a real transfer on the same M1 Mac. Has anyone seen either of these on macOS 26.6 / 26.6.1? NSURLErrorDomain -3007 (Download decoding failed) for Apple-hosted Background Assets TLS error -1200 / kCFStreamErrorDomainSSL -9816 during a Background Assets pack transfer A change in support or behavior for HTTP/S proxy routing of Apple-hosted asset-pack downloads I have filed Feedback Assistant report FB24301118 with the relevant logs and diagnostic attachment. Thanks.
Replies
2
Boosts
0
Views
590
Activity
4h
Background Asset download inconsistent
I have a multi-platform app 1 (visionOS, macOS, tvOS) on the app stores. I am trying to add an iOS version but it got rejected. I have been trying to get another visionOS app 2 accepted but that was also rejected. After app 1 was rejected I retried the other app 1 versions and had some issue downloading Background Assets . After reinstalling the app 1 versions from their App Stores they worked as expected. The other app 2 was working for me via TestFlight but each time I submitted a new version of the app it was rejected with a black screen image, indicative of a downloading issue. I may need to do some coding work on app 2 but the behavior of accepted app 1 versions has me asking if others have seen issues with Background Asset downloads. This seems to be a relatively new technology so maybe stiill a work in progress.
Replies
3
Boosts
0
Views
448
Activity
4h
Security architecture and asset protection for Apple-hosted Background Assets
We're evaluating Apple-hosted Background Assets for an app distributed on App Store and would like to understand the security model behind it before adopting it. So far the public documentation only mentions the HTTPS requirement for asset transport. We'd appreciate any additional documentation or guidance covering: How asset downloads are authenticated (e.g., is access tied to the app's entitlement/provisioning, or is there a separate token/credential mechanism?) How access to specific assets is controlled/scoped Where Apple-hosted assets are physically/logically hosted (e.g., is this CDN-backed, and is there any control or visibility over hosting region?) Any other security considerations typically associated with cloud-hosted content (encryption in transit and at rest, integrity verification, etc.) Is there a more detailed security/architecture document beyond the public developer documentation, or can someone from the team point us in the right direction?
Replies
1
Boosts
1
Views
166
Activity
4h
Update latency / propagation time for Apple-hosted Background Assets
Hello, We're evaluating Apple-hosted Background Assets for an app distributed on the public App Store. Is there any documentation or guidance on update latency, specifically: How quickly are asset updates propagated to devices once a new version is published? More specifically, is propagation near-immediate, or should we expect a delay (minutes/hours/days) before devices know they have to pick up the new version in the ideal condition of being connected to Wi-Fi, locked, charging and the app has been recently used? Are there any other factors other than the aforementioned ones that affect how fast an update reaches a device? Any official documentation, WWDC session, or guidance from the team would be appreciated, thanks in advance.
Replies
1
Boosts
1
Views
388
Activity
4h
Xcode 27: Bugs / Feedbacks
Hi, I have listed below the Feedbacks for Xcode 27, please have a look at it, considerable time was spent on filing these feedbacks, thanks! Environments All of them were tested on the environment: macOS 26.5.1 (25F80) Xcode 27.0 beta (27A5194q) Feedbacks FB23133706 (Git stage tab) FB23132869 (markdown - code block) FB23132403 (markdown - search) FB23078039 (stash - slow / unresponsive) FB23077930 (stash - allow multiselection) FB23055381 (Run destination - Clear recents) FB23041713 (SwiftUI preview - SwiftData) FB23033844 (Bundle ID) FB23033231 (Device Hub - sizes)
Replies
11
Boosts
1
Views
1.2k
Activity
5h
Unable to access my Team after additional identity verification despite an active membership
I have used the Apple Developer Program without any issues for about two years, and my membership is still active. On July 1, Apple contacted me requesting additional identity verification. I uploaded the requested documents on the same day. About two weeks later, I lost access to Certificates, Identifiers & Profiles and other Team-related resources. I can still access App Store Connect and successfully submit, pass review, and release updates for my existing apps. However: My Team is unavailable in Xcode, so I cannot build and run apps directly on a physical device. Signing and provisioning do not work normally. I have to upload builds to App Store Connect and use TestFlight just to test them on a real device. I cannot properly create or configure resources for new apps. CloudKit shows “No Container,” so I cannot manage CloudKit containers. This also makes development and testing of SwiftData / CloudKit-related changes difficult. After submitting the additional documents, I received an email saying that I would be contacted within two business days, but I have received no further update. I also contacted Apple Developer Support by phone, but they only told me that the identity verification is still in progress and that they cannot provide any additional information. Has anyone experienced the same issue after additional identity verification? If your Team access was eventually restored, how long did it take?
Replies
0
Boosts
0
Views
209
Activity
5h
Camer pink tint issue
i began journey with ipad 9th gen and then with iphone13, now upgraded to iphone 17 4-5months back. excelent phone but there is an issue iritating me. Camera processing both in photos and videos are overdone and it creates a pinkish tint on human subject. though its not a issue when we take tea humans but pencil charcoal portait artist me faces issue when there comes a pinkish tint on every photos and videos of our drawing and need editing to remove it. there wasnt any issue for iphone13 and i regret changing it, though battery storage or processing speed was low. there should be an option to turnoff overprocessing or beautification or the processing engine should detect the subject whether its a photograph or drawing rather than live human. any others feels same issues ?
Replies
0
Boosts
0
Views
206
Activity
6h
Subject: Developer Program Enrolment Status Inquiry
Hello everyone, I submitted my Apple Developer Program enrollment, paid the fee, and provided the requested identity documents on July 28, 2026. As of August 15, my account status remains "Pending". Could you please review my application status and advise if any additional information or documentation is required to complete the verification? Thank you, Pankaj
Replies
0
Boosts
0
Views
204
Activity
6h
Apple Developer Program Enrollment – ID Verification Rejected and Retry Disabled
Hello All, I am trying to enroll my company in the Apple Developer Program as an organization. However, the Apple Developer app now displays “ID Verification Rejected,” and the “Enroll Now” button is disabled. I have contacted Apple Developer Support several times, but I have not received a clear reason for the rejection or instructions for retrying the verification. I am the owner and authorised representative of the organisation and am prepared to provide my government-issued ID, proof of address, company registration documents, D‑U‑N‑S information, and proof of signing authority. Could an Apple representative please advise: How can the identity-verification process be reset? Can I resubmit my identification through a secure channel? Should I continue with the same Apple Account? Is there an escalation route for an unresolved enrollment case? This issue has remained unresolved for an extended period and is affecting our planned application launch. I would appreciate guidance from Apple Developer Support or anyone who has successfully resolved the same issue. For security reasons, I can provide the enrollment and support case numbers privately to an authorized Apple representative. Appreciate your support and help on this. Thank you
Replies
1
Boosts
0
Views
22
Activity
7h
Enrollment blocked: app enrollment unavailable, no reply from support (Case 20000133539681)
Hello, My Apple Developer Program enrollment has been pending for several weeks and I am now completely blocked. Timeline: Submitted individual enrollment through the web. Status never activated. Received a reply from Developer Support (Case 20000133539681) stating there was a payment issue, and suggesting I resubmit my enrollment using the Apple Developer app. I replied to confirm that I want to reenroll using the app, as instructed. I have received no response since. Current blocker: In the Apple Developer app, the "Enroll Now" button is disabled and shows: "Enrollment through the Apple Developer app is not available for this Apple Account." It appears my existing pending enrollment must be cancelled on Apple's side before the app enrollment path becomes available. I cannot proceed on my own. What I am requesting: Could someone review my case and cancel or reset the existing pending enrollment order, so that I can resubmit through the Apple Developer app as Developer Support advised? Case number: 20000133539681 Country: Türkiye Enrollment type: Individual Two-factor authentication: enabled Thank you.
Replies
1
Boosts
0
Views
37
Activity
7h
Why Apple Doest Care Their Customers?
Hello everyone, I just bought many apple devices to my entire company to develop applications for apple environment. Anyway I've I couldn't enroll the development program of apple right now. It says rejected it verification plesae contact with support. And things happened. Im trying to send mail to support it says; There was a problem processing your request. And I've tried to call request. It happens but this time there is no support to talking me. I've waited for 2 hours and listen many music. Thank you apple. Right now Im with 30 Mac device and 30 iphone and I will refund them. Could you see im looking solution in the forums what kind of customer supports? I've D-U-N-S etc everything except a contact.
Replies
1
Boosts
0
Views
38
Activity
7h
Apple Developer Program Payment Fails With Multiple Cards in Türkiye
Hello, Our organization enrollment for the Apple Developer Program has completed the verification process, and the account is now waiting for the membership payment. However, we are unable to complete the payment. When attempting to pay the annual membership fee through Apple’s payment page, we receive an authorization error stating that the payment could not be approved and that we should review the card information or try another payment method. We have already tried multiple different credit/debit cards. All cards: are enabled for online purchases, are enabled for international transactions, have sufficient available limits, and have valid card information. However, we receive the same error with every card. The Developer account remains in Pending status and continues to display the message: “Purchase your membership. To continue your enrollment, complete your purchase now.” Has anyone in Türkiye recently experienced the same issue with Apple Developer Program organization enrollment payments? If so: Was the issue related to the bank or Apple’s payment system? Did Apple Developer Support need to reset or review the enrollment/payment status? How was the issue ultimately resolved? We do not want to keep trying additional cards if the payment requests are being blocked before reaching the issuing banks. Any recent experience or solution would be greatly appreciated. Thank you.
Replies
1
Boosts
0
Views
34
Activity
8h
Unable to start Apple Developer Program enrollment — same error with two different Apple Accounts
Hi everyone, I’m trying to enroll in the Apple Developer Program as an Individual, but I cannot even start the enrollment process. When I go to developer.apple.com/account and click “Enroll today”, I immediately get: Your enrollment could not be completed. Your enrollment in the Apple Developer Program could not be completed at this time. The error appears immediately after clicking “Enroll today”, before I reach the enrollment form, payment, or identity verification. What I’ve already checked Apple Account is a regular personal account Two-factor authentication is enabled Legal first and last name are correct Date of birth is correct Trusted phone number is verified Country/Region: Serbia Valid Serbian residential address Serbian payment method and billing address Successfully registered as a free Apple Developer The most interesting part is that I reproduced the exact same problem with two different Apple Accounts. The first account is my existing Apple Account. I then created a completely new Apple Account, configured it with the same Serbian personal and billing information, registered it as a free Apple Developer, and tried to enroll — the exact same error appears immediately. Developer app I also checked the Apple Developer app. The Enroll Now button is disabled and the app says: “Enrollment through the Apple Developer app is not available for this Apple Account. Visit developer.apple.com/programs/enroll/.” So currently: Web: Enroll today → immediate error Developer app: Enrollment unavailable for this Apple Account I have also contacted Apple Developer Support, but I haven’t received a response. Has anyone in Serbia recently been able to enroll in the Apple Developer Program as an Individual? Has anyone encountered this exact combination of: immediate error after clicking “Enroll today” on the web; Developer app enrollment unavailable; the same issue reproduced with multiple Apple Accounts? I’m trying to determine whether this is an account eligibility issue, a Serbia-specific issue, or a current backend/enrollment problem. Any information from someone who recently enrolled from Serbia would be especially helpful. Thank you!
Replies
1
Boosts
0
Views
35
Activity
8h
Apple Developer Organization Enrollment – verification code never arrives
Hi everyone, I’m trying to enroll my company in the Apple Developer Program as an organization, but I’m stuck during the verification process. I have entered all company information, including a valid D-U-N-S Number. The company information appears to be correct. The problem is that Apple asks me to verify my company email address, but the verification code never arrives. I have already: checked spam/junk and quarantine folders requested the code several times confirmed that the company email address is correct tried multiple times with the same result After several attempts, the verification process became blocked, so I can no longer continue. Has anyone experienced the same issue recently with Organization Enrollment? Were you able to resolve it without creating a new Apple ID or changing the company information? I would especially appreciate advice from anyone who had the exact same problem with the verification code not being delivered. Thanks!
Replies
1
Boosts
0
Views
28
Activity
8h
pple Developer Enrollment – Document Upload Link Says Account Is Not Authorized
Hello Apple Developer Community, I’m currently facing an issue with our Apple Developer Program organization enrollment and would appreciate guidance from Apple staff or anyone who has experienced the same problem. Apple Developer Support contacted us and requested that we upload verification documents again, including: A valid government-issued ID Employment/association verification for the enrolling organization We are ready to provide the requested documents. However, when we open the secure document upload link provided by Apple: https://developer.apple.com/contact/file-upload/ the page shows that the account is not authorized / does not have permission to upload files. I have already verified that: I am signed in with the same Apple Account that was originally used to submit the enrollment. Two-factor authentication is enabled. I am using the official upload link provided by Apple Developer Support. I have tried signing out and signing back in. I have also tried opening the link in a private/incognito browser window. The issue still remains. The enrollment has already been delayed for some time, and we are unable to continue the verification process because the upload portal does not allow us to submit the documents Apple requested. We also have an existing Apple Developer Support case regarding this enrollment, but so far the upload-access issue has not been resolved. For security reasons, I am not posting the complete Enrollment ID or support case number publicly, but I can provide both privately to an Apple representative if required. Could an Apple Developer Support representative please help check whether the document-upload authorization for our enrollment needs to be enabled or reset, or provide us with another secure method to submit the requested verification documents? Any guidance from developers who experienced the same issue would also be greatly appreciated. Thank you.
Replies
1
Boosts
0
Views
31
Activity
8h