Search results for

“show when run”

115,096 results found

Post

Replies

Boosts

Views

Activity

Paid €99 for Apple Developer Program but still seeing “Join the Apple Developer Program”
Hello, I paid €99 for the Apple Developer Program, but my account still shows: “Join the Apple Developer Program” “When you’re ready to build more advanced capabilities and distribute your apps, you can join the Apple Developer Program.” “Enroll today” Could someone please check if my payment has been processed correctly or if there is a delay in activation? Thank you.
1
0
47
1w
Reply to Tokens change without reason after updating to iOS 17.5.1
[quote='885415022, DTS Engineer, /thread/758325?answerId=885415022#885415022'] Looking at that it seems that the 26.5 betas should show improvements, but probably won’t fix all the cases of this. [/quote] Thanks for the update @DTS Engineer Quinn! What you’re reporting seems similar to my personal observations: with iOS 26.5 things might have gotten slightly better, but there are still some issues going on definitely. Have a great rest of the week!
Topic: App & System Services SubTopic: General Tags:
1w
Reply to Icon Composer: Any way to add icons to the app bundle for older macOS versions?
@Steve4442 Quick FYI: I actually have the 2 different icons working now (Liquid Glass Icon Composer .icon appears in Tahoe, and my current Legacy .icns appears in Sequoia). It's a huge mess to do, but it is possible. In my case I had to: Generate a Legacy .icns via Terminal (instead of using an Asset Catalog in Xcode) Install Xcode 26.0.1 Create a simple test app with a Shell Script that runs actool to build the Asset.car file. Build my test app with Xcode 26.0.1 Copy the resulting Assets.car and the Terminal-built .icns, into my Xcode 24.3 production project. Tweak my Xcode 24.3 production project's Info.plist and build. Final app displays two different icons: LG in Tahoe, Legacy in Sequoia. To give you an idea of how messy this is, I had to follow much of John Siracusa's advice from here: https://mjtsai.com/blog/2025/08/08/separate-icons-for-macos-tahoe-vs-earlier/ If anyone really wants to go through this major hassle, I can try to write up instructions here. But it'll take me a while to write up
1w
Reply to In-App Event analytics not showing after 18 days
The update appeared after approximately 20 days. In-app events require at least five first-time downloads from unique Apple IDs before analytics results are displayed. When I reviewed the analytics, the event showed seven first-time downloads, which explains why the data became visible at that point. Based on this behavior, each in-app event needs a minimum of five first-time downloads for results to appear in analytics.
1w
Enrollment blocked after identity docs uploaded — name mismatch between passport holder and billing (Kazakhstan, Case 102874149779)
Hi everyone, Sharing my case to get visibility, and to ask if anyone has dealt with a similar name-mismatch situation between passport and billing card. Timeline: April 17, 2026 — Enrolled in Apple Developer Program and paid $99 (Order D004772863, Invoice MC65387000). Account holder and Apple ID: me (Turan Mural, turanalemfilms [at] gmail.com, Kazakhstan). April 17, 2026 — Same day, received the identity verification request from developer [at] email.apple.com asking for passport and Kazakhstan national ID. Uploaded both immediately via the official upload link (developer.apple.com/contact/file-upload/). Passport: valid, current, matches my Apple ID name. April 17 – 20 — Complete silence. No confirmation of document receipt, no status change. April 20 — Submitted support request. Case ID 102874149779. Only an automated acknowledgement. April 22 — After 5 days of silence, requested withdrawal to try a fresh start. Apple confirmed withdrawal automatically with no guidance on refund or reinstatement. April 22 —
0
0
38
1w
Need info to bypass system.preferences VPN consent prompt on MDM device for standard user
Hi, We have a macOS app that uses NETransparentProxyManager (Transparent App Proxy) with a NETunnelProviderExtension. The Network Extension is configured and deployed via an MDM configuration profile. The profile is pushed through Intune MDM as a user-enrolled device (Company Portal enrollment, not ADE/supervised). The MDM profile sets up the Transparent Proxy extension as follows (sanitized snippet): VPNType TransparentProxy TransparentProxy ProviderType app-proxy ProviderBundleIdentifier com.example.app.tunnel ProviderDesignatedRequirement identifier com.example.app.tunnel and anchor apple generic and certificate leaf[subject.OU] = TEAMID RemoteAddress 100.64.0.0 PayloadScope System What we do in code: Call NETransparentProxyManager.loadAllFromPreferences — this correctly returns the MDM-managed profile (1 profile found) We do not call saveToPreferences — the profile already exists We call NEVPNConnection.startVPNTunnel() to connect and NEVPNConnection.stopVPNTunnel() to disconnect Problem: On a user-enro
3
0
760
1w
TLS Inspection with MITM Proxy setup for System Extension app in macOS
Hi All, I am working on a macOS System Extension using Apple’s Network Extension Framework, designed to observe and log network activity at multiple layers. The system extension is currently stable and working as expected for HTTP and DNS traffic with 3 providers, getting Socket, HTTP, and DNS logs. Current Architecture Overview The project consists of two Xcode targets: 1. Main App Process Responsible for: Managing system extension lifecycle (activation, configuration) Establishing IPC (XPC) communication with extensions Receiving structured logs from extensions Writing logs efficiently to disk using a persistent file handle Uses: OSSystemExtensionManager NEFilterManager, NETransparentProxyManager, NEDNSProxyManager NWPathMonitor for network availability handling Persistent logging mechanism (FileHandle) 2. System Extension Process Contains three providers, all running within a single system extension process: a) Content Filter (NEFilterDataProvider) Captures socket-level metadata Extracts: PID via
5
0
193
1w
Reply to Invitation problem
My colleagues are also facing the exact same issue. It looks like the browser after they click Accept Invitation takes them to https://appstoreconnect.apple.com/activation_ds?key=.... This page is just white with a spinning load icon. The browser network log shows that a GET call to https://appstoreconnect.apple.com/olympus/v1/termsOfService fails with a 401 error. See attached screenshot.
1w
Reply to Tokens change without reason after updating to iOS 17.5.1
So the lead bug for this seems to be FB18764644. Looking at that it seems that the 26.5 betas should show improvements, but probably won’t fix all the cases of this. I don’t have any info to share as to whether a full fix will catch the macOS 26.5 bus or not. As always, I recommend that you re-test on beta releases as we seed them, although I recognise that testing for this particular bug is tricky, and gets trickier as we approach a complete fix. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: General Tags:
1w
Reply to Orphaned 9GB Simulator Runtime in /System/Library/AssetsV2 - Cannot Delete (SIP protected)
[quote='885154022, PolarBear3395, /thread/812992?answerId=885154022#885154022, /profile/PolarBear3395'] Is the only way to fix this literally to wipe your Mac and do a clean install? [/quote] It might be the only supported way to recover, but there are alternative approaches you might take. As your aware, the file system protections here are contingent on SIP being enabled, so you could: Disable SIP, make the change, re-enable SIP. Or boot into macOS Recovery and make the change from there. This isn’t supported because we don’t support changing data structures behind the back of running systems. Did anyone file a bug about this? Because I scanned this thread and can’t actually see a bug number. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1w
Reply to Sim Card unique Identification
[quote='885388022, pkahohi, /thread/823479?answerId=885388022#885388022, /profile/pkahohi'] Is there any mechanism to obtain a hashed or tokenized representation of the SIM/subscriber identity … ? [/quote] No. You could file an enhancement request for that, but I don’t fancy its chances. Such an API could be used for fingerprinting, which is something that Apple is actively working against. See the footnote about entropy at the bottom of this reply. [quote='885388022, pkahohi, /thread/823479?answerId=885388022#885388022, /profile/pkahohi'] are there any Apple-recommended approaches to uniquely distinguish between different SIM cards over time … ? [/quote] No, but an ER along those lines seems more viable to me. [quote='885388022, pkahohi, /thread/823479?answerId=885388022#885388022, /profile/pkahohi'] The gap is this [/quote] One way to close that gap would be for you to stand up a web service that allows your app to request some sort of authorisation token when that service is accessed over WWAN. Your app co
Topic: App & System Services SubTopic: General Tags:
1w
Reply to SMAppService.daemon and AirWatch installation
Thanks for all the details. Yeah, I’ve never been happy with the whole ‘running your app as command-line tool’ process. It seems very brittle, especially in situations like yours where the installer package, and hence the post-install script, runs outside of a user context. However, it is a documented, and hence supported, approach. Given that, we need to keep it working, so a bug report is called for. Before I send you off in that direction, however, I want to ask about this: [quote='885329022, pnelson, /thread/823493?answerId=885329022#885329022, /profile/pnelson'] My OS is 26.5 [/quote] Because macOS 26.5 is still in beta, it’d be to your advantage to determine whether this problem was introduced by that update. If you retest this on macOS 26.4, does it have the same problem? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
1w
Unable to Enroll in Apple Developer Program – “Unknown Error” + No Response from Support
Hi everyone, I’m trying to enroll in the Apple Developer Program, but I’m completely blocked and running out of options. Every time I attempt to complete the enrollment, I get a generic “Unknown error” message. There’s no additional detail, no error code, and no indication of what might be causing the issue. Here’s what I’ve already tried: Different browsers (Chrome, Safari) Different devices Clearing cache and cookies Different networks Retrying over multiple days I also contacted Apple support: I currently have 3 open cases via email, with no response so far I tried calling support, but they told me they are not able to help with developer program issues At this point, I’m stuck — I can’t proceed with enrollment, and I’m not getting any guidance from official support channels. Has anyone experienced something similar or found a workaround? Also, if someone from Apple is monitoring this forum, I would really appreciate help escalating this issue or at least getting visibility into what’s going wrong
1
0
87
1w
Membership Purchase Complete, account status pending after 1 week
Hello I have buy new developepr membership and i have get email for purchase confirmation but when ihave go to developer account i have seen this. Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process. Please help me why it will show this if I have already bought the membership? I have confirmed with the bank that the money has been taken away from my account a week ago.
0
0
26
1w
Apple Developer Program enrollment pending for over a week — any way to escalate?
Hi everyone, I submitted my Apple Developer Program enrollment on 4/12/2025 and it’s now been over a week with the status still showing as pending. I haven’t received any emails requesting additional information, and my account, payment method, and identity details all look correct on my end. Details: • Enrollment type: Individual • Region: United States Tx • Current status: Pending
0
0
86
1w
Paid €99 for Apple Developer Program but still seeing “Join the Apple Developer Program”
Hello, I paid €99 for the Apple Developer Program, but my account still shows: “Join the Apple Developer Program” “When you’re ready to build more advanced capabilities and distribute your apps, you can join the Apple Developer Program.” “Enroll today” Could someone please check if my payment has been processed correctly or if there is a delay in activation? Thank you.
Replies
1
Boosts
0
Views
47
Activity
1w
Reply to Tokens change without reason after updating to iOS 17.5.1
[quote='885415022, DTS Engineer, /thread/758325?answerId=885415022#885415022'] Looking at that it seems that the 26.5 betas should show improvements, but probably won’t fix all the cases of this. [/quote] Thanks for the update @DTS Engineer Quinn! What you’re reporting seems similar to my personal observations: with iOS 26.5 things might have gotten slightly better, but there are still some issues going on definitely. Have a great rest of the week!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to Icon Composer: Any way to add icons to the app bundle for older macOS versions?
@Steve4442 Quick FYI: I actually have the 2 different icons working now (Liquid Glass Icon Composer .icon appears in Tahoe, and my current Legacy .icns appears in Sequoia). It's a huge mess to do, but it is possible. In my case I had to: Generate a Legacy .icns via Terminal (instead of using an Asset Catalog in Xcode) Install Xcode 26.0.1 Create a simple test app with a Shell Script that runs actool to build the Asset.car file. Build my test app with Xcode 26.0.1 Copy the resulting Assets.car and the Terminal-built .icns, into my Xcode 24.3 production project. Tweak my Xcode 24.3 production project's Info.plist and build. Final app displays two different icons: LG in Tahoe, Legacy in Sequoia. To give you an idea of how messy this is, I had to follow much of John Siracusa's advice from here: https://mjtsai.com/blog/2025/08/08/separate-icons-for-macos-tahoe-vs-earlier/ If anyone really wants to go through this major hassle, I can try to write up instructions here. But it'll take me a while to write up
Replies
Boosts
Views
Activity
1w
Reply to In-App Event analytics not showing after 18 days
The update appeared after approximately 20 days. In-app events require at least five first-time downloads from unique Apple IDs before analytics results are displayed. When I reviewed the analytics, the event showed seven first-time downloads, which explains why the data became visible at that point. Based on this behavior, each in-app event needs a minimum of five first-time downloads for results to appear in analytics.
Replies
Boosts
Views
Activity
1w
Enrollment blocked after identity docs uploaded — name mismatch between passport holder and billing (Kazakhstan, Case 102874149779)
Hi everyone, Sharing my case to get visibility, and to ask if anyone has dealt with a similar name-mismatch situation between passport and billing card. Timeline: April 17, 2026 — Enrolled in Apple Developer Program and paid $99 (Order D004772863, Invoice MC65387000). Account holder and Apple ID: me (Turan Mural, turanalemfilms [at] gmail.com, Kazakhstan). April 17, 2026 — Same day, received the identity verification request from developer [at] email.apple.com asking for passport and Kazakhstan national ID. Uploaded both immediately via the official upload link (developer.apple.com/contact/file-upload/). Passport: valid, current, matches my Apple ID name. April 17 – 20 — Complete silence. No confirmation of document receipt, no status change. April 20 — Submitted support request. Case ID 102874149779. Only an automated acknowledgement. April 22 — After 5 days of silence, requested withdrawal to try a fresh start. Apple confirmed withdrawal automatically with no guidance on refund or reinstatement. April 22 —
Replies
0
Boosts
0
Views
38
Activity
1w
Need info to bypass system.preferences VPN consent prompt on MDM device for standard user
Hi, We have a macOS app that uses NETransparentProxyManager (Transparent App Proxy) with a NETunnelProviderExtension. The Network Extension is configured and deployed via an MDM configuration profile. The profile is pushed through Intune MDM as a user-enrolled device (Company Portal enrollment, not ADE/supervised). The MDM profile sets up the Transparent Proxy extension as follows (sanitized snippet): VPNType TransparentProxy TransparentProxy ProviderType app-proxy ProviderBundleIdentifier com.example.app.tunnel ProviderDesignatedRequirement identifier com.example.app.tunnel and anchor apple generic and certificate leaf[subject.OU] = TEAMID RemoteAddress 100.64.0.0 PayloadScope System What we do in code: Call NETransparentProxyManager.loadAllFromPreferences — this correctly returns the MDM-managed profile (1 profile found) We do not call saveToPreferences — the profile already exists We call NEVPNConnection.startVPNTunnel() to connect and NEVPNConnection.stopVPNTunnel() to disconnect Problem: On a user-enro
Replies
3
Boosts
0
Views
760
Activity
1w
TLS Inspection with MITM Proxy setup for System Extension app in macOS
Hi All, I am working on a macOS System Extension using Apple’s Network Extension Framework, designed to observe and log network activity at multiple layers. The system extension is currently stable and working as expected for HTTP and DNS traffic with 3 providers, getting Socket, HTTP, and DNS logs. Current Architecture Overview The project consists of two Xcode targets: 1. Main App Process Responsible for: Managing system extension lifecycle (activation, configuration) Establishing IPC (XPC) communication with extensions Receiving structured logs from extensions Writing logs efficiently to disk using a persistent file handle Uses: OSSystemExtensionManager NEFilterManager, NETransparentProxyManager, NEDNSProxyManager NWPathMonitor for network availability handling Persistent logging mechanism (FileHandle) 2. System Extension Process Contains three providers, all running within a single system extension process: a) Content Filter (NEFilterDataProvider) Captures socket-level metadata Extracts: PID via
Replies
5
Boosts
0
Views
193
Activity
1w
Reply to Invitation problem
My colleagues are also facing the exact same issue. It looks like the browser after they click Accept Invitation takes them to https://appstoreconnect.apple.com/activation_ds?key=.... This page is just white with a spinning load icon. The browser network log shows that a GET call to https://appstoreconnect.apple.com/olympus/v1/termsOfService fails with a 401 error. See attached screenshot.
Replies
Boosts
Views
Activity
1w
Reply to Tokens change without reason after updating to iOS 17.5.1
So the lead bug for this seems to be FB18764644. Looking at that it seems that the 26.5 betas should show improvements, but probably won’t fix all the cases of this. I don’t have any info to share as to whether a full fix will catch the macOS 26.5 bus or not. As always, I recommend that you re-test on beta releases as we seed them, although I recognise that testing for this particular bug is tricky, and gets trickier as we approach a complete fix. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to Orphaned 9GB Simulator Runtime in /System/Library/AssetsV2 - Cannot Delete (SIP protected)
[quote='885154022, PolarBear3395, /thread/812992?answerId=885154022#885154022, /profile/PolarBear3395'] Is the only way to fix this literally to wipe your Mac and do a clean install? [/quote] It might be the only supported way to recover, but there are alternative approaches you might take. As your aware, the file system protections here are contingent on SIP being enabled, so you could: Disable SIP, make the change, re-enable SIP. Or boot into macOS Recovery and make the change from there. This isn’t supported because we don’t support changing data structures behind the back of running systems. Did anyone file a bug about this? Because I scanned this thread and can’t actually see a bug number. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
1w
Reply to Sim Card unique Identification
[quote='885388022, pkahohi, /thread/823479?answerId=885388022#885388022, /profile/pkahohi'] Is there any mechanism to obtain a hashed or tokenized representation of the SIM/subscriber identity … ? [/quote] No. You could file an enhancement request for that, but I don’t fancy its chances. Such an API could be used for fingerprinting, which is something that Apple is actively working against. See the footnote about entropy at the bottom of this reply. [quote='885388022, pkahohi, /thread/823479?answerId=885388022#885388022, /profile/pkahohi'] are there any Apple-recommended approaches to uniquely distinguish between different SIM cards over time … ? [/quote] No, but an ER along those lines seems more viable to me. [quote='885388022, pkahohi, /thread/823479?answerId=885388022#885388022, /profile/pkahohi'] The gap is this [/quote] One way to close that gap would be for you to stand up a web service that allows your app to request some sort of authorisation token when that service is accessed over WWAN. Your app co
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1w
Reply to SMAppService.daemon and AirWatch installation
Thanks for all the details. Yeah, I’ve never been happy with the whole ‘running your app as command-line tool’ process. It seems very brittle, especially in situations like yours where the installer package, and hence the post-install script, runs outside of a user context. However, it is a documented, and hence supported, approach. Given that, we need to keep it working, so a bug report is called for. Before I send you off in that direction, however, I want to ask about this: [quote='885329022, pnelson, /thread/823493?answerId=885329022#885329022, /profile/pnelson'] My OS is 26.5 [/quote] Because macOS 26.5 is still in beta, it’d be to your advantage to determine whether this problem was introduced by that update. If you retest this on macOS 26.4, does it have the same problem? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1w
Unable to Enroll in Apple Developer Program – “Unknown Error” + No Response from Support
Hi everyone, I’m trying to enroll in the Apple Developer Program, but I’m completely blocked and running out of options. Every time I attempt to complete the enrollment, I get a generic “Unknown error” message. There’s no additional detail, no error code, and no indication of what might be causing the issue. Here’s what I’ve already tried: Different browsers (Chrome, Safari) Different devices Clearing cache and cookies Different networks Retrying over multiple days I also contacted Apple support: I currently have 3 open cases via email, with no response so far I tried calling support, but they told me they are not able to help with developer program issues At this point, I’m stuck — I can’t proceed with enrollment, and I’m not getting any guidance from official support channels. Has anyone experienced something similar or found a workaround? Also, if someone from Apple is monitoring this forum, I would really appreciate help escalating this issue or at least getting visibility into what’s going wrong
Replies
1
Boosts
0
Views
87
Activity
1w
Membership Purchase Complete, account status pending after 1 week
Hello I have buy new developepr membership and i have get email for purchase confirmation but when ihave go to developer account i have seen this. Purchase your membership. To continue your enrollment, complete your purchase now. Your purchase may take up to 48 hours to process. Please help me why it will show this if I have already bought the membership? I have confirmed with the bank that the money has been taken away from my account a week ago.
Replies
0
Boosts
0
Views
26
Activity
1w
Apple Developer Program enrollment pending for over a week — any way to escalate?
Hi everyone, I submitted my Apple Developer Program enrollment on 4/12/2025 and it’s now been over a week with the status still showing as pending. I haven’t received any emails requesting additional information, and my account, payment method, and identity details all look correct on my end. Details: • Enrollment type: Individual • Region: United States Tx • Current status: Pending
Replies
0
Boosts
0
Views
86
Activity
1w