Search results for

“show when run”

115,117 results found

Post

Replies

Boosts

Views

Activity

Reply to Please help
Your question is not clear. The client loaded the app in TestFly. So this is just for testing, not for sale. So what does he accuse you of ? Not having developed yourself ? Not meeting his spec ? The fact that an app has problem in TestFlight is not uncommon. That's the purpose of TestFlight to check for potential issues. Up to you to correct them now. AKAIK, there is nothing Apple can or will do in such a case. Up yo you to show the logs of the archiving sessions, or even showing some source code. But that's a question between you and your client.
2w
Reply to `sysextd` rejects new `NEFilterDataProvider` activation with "no policy" on macOS 26 — despite valid Developer ID + notarization
I'm hitting the identical issue with a NEPacketTunnelProvider system extension on macOS 26.2 (25C56), Apple M1 Pro, Xcode 26.4. Developer ID signed, app in /Applications, no quarantine, no MDM. Context: I'm building a WireGuard-based VPN client. The app was previously working as an app extension (.appex with packet-tunnel-provider entitlement). I migrated to the system extension model for Developer ID distribution — .systemextension bundle in Contents/Library/SystemExtensions/, CFBundlePackageType SYSX, Mach-O MH_EXECUTE, NEProviderClasses in Info.plist, systemextensionsctl developer on. I've verified: App runs from /Applications (confirmed via ps aux) No com.apple.quarantine xattr Developer ID Application signing on both app and extension, same certificate, same team (verified via codesign -dvvv) Correct entitlements: com.apple.developer.system-extension.install on host app, packet-tunnel-provider-systemextension on both embedded.provisionprofile present in both app and extension PkgInfo contains SY
2w
Siri Shortcuts Not Recognized on HomePod mini (audioOS 26.4) – Delegates to Built-in Responses Instead
Bug Report Environment 4× HomePod mini, audioOS 26.4 (23L243) iPhone, iPad, Mac – all running latest OS versions (iOS/iPadOS/macOS 26) iCloud account active, Shortcuts sync enabled on all devices Summary Siri no longer executes custom Shortcuts on any HomePod mini. Instead, the HomePod responds with built-in Siri answers or refers to the internet, as if no custom Shortcuts were registered. The same Shortcuts work correctly via Siri on iPhone, iPad, and Mac. Reproducible Test Case Created a new Shortcut named Lemon Blue Seven from scratch – no resemblance to any built-in Siri command, single action: spoken text output. Result: Mac: recognized and executed correctly via Siri iPhone / iPad: recognized and executed correctly via Siri (after re-registration, see below) All 4 HomePod mini: not recognized – Siri responds as if the Shortcut does not exist Steps to Reproduce Create a new Shortcut with a unique name and a single spoken output action Ensure iCloud Shortcuts sync is active on all devices Invoke
0
0
122
2w
Reply to Is there a reliable way to check pending agreement status for multiple App Store Connect accounts via API?
Your analysis is correct. The /v1/agreements endpoint was deprecated and removed in newer API versions, which is why you get a 404 on some accounts (likely those using newer API keys or auth scopes). There is no dedicated agreement status endpoint, so the 403 gate is genuinely the only signal available via the API. The enforcement is progressive as you guessed: the UI shows the warning immediately, but the API only blocks once the grace period expires. One additional probe that tends to fail earlier than bundleIds/certificates is attempting to create or update an app store version via POST /v1/appStoreVersions or listing your apps with GET /v1/apps since those operations are more sensitive to agreement state. Not a perfect solution, but it might shrink the detection gap for your dashboard.
2w
Apple Developer Program Enrollment Stuck: "Your enrollment is being processed" for Weeks – Widespread Issue in 2026
Fellow Apple Developers and Apple Developer Support Team, If you’re seeing the message **“Your enrollment is being processed. Your enrollment ID is **” for weeks (or longer) with no updates, no follow-up emails, and no access to App Store Connect, you are not alone. I’m posting this in the hope of helping everyone experiencing the same frustrating delay and giving Apple a clear, visible signal that this is impacting real developers right now. My Situation (and Why It Matters) I submitted my Apple Developer Program enrollment several weeks ago, completed payment successfully, and have since sent two support emails requesting an update. The status remains unchanged. Meanwhile, my app is already live and performing well on Google Play. I’m ready to submit the iOS version, but I cannot even reach TestFlight or App Store Connect because the enrollment is still “processing.” Like many of you, I’ve read dozens of identical threads here on the forums and on Reddit in the past month alone—individual enrollments, organ
5
0
343
2w
Reply to Blank page when logging into App Store Connect
I solve it using direclt API from the browser console. Here is how I did it: Workaround: Create API Keys via browser console when Integrations page is blank If the Integrations tab under Users and Access shows a blank page (with console error [maison] integrations @ url(/access/m-integrations/asset-manifest.json): No app or default mount found!), you can use the internal REST API directly from the browser console. Steps: Go to https://appstoreconnect.apple.com and make sure you're logged in with an Account Holder or Admin account Open the browser developer console (F12 → Console tab) Create the API Key: jsfetch('/iris/v1/apiKeys', { method: 'POST', credentials: 'include', headers: { 'Accept': 'application/json', 'Content-Type': 'application/json' }, body: JSON.stringify({ data: { type: 'apiKeys', attributes: { nickname: 'NEED_TO_DO_SOME_STUFF', allAppsVisible: true, keyType: 'PUBLIC_API', roles: ['APP_MANAGER'] } } }) }).then(r => r.json()).then(d => { console.log('✅ Key created!'); console.log
2w
Payment taken but Apple Developer enrollment still stuck on "Complete Purchase"
On April 8, 2026, I paid for my individual Apple Developer Program membership and received an invoice (Order ID: D004747265). However, my developer account still shows To continue your enrollment, complete your purchase now and the status is Pending. It looks like the payment hasn't been linked to my enrollment. I've reached out to Apple Developer Support twice but haven't heard back. Could this be related to my region (Belarus)? Has anyone else experienced the same issue — payment successful but enrollment still asks to complete purchase — especially from a region like Belarus? How did you resolve it? Any insight would be much appreciated. Thanks.
1
0
91
2w
iCloud Drive silent upload deadlock caused by stale HTTP/3 session in nsurlsessiond (FB22476701)
Summary On macOS 26.4.1 (25E253), iCloud Drive file uploads can enter a silent deadlock where every upload attempt fails at the transport layer. No error is surfaced anywhere — not in Finder, not in System Settings, not in the iCloud status panel. The upload queue simply stops. Other iCloud services (Photos, Mail, App Store) continue to work normally through the same networking infrastructure at the same time. Root Cause The issue is a stale HTTP/3 (QUIC) session cached in the user-level nsurlsessiond process's BackgroundConnectionPool. The deadlock cycle: cloudd requests an upload to the GCS storage endpoint nsurlsessiond provides the cached (broken) HTTP/3 session The TLS handshake succeeds, but the body upload dies mid-transfer (err=T, requestDuration=-1.000, responseHeaderBytes=0) cloudd retries with a new connectionUUID — but nsurlsessiond still routes through the same poisoned QUIC session This repeats indefinitely Killing cloudd alone does not help — nsurlsessiond retains the poisoned pool. Only killin
7
0
377
2w
Apple Developer account access issue — Error -20209 after password reset
Hello I need help with my Apple Developer account access. I am trying to run an iOS build through EAS/Expo, but the login to the Apple Developer Portal fails with this error: “Authentication with Apple Developer Portal failed! Apple Service Error -20209. This Apple Account has been locked for security reasons. Visit iForgot to reset your account.” I have already gone through the iForgot recovery flow and changed my password successfully. I can access my Apple account and Apple Developer site in the browser using the new password. Even after that, I still receive the same error when the build process tries to authenticate with the Apple Developer Portal. Could you please confirm whether there is still a security lock, restriction, or other issue on my Apple Developer account that is preventing access through developer services? Thank you.
0
0
43
2w
Reply to Can't register Apple Developer Account - stuck for 2.5 months
I received another automated rejection for Enrollment ID #54AML988C5. So it's possible the forum post triggered some kind of review, but certainly not a resolution. Hello Sergei, We’re unable to proceed with your enrollment in the Apple Developer Program at this time. You can still take advantage of great content using your Apple Account to develop and test apps on your own device. Support still hasn't replied, and the Call button doesn't work even during the few hours it actually shows up.
2w
Reply to First subscription stuck in inconsistent review state for 6+ weeks, no update after internal escalation
Here are the relevant screenshots. App Review history: no active review for version 1.0.10, previous submissions are deleted Subscription page: the subscription itself is now “In Review” Localization on the same subscription page still shows “Waiting for Review” App version page: 1.0.10 is still “Prepare for Submission” That is why I believe the state is inconsistent. The app version is not in review, but the first subscription appears to have partially moved into review anyway.
2w
Reply to MacOS app file export
the Export button which should trigger the file export doesn't react. Where is the button? And what is it supposed to do? Show the content of your plist? If not, why are showing it?
Replies
Boosts
Views
Activity
2w
Reply to Xcode Cloud Start Condition: Don't run on Github draft PRs
My current workflow is: Create draft PR Assign github copilot to review Resolve any copilot comments Set PR to ready If there's a lot of back & forth before all comments are resolved, it's just wasted time running the workflow which will either be cancelled or run again when PR is ready.
Replies
Boosts
Views
Activity
2w
Reply to Please help
Your question is not clear. The client loaded the app in TestFly. So this is just for testing, not for sale. So what does he accuse you of ? Not having developed yourself ? Not meeting his spec ? The fact that an app has problem in TestFlight is not uncommon. That's the purpose of TestFlight to check for potential issues. Up to you to correct them now. AKAIK, there is nothing Apple can or will do in such a case. Up yo you to show the logs of the archiving sessions, or even showing some source code. But that's a question between you and your client.
Replies
Boosts
Views
Activity
2w
Reply to `sysextd` rejects new `NEFilterDataProvider` activation with "no policy" on macOS 26 — despite valid Developer ID + notarization
I'm hitting the identical issue with a NEPacketTunnelProvider system extension on macOS 26.2 (25C56), Apple M1 Pro, Xcode 26.4. Developer ID signed, app in /Applications, no quarantine, no MDM. Context: I'm building a WireGuard-based VPN client. The app was previously working as an app extension (.appex with packet-tunnel-provider entitlement). I migrated to the system extension model for Developer ID distribution — .systemextension bundle in Contents/Library/SystemExtensions/, CFBundlePackageType SYSX, Mach-O MH_EXECUTE, NEProviderClasses in Info.plist, systemextensionsctl developer on. I've verified: App runs from /Applications (confirmed via ps aux) No com.apple.quarantine xattr Developer ID Application signing on both app and extension, same certificate, same team (verified via codesign -dvvv) Correct entitlements: com.apple.developer.system-extension.install on host app, packet-tunnel-provider-systemextension on both embedded.provisionprofile present in both app and extension PkgInfo contains SY
Replies
Boosts
Views
Activity
2w
Siri Shortcuts Not Recognized on HomePod mini (audioOS 26.4) – Delegates to Built-in Responses Instead
Bug Report Environment 4× HomePod mini, audioOS 26.4 (23L243) iPhone, iPad, Mac – all running latest OS versions (iOS/iPadOS/macOS 26) iCloud account active, Shortcuts sync enabled on all devices Summary Siri no longer executes custom Shortcuts on any HomePod mini. Instead, the HomePod responds with built-in Siri answers or refers to the internet, as if no custom Shortcuts were registered. The same Shortcuts work correctly via Siri on iPhone, iPad, and Mac. Reproducible Test Case Created a new Shortcut named Lemon Blue Seven from scratch – no resemblance to any built-in Siri command, single action: spoken text output. Result: Mac: recognized and executed correctly via Siri iPhone / iPad: recognized and executed correctly via Siri (after re-registration, see below) All 4 HomePod mini: not recognized – Siri responds as if the Shortcut does not exist Steps to Reproduce Create a new Shortcut with a unique name and a single spoken output action Ensure iCloud Shortcuts sync is active on all devices Invoke
Replies
0
Boosts
0
Views
122
Activity
2w
Reply to Is there a reliable way to check pending agreement status for multiple App Store Connect accounts via API?
Your analysis is correct. The /v1/agreements endpoint was deprecated and removed in newer API versions, which is why you get a 404 on some accounts (likely those using newer API keys or auth scopes). There is no dedicated agreement status endpoint, so the 403 gate is genuinely the only signal available via the API. The enforcement is progressive as you guessed: the UI shows the warning immediately, but the API only blocks once the grace period expires. One additional probe that tends to fail earlier than bundleIds/certificates is attempting to create or update an app store version via POST /v1/appStoreVersions or listing your apps with GET /v1/apps since those operations are more sensitive to agreement state. Not a perfect solution, but it might shrink the detection gap for your dashboard.
Replies
Boosts
Views
Activity
2w
Apple Developer Program Enrollment Stuck: "Your enrollment is being processed" for Weeks – Widespread Issue in 2026
Fellow Apple Developers and Apple Developer Support Team, If you’re seeing the message **“Your enrollment is being processed. Your enrollment ID is **” for weeks (or longer) with no updates, no follow-up emails, and no access to App Store Connect, you are not alone. I’m posting this in the hope of helping everyone experiencing the same frustrating delay and giving Apple a clear, visible signal that this is impacting real developers right now. My Situation (and Why It Matters) I submitted my Apple Developer Program enrollment several weeks ago, completed payment successfully, and have since sent two support emails requesting an update. The status remains unchanged. Meanwhile, my app is already live and performing well on Google Play. I’m ready to submit the iOS version, but I cannot even reach TestFlight or App Store Connect because the enrollment is still “processing.” Like many of you, I’ve read dozens of identical threads here on the forums and on Reddit in the past month alone—individual enrollments, organ
Replies
5
Boosts
0
Views
343
Activity
2w
Reply to Developer Program enrollment still pending after payment
Hi @Apple Developer Support I got the same issue. I have already been charged for the Apple Developer Program on March 30, 2026, but my account has not been activated yet and the status is still showing as “pending” as of April 12, 2026. Here are my details: Invoice Number: MC61342659 Can you check it? Thank you!
Replies
Boosts
Views
Activity
2w
Reply to Blank page when logging into App Store Connect
I solve it using direclt API from the browser console. Here is how I did it: Workaround: Create API Keys via browser console when Integrations page is blank If the Integrations tab under Users and Access shows a blank page (with console error [maison] integrations @ url(/access/m-integrations/asset-manifest.json): No app or default mount found!), you can use the internal REST API directly from the browser console. Steps: Go to https://appstoreconnect.apple.com and make sure you're logged in with an Account Holder or Admin account Open the browser developer console (F12 → Console tab) Create the API Key: jsfetch('/iris/v1/apiKeys', { method: 'POST', credentials: 'include', headers: { 'Accept': 'application/json', 'Content-Type': 'application/json' }, body: JSON.stringify({ data: { type: 'apiKeys', attributes: { nickname: 'NEED_TO_DO_SOME_STUFF', allAppsVisible: true, keyType: 'PUBLIC_API', roles: ['APP_MANAGER'] } } }) }).then(r => r.json()).then(d => { console.log('✅ Key created!'); console.log
Replies
Boosts
Views
Activity
2w
Payment taken but Apple Developer enrollment still stuck on "Complete Purchase"
On April 8, 2026, I paid for my individual Apple Developer Program membership and received an invoice (Order ID: D004747265). However, my developer account still shows To continue your enrollment, complete your purchase now and the status is Pending. It looks like the payment hasn't been linked to my enrollment. I've reached out to Apple Developer Support twice but haven't heard back. Could this be related to my region (Belarus)? Has anyone else experienced the same issue — payment successful but enrollment still asks to complete purchase — especially from a region like Belarus? How did you resolve it? Any insight would be much appreciated. Thanks.
Replies
1
Boosts
0
Views
91
Activity
2w
iCloud Drive silent upload deadlock caused by stale HTTP/3 session in nsurlsessiond (FB22476701)
Summary On macOS 26.4.1 (25E253), iCloud Drive file uploads can enter a silent deadlock where every upload attempt fails at the transport layer. No error is surfaced anywhere — not in Finder, not in System Settings, not in the iCloud status panel. The upload queue simply stops. Other iCloud services (Photos, Mail, App Store) continue to work normally through the same networking infrastructure at the same time. Root Cause The issue is a stale HTTP/3 (QUIC) session cached in the user-level nsurlsessiond process's BackgroundConnectionPool. The deadlock cycle: cloudd requests an upload to the GCS storage endpoint nsurlsessiond provides the cached (broken) HTTP/3 session The TLS handshake succeeds, but the body upload dies mid-transfer (err=T, requestDuration=-1.000, responseHeaderBytes=0) cloudd retries with a new connectionUUID — but nsurlsessiond still routes through the same poisoned QUIC session This repeats indefinitely Killing cloudd alone does not help — nsurlsessiond retains the poisoned pool. Only killin
Replies
7
Boosts
0
Views
377
Activity
2w
Apple Developer account access issue — Error -20209 after password reset
Hello I need help with my Apple Developer account access. I am trying to run an iOS build through EAS/Expo, but the login to the Apple Developer Portal fails with this error: “Authentication with Apple Developer Portal failed! Apple Service Error -20209. This Apple Account has been locked for security reasons. Visit iForgot to reset your account.” I have already gone through the iForgot recovery flow and changed my password successfully. I can access my Apple account and Apple Developer site in the browser using the new password. Even after that, I still receive the same error when the build process tries to authenticate with the Apple Developer Portal. Could you please confirm whether there is still a security lock, restriction, or other issue on my Apple Developer account that is preventing access through developer services? Thank you.
Replies
0
Boosts
0
Views
43
Activity
2w
Reply to Can't register Apple Developer Account - stuck for 2.5 months
I received another automated rejection for Enrollment ID #54AML988C5. So it's possible the forum post triggered some kind of review, but certainly not a resolution. Hello Sergei, We’re unable to proceed with your enrollment in the Apple Developer Program at this time. You can still take advantage of great content using your Apple Account to develop and test apps on your own device. Support still hasn't replied, and the Call button doesn't work even during the few hours it actually shows up.
Replies
Boosts
Views
Activity
2w
Reply to First subscription stuck in inconsistent review state for 6+ weeks, no update after internal escalation
Here are the relevant screenshots. App Review history: no active review for version 1.0.10, previous submissions are deleted Subscription page: the subscription itself is now “In Review” Localization on the same subscription page still shows “Waiting for Review” App version page: 1.0.10 is still “Prepare for Submission” That is why I believe the state is inconsistent. The app version is not in review, but the first subscription appears to have partially moved into review anyway.
Replies
Boosts
Views
Activity
2w
Reply to First subscription stuck in inconsistent review state for 6+ weeks, no update after internal escalation
Unless you show a screenshot from every step of the way from Distribution through individual subscription plans, nobody can probably tell what the problem is that you are facing. I have 2 or 3 new iOS apps with subscription plans that have been approved this year alone. So I haven't faced an issue.
Replies
Boosts
Views
Activity
2w