Search results for

“missing package product”

52,913 results found

Post

Replies

Boosts

Views

Activity

Reply to Can DEVELOPER_DIR or xcode-select support Command Line Tools at custom paths?
Followup: filed FB21570087 per Quinn's suggestion. Digging into the behavior for the write-up turned up something my original report missed. The check in xcrun / clang is on the basename of the developer path, not the full path: basename CommandLineTools -> accepted as a CLT install path matches *.app/Contents/Developer -> tried as Xcode (also needs Info.plist + xcodebuild) anything else -> rejected with the unable to find Xcode installation error The parent directory isn't checked. My attempt with /Library/Developer/CommandLineTools-26.2.0 failed because of the basename, not the location. Since DEVELOPER_DIR is a per-process env var, not the global xcode-select selection, parallel multi-version CLT actually works: DEVELOPER_DIR=/opt/clt/17/CommandLineTools clang --version # 17.x DEVELOPER_DIR=/opt/clt/16/CommandLineTools clang --version # 16.x Two shells can run these concurrently and each sees its own CLT. /Library/Developer/CommandLineTools can still point at one of them as the default fo
4h
Request for Help - Stuck in Waiting For Review for 15+ days with No Response
Hello, could anyone please help? Our latest version has been stuck waiting for review for 15 days now. I also submitted a support case [102889364230] but received zero feedback. I'm not just trying to rush the process—I’m genuinely concerned that some technical issue or bug on our end might be blocking our version from entering the normal review flow. The submission process this time was somewhat complicated: We submitted a version on May 2nd that was rejected due to a minor subscription issue. After completely resolving it, we resubmitted the binary (along with our in-app purchase). However, both the version and the IAP product are still stuck waiting for review—it's been over 15 days now. What's particularly strange is that our IAP product show [In Review] on the main page, but within the details, the localizations still show Waiting for Review. It looks like there's some kind of technical bug! I hope someone can help us identify the issue! And please let me know how much longer I need to
0
0
43
10h
Lack of AVCameraCalibrationData parity in RAW Photo workflows
I am requesting technical clarification and a formal feature addition regarding the availability of per-frame calibration data for Standard RAW captures on iPhone 17 and 17 Pro. The Technical Gap: Currently, AVCaptureVideoDataOutput provides a direct path to the AVCameraCalibrationData object, allowing real-time access to the Intrinsic Matrix, Radial/Tangential Distortion coefficients, and Lens Shading Maps. However, this same level of geometric transparency is missing from the AVCapturePhoto RAW/ProRAW delegate. While standard RAW files contain some metadata, they lack the physics sidecar required for precision manual alignment. Because the lens assembly in the iPhone 17 Pro is dynamic shifted constantly by Optical Image Stabilization (OIS) and high-speed Voice Coil Motors (VCM) for focus a static or factor calibration is mathematically insufficient for high-precision workflows. The Problem: Without the 1:1 hardware state at the millisecond of exposure, we cannot perform accurate geometric reconstru
0
0
88
11h
App invisible in BOTH App Store search AND Apple Search Ads — Apple Support refuses to disclose violation flag (38 days)
Posting to document a case that matches a pattern of unresolved reports on this forum (e.g. thread #815203 Brutal Time), with the addition of new evidence: my app is missing from both the App Store search index and the Apple Search Ads campaign-creation index. Setup App: ZenTerm (App ID 6760935103, Bundle ID com.zenterm.mobile) Developer: Individual (Japan) Released: 2026-03-31 (live for 45 days) Status: Ready for Sale, 1.3.2 live (released 2026-05-06) App name: pure ASCII, coined word, no other apps share the name Symptoms Channel Result App Store app, search zenterm (exact name) Zero results, 38 days running iTunes Search API (https://itunes.apple.com/search?term=zenterm&country=jp) Returns my app correctly Direct App Store URL Opens product page normally Apple Search Ads — search by app name Zero candidates Apple Search Ads — paste canonical App Store URL Zero candidates The absence from both the App Store search index and the Apple Search Ads selection index is the key new finding. S
2
0
41
14h
Reply to Apple Watch Notification Center timestamp drift on notifications processed by a Notification Service Extension
Quick update with results from a diagnostic build I ran on iOS/watchOS 26.5. To validate the distinction you described between the NSE-returned content path and the locally posted notification path, I shipped an internal TestFlight build where the NSE additionally posts a local UNNotificationRequest via UNUserNotificationCenter.add() in parallel with the standard contentHandler() call. The local notification uses the same title and body as the NSE-returned notification, except for a [L] prefix in the body and a local-z- identifier prefix. The same [L] marker is visible on iPhone and Apple Watch, so the local-route notification can be reliably matched across both devices. Test protocol: Send a message with a known timestamp in the body, for example Timestamp 00:19 Wait for delivery on Apple Watch Turn the Watch screen off Wait approximately 2–3 minutes Wake the Watch and open Notification Center Result on Apple Watch, using iOS 26.5 + watchOS 26.5: Local-route notification, [L] Timestamp 00:19: correct relativ
15h
Reply to Glass effect interactive effect issue when used with concentric shapes
Thanks for the post. So interesting and there are many SwiftUI people that are probably going to jump into the thread. In my case I wanted to test the use .clear.interactive(), SwiftUI generates a visual highlight layer that responds to user touches. To optimize this highlight animation, the system tries to resolve the shape provided in the in: parameter into a standard primitive. Because .concentric corners are dynamic, the interaction highlight engine currently fails to resolve the exact bezier path for the mask? In this case manifests as a highly rounded rectangle. Sometimes the interaction engine needs an explicit contentShape to properly map the hit-testing and highlight bounds, rather than relying solely on the in: parameter of the glass effect. struct ContentView: View { var body: some View { VStack { Text(Hello, World!) .frame(maxWidth: .infinity, maxHeight: .infinity) .glassEffect(.clear.interactive(), in: .rect(cornerRadius: 32)) .padding(36) .ignoresSafeArea() .preferredColorScheme(.dark) } .paddin
Topic: UI Frameworks SubTopic: SwiftUI Tags:
15h
Reply to Apple Watch Notification Center timestamp drift on notifications processed by a Notification Service Extension
I'm seeing a timestamp display issue on Apple Watch Notification Center, and I'd like to confirm whether this is a known watchOS behavior or whether there's a setup mistake on our side. I'm not aware of any issue like this, and the general behavior you’re describing sounds like a bug. Have you filed a bug on this and, if so, what's the bug number? Also, what system versions are you seeing this on and have you seen it on watchOS 26.5? For E2EE messaging apps, is there a recommended pattern to decrypt and return content from an NSE that avoids this drift on watchOS? In theory, what you're doing should just work. More specifically, by design, your extension doesn't control the time data of the notification you're returning, so what actually happens is that the UNNotificationContent your extension returned is immediately embedded into a newly created UNNotification object, which is then processed normally. How that would end up creating the situation you're describing is something I can't explain. However, this i
18h
iOS 26.5 SIGKILLs audio-recording app at ~50s of background despite UIBackgroundModes: audio - what is the supported API path?
Hi, hoping for guidance on what's a long-running bug for our app. The problem We have a transcription app on iPhone 17 Pro Max running iOS 26.5. Recording flow uses AVAudioEngine.installTap(onBus:) to capture PCM into a JS bridge for streaming to a remote transcription service. A parallel AVAudioRecorder writes the same audio to disk as backup. When the user starts a recording and locks the phone, iOS terminates our process with SIGKILL at approximately 50 seconds of continuous background time, despite: UIBackgroundModes includes audio (verified in shipping IPA's Info.plist) AVAudioSession.setCategory(.playAndRecord, mode: .default) is active AVAudioEngine is running with installTap producing PCM buffers right up to the moment of death UIApplication.backgroundTimeRemaining returns Double.greatestFiniteMagnitude at applicationDidEnterBackground (verified in our event log) No AVAudioSession.interruptionNotification is delivered before the kill. iOS terminates the process cleanly with no warning event to our obs
0
0
29
20h
Reply to Numbers spreadsheet won't open
Hello @shigezhino, [quote='886784022, shigezhino, /thread/824827?answerId=886784022#886784022, /profile/shigezhino'] At first, I asked my question on the Apple Support Community. However, I was advised to post it on developer.apple.com since my environment includes beta software, [/quote] I'm sorry to hear that. I know what that feels like and it's definitely not the intended experience. It's important to note that beta software is not final and may introduce unexpected changes or issues. The correct channel for reporting issues with beta software would most certainly be to file a Feedback Report through Feedback Assistant on the device, preferably, and if not through the website, in this case. From the beta software page at developer.apple.com/support/beta-software/ Apple beta software, also referred to as a preview, seed, or release candidate, is for developers to take advantage of the latest advancements in Apple platforms and test apps for compatibility As for getting your Numbers in a working condition:
Topic: Community SubTopic: Apple Developers Tags:
20h
Reply to AlarmKit alarm occasionally fires at exactly 12:00 AM
Hi everyone, Adding our experience, no fix either, but production data that may help triangulate. We've filed FB22638314 corroborating SeoulForest's FB22327481. Context Bird Rise alarm app: a new bird wakes the user up every day. AlarmKit on iOS 26.2+. The bug: The off-hours misfire rate. Across ~13,000 firings in 30 days, <0.5% of users intend evening or night alarms (84% schedule for 06:00–09:59), yet ~10–15% of actual rings land in the 21:00–01:00 window. Same on iOS 26.1 through 26.5. This matches the fires around midnight / fires at random times pattern described upthread. App Store reviews reporting the alarm continues to fire after the app has been uninstalled. 🤯 We've ruled out app-side causes: no EventKit, no server push, no app groups, no third-party schedulers; AlarmKit is the only persistent scheduling we use. Pattern looks similar to the zombie Live Activity on thread 819556. I was never able to catch those issues on my devices. Would appreciate any guidance from anyone who's gotten
Topic: App & System Services SubTopic: General Tags:
21h
Mind blown 🤯 Not a single person has EVER posted a follow-up that their Status Code 7000 problem had been resolved. Anywhere - here, reddit, github communities. Not a single success reply.
It's true - go ahead and look. Every single unlucky soul that encounters the status code 7000, Team ID not yet configured for notarization just stops developing for the mac, as they are left with no other option. Based on a deep review of all posts on the subject in multiple online communities & web searches, here's what we know: This problem has existed since at least 2018 People that drew the short straw are directed to contact Apple Developer Support via email Usually after 3 weeks an automated message is sent that the issue has been added to the queue of the relevant team Follow-up calls always indicate that the relevant team cannot be messaged even by Apple Support and that you just have to wait for them to contact you. In the past year, Apple now uses an AI bot to email you periodically to inform you that they are monitoring the situation and will let you know once the relevant team has completed their work. Apple makes it very clear you're trading emails back and forth with an LLM. The relevant tea
1
0
183
1d
SwiftUI template in Instruments 26.4.1 shows empty channels on iOS 26.4.2 device — even with a minimal TimelineView repro
Hi all, I've hit a reproducible issue where the presence of the SwiftUI instrument in a template prevents any data from being recorded, including from the other instruments in the same template. Removing the SwiftUI instrument immediately restores normal recording. Environment Host: macOS 26.4.1 (25E253), Mac mini Xcode / Instruments 26.4.1 (17E202) Device: iPhone 17, iOS 26.4.2 (23E261) (physical device, USB-attached) Symptom Recording the same app, same device, same session, only varying the template contents: SwiftUI template (as-is) => All lanes empty across the entire recording Same template with the SwiftUI instrument removed => Data collected normally (Time Profiler samples, Hangs, etc.) So it seems not an issue with the SwiftUI lanes specifically being empty — including the SwiftUI instrument appears to silence the entire recording. Steps to reproduce Open Instruments → pick the SwiftUI template (or build a custom template that includes the SwiftUI instrument alongside, e.g., Time Profiler). Tar
0
0
15
1d
First subscription stuck in "Developer Action Needed", no IAP section on version page, reviewer hits "product is not available for purchase" — works fine on my own TestFlight install
I'm preparing my first App Store submission and have hit a chain of issues that appear to be backend state problems I can't resolve from the App Store Connect UI. I've already opened a DTS case but wanted to ask here in case anyone has seen this combination before. Setup: iOS app with first-time subscriptions (auto-renewable, 7-day free trial) Two products: bitcoinhq_pro_monthly and bitcoinhq_pro_annual Both in the same subscription group Bitcoin HQ Pro Paid Apps Agreement is Active Bundle ID, prices (all 175 territories including United States), intro offers (Free for the first week in all territories), localizations all configured Important context: On my own iPad (TestFlight build, signed into my normal sandbox account), the full flow works perfectly — paywall loads on first launch after install, both products show with correct prices, tapping Subscribe opens the StoreKit sheet, purchase completes, the entitlement grants, and Pro features unlock. So the app code and RevenueCat configurati
0
0
28
1d
Reply to Developer ID Application certificate creation
[quote='826232021, oddeyed, /thread/826232, /profile/oddeyed'] we were posed with the option of choosing a Developer ID Certificate Intermediary [/quote] Oh, that’s a new one. [quote='826232021, oddeyed, /thread/826232, /profile/oddeyed'] Can you please let us know which Developer ID Certificate Intermediary we should choose … ? [/quote] I don’t think there’s a one-size-fits-all answer to that, which is why we give you the choice. My general advice is that you pick the new one, but the old one might make sense if: You have infrastructure that relies on ancient versions of Xcode (or the Command Line Tools package). Or infrastructure that’s tied to a specific intermediate. Picking the new one may require you to install the new intermediate on your build infrastructure, but that’s not a particularly onerous task. From a deployment perspective, this choice shouldn’t matter. When codesign signs code, it builds a chain of trust and embeds that full chain into the code signature. So when a Mac goes to verif
1d
Reply to Can DEVELOPER_DIR or xcode-select support Command Line Tools at custom paths?
Followup: filed FB21570087 per Quinn's suggestion. Digging into the behavior for the write-up turned up something my original report missed. The check in xcrun / clang is on the basename of the developer path, not the full path: basename CommandLineTools -> accepted as a CLT install path matches *.app/Contents/Developer -> tried as Xcode (also needs Info.plist + xcodebuild) anything else -> rejected with the unable to find Xcode installation error The parent directory isn't checked. My attempt with /Library/Developer/CommandLineTools-26.2.0 failed because of the basename, not the location. Since DEVELOPER_DIR is a per-process env var, not the global xcode-select selection, parallel multi-version CLT actually works: DEVELOPER_DIR=/opt/clt/17/CommandLineTools clang --version # 17.x DEVELOPER_DIR=/opt/clt/16/CommandLineTools clang --version # 16.x Two shells can run these concurrently and each sees its own CLT. /Library/Developer/CommandLineTools can still point at one of them as the default fo
Replies
Boosts
Views
Activity
4h
Request for Help - Stuck in Waiting For Review for 15+ days with No Response
Hello, could anyone please help? Our latest version has been stuck waiting for review for 15 days now. I also submitted a support case [102889364230] but received zero feedback. I'm not just trying to rush the process—I’m genuinely concerned that some technical issue or bug on our end might be blocking our version from entering the normal review flow. The submission process this time was somewhat complicated: We submitted a version on May 2nd that was rejected due to a minor subscription issue. After completely resolving it, we resubmitted the binary (along with our in-app purchase). However, both the version and the IAP product are still stuck waiting for review—it's been over 15 days now. What's particularly strange is that our IAP product show [In Review] on the main page, but within the details, the localizations still show Waiting for Review. It looks like there's some kind of technical bug! I hope someone can help us identify the issue! And please let me know how much longer I need to
Replies
0
Boosts
0
Views
43
Activity
10h
Lack of AVCameraCalibrationData parity in RAW Photo workflows
I am requesting technical clarification and a formal feature addition regarding the availability of per-frame calibration data for Standard RAW captures on iPhone 17 and 17 Pro. The Technical Gap: Currently, AVCaptureVideoDataOutput provides a direct path to the AVCameraCalibrationData object, allowing real-time access to the Intrinsic Matrix, Radial/Tangential Distortion coefficients, and Lens Shading Maps. However, this same level of geometric transparency is missing from the AVCapturePhoto RAW/ProRAW delegate. While standard RAW files contain some metadata, they lack the physics sidecar required for precision manual alignment. Because the lens assembly in the iPhone 17 Pro is dynamic shifted constantly by Optical Image Stabilization (OIS) and high-speed Voice Coil Motors (VCM) for focus a static or factor calibration is mathematically insufficient for high-precision workflows. The Problem: Without the 1:1 hardware state at the millisecond of exposure, we cannot perform accurate geometric reconstru
Replies
0
Boosts
0
Views
88
Activity
11h
App invisible in BOTH App Store search AND Apple Search Ads — Apple Support refuses to disclose violation flag (38 days)
Posting to document a case that matches a pattern of unresolved reports on this forum (e.g. thread #815203 Brutal Time), with the addition of new evidence: my app is missing from both the App Store search index and the Apple Search Ads campaign-creation index. Setup App: ZenTerm (App ID 6760935103, Bundle ID com.zenterm.mobile) Developer: Individual (Japan) Released: 2026-03-31 (live for 45 days) Status: Ready for Sale, 1.3.2 live (released 2026-05-06) App name: pure ASCII, coined word, no other apps share the name Symptoms Channel Result App Store app, search zenterm (exact name) Zero results, 38 days running iTunes Search API (https://itunes.apple.com/search?term=zenterm&country=jp) Returns my app correctly Direct App Store URL Opens product page normally Apple Search Ads — search by app name Zero candidates Apple Search Ads — paste canonical App Store URL Zero candidates The absence from both the App Store search index and the Apple Search Ads selection index is the key new finding. S
Replies
2
Boosts
0
Views
41
Activity
14h
Reply to Apple Watch Notification Center timestamp drift on notifications processed by a Notification Service Extension
Quick update with results from a diagnostic build I ran on iOS/watchOS 26.5. To validate the distinction you described between the NSE-returned content path and the locally posted notification path, I shipped an internal TestFlight build where the NSE additionally posts a local UNNotificationRequest via UNUserNotificationCenter.add() in parallel with the standard contentHandler() call. The local notification uses the same title and body as the NSE-returned notification, except for a [L] prefix in the body and a local-z- identifier prefix. The same [L] marker is visible on iPhone and Apple Watch, so the local-route notification can be reliably matched across both devices. Test protocol: Send a message with a known timestamp in the body, for example Timestamp 00:19 Wait for delivery on Apple Watch Turn the Watch screen off Wait approximately 2–3 minutes Wake the Watch and open Notification Center Result on Apple Watch, using iOS 26.5 + watchOS 26.5: Local-route notification, [L] Timestamp 00:19: correct relativ
Replies
Boosts
Views
Activity
15h
Reply to Glass effect interactive effect issue when used with concentric shapes
Thanks for the post. So interesting and there are many SwiftUI people that are probably going to jump into the thread. In my case I wanted to test the use .clear.interactive(), SwiftUI generates a visual highlight layer that responds to user touches. To optimize this highlight animation, the system tries to resolve the shape provided in the in: parameter into a standard primitive. Because .concentric corners are dynamic, the interaction highlight engine currently fails to resolve the exact bezier path for the mask? In this case manifests as a highly rounded rectangle. Sometimes the interaction engine needs an explicit contentShape to properly map the hit-testing and highlight bounds, rather than relying solely on the in: parameter of the glass effect. struct ContentView: View { var body: some View { VStack { Text(Hello, World!) .frame(maxWidth: .infinity, maxHeight: .infinity) .glassEffect(.clear.interactive(), in: .rect(cornerRadius: 32)) .padding(36) .ignoresSafeArea() .preferredColorScheme(.dark) } .paddin
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
15h
Reply to Apple Watch Notification Center timestamp drift on notifications processed by a Notification Service Extension
I'm seeing a timestamp display issue on Apple Watch Notification Center, and I'd like to confirm whether this is a known watchOS behavior or whether there's a setup mistake on our side. I'm not aware of any issue like this, and the general behavior you’re describing sounds like a bug. Have you filed a bug on this and, if so, what's the bug number? Also, what system versions are you seeing this on and have you seen it on watchOS 26.5? For E2EE messaging apps, is there a recommended pattern to decrypt and return content from an NSE that avoids this drift on watchOS? In theory, what you're doing should just work. More specifically, by design, your extension doesn't control the time data of the notification you're returning, so what actually happens is that the UNNotificationContent your extension returned is immediately embedded into a newly created UNNotification object, which is then processed normally. How that would end up creating the situation you're describing is something I can't explain. However, this i
Replies
Boosts
Views
Activity
18h
iOS 26.5 SIGKILLs audio-recording app at ~50s of background despite UIBackgroundModes: audio - what is the supported API path?
Hi, hoping for guidance on what's a long-running bug for our app. The problem We have a transcription app on iPhone 17 Pro Max running iOS 26.5. Recording flow uses AVAudioEngine.installTap(onBus:) to capture PCM into a JS bridge for streaming to a remote transcription service. A parallel AVAudioRecorder writes the same audio to disk as backup. When the user starts a recording and locks the phone, iOS terminates our process with SIGKILL at approximately 50 seconds of continuous background time, despite: UIBackgroundModes includes audio (verified in shipping IPA's Info.plist) AVAudioSession.setCategory(.playAndRecord, mode: .default) is active AVAudioEngine is running with installTap producing PCM buffers right up to the moment of death UIApplication.backgroundTimeRemaining returns Double.greatestFiniteMagnitude at applicationDidEnterBackground (verified in our event log) No AVAudioSession.interruptionNotification is delivered before the kill. iOS terminates the process cleanly with no warning event to our obs
Replies
0
Boosts
0
Views
29
Activity
20h
Reply to Numbers spreadsheet won't open
Hello @shigezhino, [quote='886784022, shigezhino, /thread/824827?answerId=886784022#886784022, /profile/shigezhino'] At first, I asked my question on the Apple Support Community. However, I was advised to post it on developer.apple.com since my environment includes beta software, [/quote] I'm sorry to hear that. I know what that feels like and it's definitely not the intended experience. It's important to note that beta software is not final and may introduce unexpected changes or issues. The correct channel for reporting issues with beta software would most certainly be to file a Feedback Report through Feedback Assistant on the device, preferably, and if not through the website, in this case. From the beta software page at developer.apple.com/support/beta-software/ Apple beta software, also referred to as a preview, seed, or release candidate, is for developers to take advantage of the latest advancements in Apple platforms and test apps for compatibility As for getting your Numbers in a working condition:
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
20h
Reply to AlarmKit alarm occasionally fires at exactly 12:00 AM
Hi everyone, Adding our experience, no fix either, but production data that may help triangulate. We've filed FB22638314 corroborating SeoulForest's FB22327481. Context Bird Rise alarm app: a new bird wakes the user up every day. AlarmKit on iOS 26.2+. The bug: The off-hours misfire rate. Across ~13,000 firings in 30 days, <0.5% of users intend evening or night alarms (84% schedule for 06:00–09:59), yet ~10–15% of actual rings land in the 21:00–01:00 window. Same on iOS 26.1 through 26.5. This matches the fires around midnight / fires at random times pattern described upthread. App Store reviews reporting the alarm continues to fire after the app has been uninstalled. 🤯 We've ruled out app-side causes: no EventKit, no server push, no app groups, no third-party schedulers; AlarmKit is the only persistent scheduling we use. Pattern looks similar to the zombie Live Activity on thread 819556. I was never able to catch those issues on my devices. Would appreciate any guidance from anyone who's gotten
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
21h
Reply to Overlay window above all windows, even when moving spaces
Thanks for the quick reply! I was missing the NSPanel bit! I forgot to mention that I added the Application is agent (LSUIElement) key to the info.plist which seems to be equivalent to your first point. Now everything seems to work as you've stated. I tested those scenarios as well and it always stays on top!
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
1d
Mind blown 🤯 Not a single person has EVER posted a follow-up that their Status Code 7000 problem had been resolved. Anywhere - here, reddit, github communities. Not a single success reply.
It's true - go ahead and look. Every single unlucky soul that encounters the status code 7000, Team ID not yet configured for notarization just stops developing for the mac, as they are left with no other option. Based on a deep review of all posts on the subject in multiple online communities & web searches, here's what we know: This problem has existed since at least 2018 People that drew the short straw are directed to contact Apple Developer Support via email Usually after 3 weeks an automated message is sent that the issue has been added to the queue of the relevant team Follow-up calls always indicate that the relevant team cannot be messaged even by Apple Support and that you just have to wait for them to contact you. In the past year, Apple now uses an AI bot to email you periodically to inform you that they are monitoring the situation and will let you know once the relevant team has completed their work. Apple makes it very clear you're trading emails back and forth with an LLM. The relevant tea
Replies
1
Boosts
0
Views
183
Activity
1d
SwiftUI template in Instruments 26.4.1 shows empty channels on iOS 26.4.2 device — even with a minimal TimelineView repro
Hi all, I've hit a reproducible issue where the presence of the SwiftUI instrument in a template prevents any data from being recorded, including from the other instruments in the same template. Removing the SwiftUI instrument immediately restores normal recording. Environment Host: macOS 26.4.1 (25E253), Mac mini Xcode / Instruments 26.4.1 (17E202) Device: iPhone 17, iOS 26.4.2 (23E261) (physical device, USB-attached) Symptom Recording the same app, same device, same session, only varying the template contents: SwiftUI template (as-is) => All lanes empty across the entire recording Same template with the SwiftUI instrument removed => Data collected normally (Time Profiler samples, Hangs, etc.) So it seems not an issue with the SwiftUI lanes specifically being empty — including the SwiftUI instrument appears to silence the entire recording. Steps to reproduce Open Instruments → pick the SwiftUI template (or build a custom template that includes the SwiftUI instrument alongside, e.g., Time Profiler). Tar
Replies
0
Boosts
0
Views
15
Activity
1d
First subscription stuck in "Developer Action Needed", no IAP section on version page, reviewer hits "product is not available for purchase" — works fine on my own TestFlight install
I'm preparing my first App Store submission and have hit a chain of issues that appear to be backend state problems I can't resolve from the App Store Connect UI. I've already opened a DTS case but wanted to ask here in case anyone has seen this combination before. Setup: iOS app with first-time subscriptions (auto-renewable, 7-day free trial) Two products: bitcoinhq_pro_monthly and bitcoinhq_pro_annual Both in the same subscription group Bitcoin HQ Pro Paid Apps Agreement is Active Bundle ID, prices (all 175 territories including United States), intro offers (Free for the first week in all territories), localizations all configured Important context: On my own iPad (TestFlight build, signed into my normal sandbox account), the full flow works perfectly — paywall loads on first launch after install, both products show with correct prices, tapping Subscribe opens the StoreKit sheet, purchase completes, the entitlement grants, and Pro features unlock. So the app code and RevenueCat configurati
Replies
0
Boosts
0
Views
28
Activity
1d
Reply to Developer ID Application certificate creation
[quote='826232021, oddeyed, /thread/826232, /profile/oddeyed'] we were posed with the option of choosing a Developer ID Certificate Intermediary [/quote] Oh, that’s a new one. [quote='826232021, oddeyed, /thread/826232, /profile/oddeyed'] Can you please let us know which Developer ID Certificate Intermediary we should choose … ? [/quote] I don’t think there’s a one-size-fits-all answer to that, which is why we give you the choice. My general advice is that you pick the new one, but the old one might make sense if: You have infrastructure that relies on ancient versions of Xcode (or the Command Line Tools package). Or infrastructure that’s tied to a specific intermediate. Picking the new one may require you to install the new intermediate on your build infrastructure, but that’s not a particularly onerous task. From a deployment perspective, this choice shouldn’t matter. When codesign signs code, it builds a chain of trust and embeds that full chain into the code signature. So when a Mac goes to verif
Replies
Boosts
Views
Activity
1d