Overview

Post

Replies

Boosts

Views

Created

macOS main.swift and Main actor-isolated conformance cannot be used in nonisolated context
For a simple, resourceless cocoa apps I used to manually setup the application lifecycle (mimicking what's documented here: https://developer.apple.com/documentation/appkit/nsapplication), so my main.swift would look like: import Cocoa let delegate = SomeDelegate() _ = NSApplication.shared NSApp.delegate = delegate NSApp.run() This triggers a warning in Xcode 26.2: "Main actor-isolated conformance of SomeDelegate cannot be used in nonisolated context; this is an error in Swift 6 language mode". so what is the recommended way to refactor above so that it is Swift 6 compliant?
0
0
63
8h
Push Notifications Management
Hi everyone, I have developed an app that requires push notifications to notify users to respond to a questionnaire. After login, I inform the user that the app needs push notifications in order to function properly, and I request their consent to receive notifications. However, during the review process, Apple keeps rejecting the app with the following message: Issue Description The app requires push notifications in order to function. Next Steps Push notifications must be optional and must obtain the user's consent to be used within the app. Anyone knows how to fix this problem? Thank You
0
0
12
8h
Non-public API _UIDeviceOrientationDidChangeNotification error for build after validation and archive upload
I have an app that has suddenly gotten a non-public API error after uploading the archive to TestFlight. The error is posted in full below, and has never occurred before. I'm not using the _UIDeviceOrientationDidChangeNotification symbol but I do have two extensions that use UIDevice.orientationDidChangeNotification. However those extensions are not included in the target for the two watch extensions where the error occurs. Has anyone seen this problem before or have some advice? 90338: Non-public API usage. The app references non-public symbols in Watch/watchkitappBeta.app/PlugIns/watchkitappExtensionBeta.appex/watchkitappExtensionBeta: _UIDeviceOrientationDidChangeNotification,The app references non-public symbols in Watch/watchkitappBeta.app/PlugIns/watchkitappExtensionBeta.appex/PlugIns/watchkitappWidgetExtensionBeta.appex/watchkitappWidgetExtensionBeta: _UIDeviceOrientationDidChangeNotification. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/
1
0
39
8h
Digital Service Act is stuck on "in review" in my Binyan app
I've submitted my Digital Service Act a month adn a half ago, but it is currently stuck in the "In Review" state. Because of this pending status, my app has been removed from the European storefronts, specifically Germany. i have customers waiting and it really hurts my business, what can i do? I tried to write to the developer support but received answer only onces that they cannot see any DSA cases where in reality there is and i cannot resubmit it or do anything otherwise waiting. If the support here or anyone can help it would be the best news for me, Thank you for that matter.
1
0
9
9h
[Bug] macOS 26.5 Beta 3 – All apps report no internet connection while network works in browser
After updating to macOS 26.5 Beta 3, all applications report no internet connection, even though the system is connected and internet works in browsers. App Store shows “No Internet Connection” Other apps (non-browser) also cannot connect to the internet Web browsers (Chrome) work normally Web browsers safari. not work Internet connectivity is confirmed (websites load correctly)
0
0
16
11h
Error in running ROOT analysis software after the recent update of MacOs and Xcode
I am facing errors in running ROOT on my M4 Air below is the terminal output can you please help me akshatsharma@akshats-MacBook-Air ~ % root /Users/akshatsharma/Applications/ROOT_v6.36.06/etc/cling/std_darwin.modulemap:73:64: error: header '__type_traits/add_lvalue_reference.h' not found module add_lvalue_reference { header "__type_traits/add_lvalue_reference.h" } ^ input_line_1:1:10: note: submodule of top-level module 'std' implicitly imported here #include <new> ^ Warning in cling::IncrementalParser::CheckABICompatibility(): Failed to extract C++ standard library version. Warning in cling::IncrementalParser::CheckABICompatibility(): Possible C++ standard library mismatch, compiled with _LIBCPP_ABI_VERSION '1' Extraction of runtime standard library version was: '' ------------------------------------------------------------------ | Welcome to ROOT 6.36.06 https://root.cern | | (c) 1995-2025, The ROOT Team; conception: R. Brun, F. Rademakers | | Built for macosxarm64 on Dec 27 2025, 07:23:39 | | From tags/6-36-06@6-36-06 | | With Apple clang version 17.0.0 (clang-1700.6.3.2) | | Try '.help'/'.?', '.demo', '.license', '.credits', '.quit'/'.q' | ------------------------------------------------------------------ root [0] new TBrowser IncrementalExecutor::executeFunction: symbol '_ZN5cling7runtime6gClingE' unresolved while linking [cling interface function]! You are probably missing the definition of cling::runtime::gCling Maybe you need to load the corresponding shared library? root [1] .q akshatsharma@akshats-MacBook-Air ~ % xcode-select --install xcode-select: note: Command line tools are already installed. Use "Software Update" in System Settings or the softwareupdate command line interface to install updates akshatsharma@akshats-MacBook-Air ~ % xcode-select -p /Library/Developer/CommandLineTools akshatsharma@akshats-MacBook-Air ~ % sudo xcode-select --reset akshatsharma@akshats-MacBook-Air ~ % sudo xcodebuild -license accept xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance akshatsharma@akshats-MacBook-Air ~ % unset DYLD_LIBRARY_PATH unset LD_LIBRARY_PATH source /Users/akshatsharma/applications/ROOT_v6.36.06/bin/thisroot.sh root -l /Users/akshatsharma/Applications/ROOT_v6.36.06/etc/cling/std_darwin.modulemap:73:64: error: header '__type_traits/add_lvalue_reference.h' not found module add_lvalue_reference { header "__type_traits/add_lvalue_reference.h" } ^ input_line_1:1:10: note: submodule of top-level module 'std' implicitly imported here #include <new> ^ Warning in cling::IncrementalParser::CheckABICompatibility(): Failed to extract C++ standard library version. Warning in cling::IncrementalParser::CheckABICompatibility(): Possible C++ standard library mismatch, compiled with _LIBCPP_ABI_VERSION '1' Extraction of runtime standard library version was: '' root [0] new TBrowser IncrementalExecutor::executeFunction: symbol '_ZN5cling7runtime6gClingE' unresolved while linking [cling interface function]! You are probably missing the definition of cling::runtime::gCling Maybe you need to load the corresponding shared library? root
0
0
56
12h
Subscription Product Missing from StoreKit Response
Hello, I am currently testing In-App Purchase subscriptions and encountered an issue where one of my products is not being returned. I have configured four subscription products: Annual 6 Months 3 Months Monthly All products were created and set to be available on the same date in App Store Connect. However, when fetching products using StoreKit, only three products (Annual, 3 Months, Monthly) are returned. The 6 Months subscription is missing and does not appear in the response. I have confirmed the following: All product identifiers are correct and match the code All products are in "Ready for Sale" status Agreements, tax, and banking information are completed The issue occurs consistently in the sandbox environment Could you please help me understand why only the 6 Months subscription is not being returned? Thank you.
0
0
27
12h
Apple Developer Program Account Issues
Hello Apple Developer Support, I would like to follow up regarding my Apple Developer Program enrollment. I have two order numbers: D004762197 (failed payment attempt on Tuesday, April 14, 2026) D004767639 (successful payment on Thursday, April 16, 2026, invoice received) Currently, my account is still showing "Pending" and asking to complete the purchase, even though the second payment was successful. It seems my account might still be linked to the failed order. Could you please help link the successful payment and activate my account? Thank you very much.
0
0
11
13h
Using Xcode with Claude Opus 4.7
Has anyone got Xcode working with Opus 4.7? I have Claude Code running 4.7, but Xcode insists on running 4.6. Even working with Claude to try to configure Xcode doesn't work. Apparently Xcode does something that prevents using Opus 4.7. Any reason for this? Xcode has a really nice integration, but I guess It's bak to Terminal and Claude Code if I want to use the better Model. Anyone else got this working?
0
0
74
14h
Enroll identity verification keeps failing, No resolution from support
Dear Apple Team, I need your help resolving an issue that Apple Support has been unable to fix for over two months. Since February 2026, the Apple Developer app has rejected my identity verification every time I attempt to enroll in the Apple Developer Program. I have reached out to Apple Support repeatedly — by email and by phone — and have received no explanation for the failure and no workable solution. My case numbers from these interactions are: 102818147247 102838793176 102842518632 To be direct: I'm not intend to be aggressive, I just exhausted every normal support channel available to me. The responses I have received so far have been polite but ultimately ineffective — the same suggestions are repeated, and no one has investigated the underlying cause. This is not a minor inconvenience. I run PlayPatch Tech as an small team with iOS apps that are blocked from App Store submission entirely because of this enrollment failure. Every week this remains unresolved is a week of lost business. Relevant details: Enrollment type: Organization Device: iPad Pro & iPadOS 26.3.1(a) Government ID used: China ID Card Timeline: February 2026 – present Support contacts: Email 8 times, Call 6 times, they tried their best, but nothing worked. What I need: Someone with the authority and access to diagnose why verification is failing for my account specifically. An alternative verification path if the app-based method doesn't work. I would appreciate a response within 5 business days. I am available at any time and willing to provide whatever documentation is required. Regards, Neo PlayPatch Tech
0
0
82
16h
Seeking guidance on re-review timeline
Hello, I'm looking for guidance on a submission that appears to be awaiting re-review following my response to a "2.1 Information Needed" message. App: Markets: Global Trading 24/7 App ID: 6756673679 Version: 1.0.6 Timeline (all times ET): Apr 17, 10:45 AM: Submission entered "Waiting for Review" Apr 17, 9:25 PM: Moved to "In Review" Apr 17, 10:14 PM: Received "2.1 Information Needed" message regarding the OTP demo account flow Apr 17, 10:45 PM: Replied in Resolution Center clarifying the OTP behavior Apr 20, 9:10PM: Still awaiting response, and in "Waiting for Review" status The App Review FAQ notes that messages in Resolution Center are generally responded to within 24 hours. My reply has now been pending for approximately 3 full days, so I wanted to check in here in case it would be helpful to surface this. Our prior two updates to our published app were approved quickly, and the 2.1 message concerned the demo account OTP flow, which I responded to in detail in Resolution Center. If anyone from App Review is able to take a look, I would very much appreciate it. Happy to provide any additional information that would help. Thank you, Chuck Bradford Dexari Inc.
1
0
122
16h
Drag on a Canvas with XCUICoordinate.press(...)
I am trying to create a test case in XCTest using the UI Test target. I have a use case where I use a SwiftUI Canvas to draw a network graph; and the user can drag the graph on the Canvas. After the drag, the user may click on a node. The application presents a popup with the information about the network node clicked. SwiftUI provides the information required for the application to translate the location of the tap into the original location prior to the drag; and so the logic behind the popup can determine which node the network graph was tapped by the user. It appears that the distance of the drag operation performed does not match distance that the image actually moved. The drag distance is always larger than the actual distance dragged. I can observe this during the test execution. The arrow starts at the correct spot but then goes further than the object being dragged. I also observe this when I am driving the application. Is there some standard and supported way to determine the distance that the image on the screen was moved given a specific distance of the "thenDragTo:" coordinate?
0
0
33
20h
Localization doesn't work in watchOS widget configuration intent
Hi, I have a problem with watchOS widget configuration intents. It turns out that watchOS is unable to load text for localization keys. This is how I set configuration parameter in WidgetConfigurationIntent: @Parameter( title: LocalizedStringResource( "watchWidgetConfig.showSymbols", defaultValue: "Symbole", table: "WidgetLocalizable", bundle: widgetBundle ), default: true ) var showSymbols: Bool Unfortunately, on a device always the defaultValue is used. I tried everything and nothing works. What's weird, it correctly works on watchOS simulator and if you configure widgets in iOS "Watch" app. On real Apple Watch, the "defaultValue" is displayed. I'm not sure if it's important but both: the Swift file with WidgetConfigurationIntent and WidgetLocalizable.xcstring are included in two targets: Watch Widget Extension and Watch App. I tried so far: All variants of LocalizableStringResource init. With/without "table", with/without "bundle". Previously I had texts in Localizable.strings, I migrated it to WidgetLocalizable.xcstrings and it didn't work either. Setting only one target for WidgetLocalizable.xcstring and WidgetConfigurationIntent. I checked inside xcarchive to see if WidgetLocalizable.xcstring is copied correctly. Seems like watchOS bug, but I would be happy to know if someone figured out any workaround. Xcode: Version 26.4 (17E192) iOS 26.4.1 watchOS 26.4 I already created a ticket: FB22509406
0
0
16
21h
Creating UTImportedTypeDeclarations entries yields duplicate Open menu entry
My iPadOS app can open .xml files. In my XMLApp.swift, I hooked up a: var body: some Scene { WindowGroup(id: "main") { .commands CommandGroup(replacing: .newItem) { ... Button(.openDot) { openXMLFile() } ... Next, I entered a new UTImportedTypeDeclarations / UTExportedTypeDeclarations in Project Settings -> Target -> Info -> Document Types, Exported Type Identifiers, Imported Type Identifiers, for the XML file-type: ... <key>UTImportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.data</string> <string>public.xml</string> <string>public.content</string> </array> ... As soon as I do that, Xcode creates an additional Open... menu entry all the way at the bottom of the File menu. I cannot get rid of this additional menu entry. Its state is disabled (grayed out). I have my own Open (per the code above), which also responds to ⌘ - O. My menu entry works fine, as long as I disable the same keyboard shortcut so they don't collide. The extra Open entry is also displayed on the matching iPadOS simulator. From the same codebase, the Open is not displayed on the Mac (targeting macOS, not Catalyst). On macOS, only my Open is in the File menu, as expected. Why is there a duplicate Open menu entry and how do I get rid of it?
0
0
112
21h
Individual to Organization migration stuck since early April and blocking release
I’m looking for guidance on an unresolved Apple Developer Program membership migration. My account is being converted from an individual membership to an organization membership. I have already provided all requested documentation to Apple Developer Support and opened a new case, but the migration remains unresolved. Today I have been on hold for nearly 2 hours. This has blocked our release since April because the account is effectively unable to proceed while the migration is pending. Details: • Migration type: Individual to Organization • Status: still pending • Business impact: production release blocked since April • Documentation already provided: legal entity documentation, D-U-N-S information, and requested verification materials I am not posting private documents here. I’m trying to understand whether there is any additional escalation path or whether Apple staff can confirm the correct team is handling this migration. Has anyone had success getting this unstuck, and is there any Apple process beyond the normal support case flow?
0
0
19
21h
macOS main.swift and Main actor-isolated conformance cannot be used in nonisolated context
For a simple, resourceless cocoa apps I used to manually setup the application lifecycle (mimicking what's documented here: https://developer.apple.com/documentation/appkit/nsapplication), so my main.swift would look like: import Cocoa let delegate = SomeDelegate() _ = NSApplication.shared NSApp.delegate = delegate NSApp.run() This triggers a warning in Xcode 26.2: "Main actor-isolated conformance of SomeDelegate cannot be used in nonisolated context; this is an error in Swift 6 language mode". so what is the recommended way to refactor above so that it is Swift 6 compliant?
Replies
0
Boosts
0
Views
63
Activity
8h
Push Notifications Management
Hi everyone, I have developed an app that requires push notifications to notify users to respond to a questionnaire. After login, I inform the user that the app needs push notifications in order to function properly, and I request their consent to receive notifications. However, during the review process, Apple keeps rejecting the app with the following message: Issue Description The app requires push notifications in order to function. Next Steps Push notifications must be optional and must obtain the user's consent to be used within the app. Anyone knows how to fix this problem? Thank You
Replies
0
Boosts
0
Views
12
Activity
8h
Non-public API _UIDeviceOrientationDidChangeNotification error for build after validation and archive upload
I have an app that has suddenly gotten a non-public API error after uploading the archive to TestFlight. The error is posted in full below, and has never occurred before. I'm not using the _UIDeviceOrientationDidChangeNotification symbol but I do have two extensions that use UIDevice.orientationDidChangeNotification. However those extensions are not included in the target for the two watch extensions where the error occurs. Has anyone seen this problem before or have some advice? 90338: Non-public API usage. The app references non-public symbols in Watch/watchkitappBeta.app/PlugIns/watchkitappExtensionBeta.appex/watchkitappExtensionBeta: _UIDeviceOrientationDidChangeNotification,The app references non-public symbols in Watch/watchkitappBeta.app/PlugIns/watchkitappExtensionBeta.appex/PlugIns/watchkitappWidgetExtensionBeta.appex/watchkitappWidgetExtensionBeta: _UIDeviceOrientationDidChangeNotification. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/
Replies
1
Boosts
0
Views
39
Activity
8h
Digital Service Act is stuck on "in review" in my Binyan app
I've submitted my Digital Service Act a month adn a half ago, but it is currently stuck in the "In Review" state. Because of this pending status, my app has been removed from the European storefronts, specifically Germany. i have customers waiting and it really hurts my business, what can i do? I tried to write to the developer support but received answer only onces that they cannot see any DSA cases where in reality there is and i cannot resubmit it or do anything otherwise waiting. If the support here or anyone can help it would be the best news for me, Thank you for that matter.
Replies
1
Boosts
0
Views
9
Activity
9h
RN IOS APP & WatchOS Companion
I already have a working iOS React Native app and I’m planning to add a watchOS companion app. Is it possible to keep the iOS app and the watchOS app in separate repositories? If so, will WatchConnectivity still work properly between them? Or is it recommended to keep both in a single Xcode project/repository?
Replies
0
Boosts
0
Views
15
Activity
10h
[Bug] macOS 26.5 Beta 3 – All apps report no internet connection while network works in browser
After updating to macOS 26.5 Beta 3, all applications report no internet connection, even though the system is connected and internet works in browsers. App Store shows “No Internet Connection” Other apps (non-browser) also cannot connect to the internet Web browsers (Chrome) work normally Web browsers safari. not work Internet connectivity is confirmed (websites load correctly)
Replies
0
Boosts
0
Views
16
Activity
11h
Error in running ROOT analysis software after the recent update of MacOs and Xcode
I am facing errors in running ROOT on my M4 Air below is the terminal output can you please help me akshatsharma@akshats-MacBook-Air ~ % root /Users/akshatsharma/Applications/ROOT_v6.36.06/etc/cling/std_darwin.modulemap:73:64: error: header '__type_traits/add_lvalue_reference.h' not found module add_lvalue_reference { header "__type_traits/add_lvalue_reference.h" } ^ input_line_1:1:10: note: submodule of top-level module 'std' implicitly imported here #include <new> ^ Warning in cling::IncrementalParser::CheckABICompatibility(): Failed to extract C++ standard library version. Warning in cling::IncrementalParser::CheckABICompatibility(): Possible C++ standard library mismatch, compiled with _LIBCPP_ABI_VERSION '1' Extraction of runtime standard library version was: '' ------------------------------------------------------------------ | Welcome to ROOT 6.36.06 https://root.cern | | (c) 1995-2025, The ROOT Team; conception: R. Brun, F. Rademakers | | Built for macosxarm64 on Dec 27 2025, 07:23:39 | | From tags/6-36-06@6-36-06 | | With Apple clang version 17.0.0 (clang-1700.6.3.2) | | Try '.help'/'.?', '.demo', '.license', '.credits', '.quit'/'.q' | ------------------------------------------------------------------ root [0] new TBrowser IncrementalExecutor::executeFunction: symbol '_ZN5cling7runtime6gClingE' unresolved while linking [cling interface function]! You are probably missing the definition of cling::runtime::gCling Maybe you need to load the corresponding shared library? root [1] .q akshatsharma@akshats-MacBook-Air ~ % xcode-select --install xcode-select: note: Command line tools are already installed. Use "Software Update" in System Settings or the softwareupdate command line interface to install updates akshatsharma@akshats-MacBook-Air ~ % xcode-select -p /Library/Developer/CommandLineTools akshatsharma@akshats-MacBook-Air ~ % sudo xcode-select --reset akshatsharma@akshats-MacBook-Air ~ % sudo xcodebuild -license accept xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance akshatsharma@akshats-MacBook-Air ~ % unset DYLD_LIBRARY_PATH unset LD_LIBRARY_PATH source /Users/akshatsharma/applications/ROOT_v6.36.06/bin/thisroot.sh root -l /Users/akshatsharma/Applications/ROOT_v6.36.06/etc/cling/std_darwin.modulemap:73:64: error: header '__type_traits/add_lvalue_reference.h' not found module add_lvalue_reference { header "__type_traits/add_lvalue_reference.h" } ^ input_line_1:1:10: note: submodule of top-level module 'std' implicitly imported here #include <new> ^ Warning in cling::IncrementalParser::CheckABICompatibility(): Failed to extract C++ standard library version. Warning in cling::IncrementalParser::CheckABICompatibility(): Possible C++ standard library mismatch, compiled with _LIBCPP_ABI_VERSION '1' Extraction of runtime standard library version was: '' root [0] new TBrowser IncrementalExecutor::executeFunction: symbol '_ZN5cling7runtime6gClingE' unresolved while linking [cling interface function]! You are probably missing the definition of cling::runtime::gCling Maybe you need to load the corresponding shared library? root
Replies
0
Boosts
0
Views
56
Activity
12h
Subscription Product Missing from StoreKit Response
Hello, I am currently testing In-App Purchase subscriptions and encountered an issue where one of my products is not being returned. I have configured four subscription products: Annual 6 Months 3 Months Monthly All products were created and set to be available on the same date in App Store Connect. However, when fetching products using StoreKit, only three products (Annual, 3 Months, Monthly) are returned. The 6 Months subscription is missing and does not appear in the response. I have confirmed the following: All product identifiers are correct and match the code All products are in "Ready for Sale" status Agreements, tax, and banking information are completed The issue occurs consistently in the sandbox environment Could you please help me understand why only the 6 Months subscription is not being returned? Thank you.
Replies
0
Boosts
0
Views
27
Activity
12h
Apple Developer Program Account Issues
Hello Apple Developer Support, I would like to follow up regarding my Apple Developer Program enrollment. I have two order numbers: D004762197 (failed payment attempt on Tuesday, April 14, 2026) D004767639 (successful payment on Thursday, April 16, 2026, invoice received) Currently, my account is still showing "Pending" and asking to complete the purchase, even though the second payment was successful. It seems my account might still be linked to the failed order. Could you please help link the successful payment and activate my account? Thank you very much.
Replies
0
Boosts
0
Views
11
Activity
13h
Using Xcode with Claude Opus 4.7
Has anyone got Xcode working with Opus 4.7? I have Claude Code running 4.7, but Xcode insists on running 4.6. Even working with Claude to try to configure Xcode doesn't work. Apparently Xcode does something that prevents using Opus 4.7. Any reason for this? Xcode has a really nice integration, but I guess It's bak to Terminal and Claude Code if I want to use the better Model. Anyone else got this working?
Replies
0
Boosts
0
Views
74
Activity
14h
FamilyControls entitlement request submitted
Just curious if there is anyway to expedite the FamilyControl entitlement. I have seen few people stuck in this step for few days. I submit mine on the 4/18, and my Case ID: 102874096254 Just want to see if I can see any estimate time for my request. Thanks, Jing
Replies
0
Boosts
0
Views
43
Activity
16h
Enroll identity verification keeps failing, No resolution from support
Dear Apple Team, I need your help resolving an issue that Apple Support has been unable to fix for over two months. Since February 2026, the Apple Developer app has rejected my identity verification every time I attempt to enroll in the Apple Developer Program. I have reached out to Apple Support repeatedly — by email and by phone — and have received no explanation for the failure and no workable solution. My case numbers from these interactions are: 102818147247 102838793176 102842518632 To be direct: I'm not intend to be aggressive, I just exhausted every normal support channel available to me. The responses I have received so far have been polite but ultimately ineffective — the same suggestions are repeated, and no one has investigated the underlying cause. This is not a minor inconvenience. I run PlayPatch Tech as an small team with iOS apps that are blocked from App Store submission entirely because of this enrollment failure. Every week this remains unresolved is a week of lost business. Relevant details: Enrollment type: Organization Device: iPad Pro & iPadOS 26.3.1(a) Government ID used: China ID Card Timeline: February 2026 – present Support contacts: Email 8 times, Call 6 times, they tried their best, but nothing worked. What I need: Someone with the authority and access to diagnose why verification is failing for my account specifically. An alternative verification path if the app-based method doesn't work. I would appreciate a response within 5 business days. I am available at any time and willing to provide whatever documentation is required. Regards, Neo PlayPatch Tech
Replies
0
Boosts
0
Views
82
Activity
16h
Seeking guidance on re-review timeline
Hello, I'm looking for guidance on a submission that appears to be awaiting re-review following my response to a "2.1 Information Needed" message. App: Markets: Global Trading 24/7 App ID: 6756673679 Version: 1.0.6 Timeline (all times ET): Apr 17, 10:45 AM: Submission entered "Waiting for Review" Apr 17, 9:25 PM: Moved to "In Review" Apr 17, 10:14 PM: Received "2.1 Information Needed" message regarding the OTP demo account flow Apr 17, 10:45 PM: Replied in Resolution Center clarifying the OTP behavior Apr 20, 9:10PM: Still awaiting response, and in "Waiting for Review" status The App Review FAQ notes that messages in Resolution Center are generally responded to within 24 hours. My reply has now been pending for approximately 3 full days, so I wanted to check in here in case it would be helpful to surface this. Our prior two updates to our published app were approved quickly, and the 2.1 message concerned the demo account OTP flow, which I responded to in detail in Resolution Center. If anyone from App Review is able to take a look, I would very much appreciate it. Happy to provide any additional information that would help. Thank you, Chuck Bradford Dexari Inc.
Replies
1
Boosts
0
Views
122
Activity
16h
Membership
Hi Team, I recently purchased a one-year Apple Developer Program membership but have not received a membership ID. Could you help me locate the details? I would also appreciate guidance on the steps to publish my app to the App Store from my local Mac.
Replies
0
Boosts
0
Views
69
Activity
18h
IAP in review while app has been approved
Hey my app subscriptions are currently in review whilst my app has been approved 2 times, i need this to be approved to start marketing it.
Replies
0
Boosts
0
Views
37
Activity
18h
Drag on a Canvas with XCUICoordinate.press(...)
I am trying to create a test case in XCTest using the UI Test target. I have a use case where I use a SwiftUI Canvas to draw a network graph; and the user can drag the graph on the Canvas. After the drag, the user may click on a node. The application presents a popup with the information about the network node clicked. SwiftUI provides the information required for the application to translate the location of the tap into the original location prior to the drag; and so the logic behind the popup can determine which node the network graph was tapped by the user. It appears that the distance of the drag operation performed does not match distance that the image actually moved. The drag distance is always larger than the actual distance dragged. I can observe this during the test execution. The arrow starts at the correct spot but then goes further than the object being dragged. I also observe this when I am driving the application. Is there some standard and supported way to determine the distance that the image on the screen was moved given a specific distance of the "thenDragTo:" coordinate?
Replies
0
Boosts
0
Views
33
Activity
20h
Localization doesn't work in watchOS widget configuration intent
Hi, I have a problem with watchOS widget configuration intents. It turns out that watchOS is unable to load text for localization keys. This is how I set configuration parameter in WidgetConfigurationIntent: @Parameter( title: LocalizedStringResource( "watchWidgetConfig.showSymbols", defaultValue: "Symbole", table: "WidgetLocalizable", bundle: widgetBundle ), default: true ) var showSymbols: Bool Unfortunately, on a device always the defaultValue is used. I tried everything and nothing works. What's weird, it correctly works on watchOS simulator and if you configure widgets in iOS "Watch" app. On real Apple Watch, the "defaultValue" is displayed. I'm not sure if it's important but both: the Swift file with WidgetConfigurationIntent and WidgetLocalizable.xcstring are included in two targets: Watch Widget Extension and Watch App. I tried so far: All variants of LocalizableStringResource init. With/without "table", with/without "bundle". Previously I had texts in Localizable.strings, I migrated it to WidgetLocalizable.xcstrings and it didn't work either. Setting only one target for WidgetLocalizable.xcstring and WidgetConfigurationIntent. I checked inside xcarchive to see if WidgetLocalizable.xcstring is copied correctly. Seems like watchOS bug, but I would be happy to know if someone figured out any workaround. Xcode: Version 26.4 (17E192) iOS 26.4.1 watchOS 26.4 I already created a ticket: FB22509406
Replies
0
Boosts
0
Views
16
Activity
21h
Creating UTImportedTypeDeclarations entries yields duplicate Open menu entry
My iPadOS app can open .xml files. In my XMLApp.swift, I hooked up a: var body: some Scene { WindowGroup(id: "main") { .commands CommandGroup(replacing: .newItem) { ... Button(.openDot) { openXMLFile() } ... Next, I entered a new UTImportedTypeDeclarations / UTExportedTypeDeclarations in Project Settings -> Target -> Info -> Document Types, Exported Type Identifiers, Imported Type Identifiers, for the XML file-type: ... <key>UTImportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.data</string> <string>public.xml</string> <string>public.content</string> </array> ... As soon as I do that, Xcode creates an additional Open... menu entry all the way at the bottom of the File menu. I cannot get rid of this additional menu entry. Its state is disabled (grayed out). I have my own Open (per the code above), which also responds to ⌘ - O. My menu entry works fine, as long as I disable the same keyboard shortcut so they don't collide. The extra Open entry is also displayed on the matching iPadOS simulator. From the same codebase, the Open is not displayed on the Mac (targeting macOS, not Catalyst). On macOS, only my Open is in the File menu, as expected. Why is there a duplicate Open menu entry and how do I get rid of it?
Replies
0
Boosts
0
Views
112
Activity
21h
Individual to Organization migration stuck since early April and blocking release
I’m looking for guidance on an unresolved Apple Developer Program membership migration. My account is being converted from an individual membership to an organization membership. I have already provided all requested documentation to Apple Developer Support and opened a new case, but the migration remains unresolved. Today I have been on hold for nearly 2 hours. This has blocked our release since April because the account is effectively unable to proceed while the migration is pending. Details: • Migration type: Individual to Organization • Status: still pending • Business impact: production release blocked since April • Documentation already provided: legal entity documentation, D-U-N-S information, and requested verification materials I am not posting private documents here. I’m trying to understand whether there is any additional escalation path or whether Apple staff can confirm the correct team is handling this migration. Has anyone had success getting this unstuck, and is there any Apple process beyond the normal support case flow?
Replies
0
Boosts
0
Views
19
Activity
21h
Device Activity
Is there a way for me to persist my app usage that I can see 30 days worth under Screen Time indefinitely? I'd like to roll up monthly, quarterly, annual usage for mine and my kids devices.
Replies
0
Boosts
0
Views
11
Activity
22h