Search results for

“testflight the requested app is not avaliable”

416,612 results found

Post

Replies

Boosts

Views

Activity

Reply to Production Mac app becomes progressively unusable in Issues workspace; Mac_Dev remains fast
Here is more concrete context. Platform / tools Target: macOS app Language / frameworks: Swift, SwiftUI, SwiftData Cloud sync: SwiftData with CloudKit mirroring in the production configuration Xcode: 26.4 (17E192) Test OS: macOS 26.4 (25E246) What I’m seeing In the macOS app, issue board scrolling can become inconsistent or very slow. Changing an issue status from detail view can be very slow. Scrolling the status menu itself can be slow. Typing in issue description/notes fields can become sluggish. The problem is much more noticeable with my full production-sized dataset than with a small dev dataset. What I’ve tested so far I compared a small dev dataset vs a much larger production-sized dataset. With a small dataset, the same UI feels fast and smooth. With the large dataset, the same UI becomes noticeably slower. I also tested a local-only copy of the production dataset with CloudKit disabled. That improved some behavior, but it did not remove the lag entirely. When I reduced the
1d
iPhone 16 Pro Max — 180s SpringBoard freeze + reboot, started iOS 26.4 Beta 3, persists on stable 26.4
iPhone16PM Clean DFU, no restore, no tweaks. Started on iOS 26.4.3 and still happening on iOS 26.4. Triggers: ∙ Editing Home Screen widgets ∙ Heavy media in Safari ∙ ProMotion UI transitions Panic log — 0x8badf00d watchdog timeout: userspace watchdog timeout: no successful checkins from SpringBoard in 180 seconds. service: backboardd Drivers: com.apple.driver.AppleAVD + com.apple.iokit.IOSurface Is there a solution for this? Thank you.
2
0
24
1d
App Store version stuck after Pending Developer Release – cannot add builds or create new versions
Hello everyone, I’m running into a situation in App Store Connect that appears to be a backend lock related to an approved version, and I’m looking for confirmation or similar experiences. Context: App had version 1.2.6 Version progressed to Pending Developer Release Before releasing to users, I chose Developer Reject I then edited the version number (to 1.2.7) Current State / Issue: After this, App Store Connect is effectively blocked: ❌ Cannot associate any builds to the version ❌ Uploading a build with the same version and higher build number does not help ❌ Cannot create a fresh version (no “+ Version” button is visible) ❌ App Store Connect API returns: ENTITY_ERROR.RELATIONSHIP.INVALID ❌ Remove Version / Delete Version is not available Even attempting brand‑new version numbers does not work. It looks like App Store Connect still considers the previously approved Pending Developer Release version to be activ
0
0
20
1d
App crashes on launch for iOS 12 users after App Store release (Xcode 16.4) — BKSProcessErrorDomain bootstrap-failed
Hi everyone, I'm building an app in Xcode 16.4 with a minimum deployment target of iOS 12. The last time I built with this configuration was November 2025 — that build worked perfectly fine. I'm aware that builds from Xcode 16.4 will no longer be accepted by Apple after April 28, 2026, so I decided to push one final update before that deadline. Here's what I did: Built the app with no changes to build settings Uploaded to TestFlight Tested on iOS 12, iOS 26, and a few other versions — everything looked good Passed App Review Published to the App Store Now users on iOS 12 are reporting that the app crashes immediately on launch. Users on iOS 13-26 are unaffected. We've effectively lost a significant portion of our users overnight. We'd really like to restore functionality for them before April 28 — after that we plan to raise the minimum deployment target anyway. There are no crash logs available, as the app appears to ne
11
0
537
1d
Reply to How to store certificate to `com.apple.token` keychain access group.
Thank you very much for the clear explanation. It clarifies a lot for us. Based on your response, we now understand that: com.apple.token is a special system-managed group for CryptoTokenKit tokens We cannot add credentials to it directly via kSecAttrAccessGroup We need to create a persistent CryptoTokenKit token (not tied to smart card hardware) We have a few follow-up questions to implement this correctly: Question 1: Creating Persistent Virtual Token How do we create a persistent CTK token that's not tied to physical smart card hardware? Our current attempt: private static func configureTokenForIdentity(_ identity: SecIdentity) throws { var certRef: SecCertificate? SecIdentityCopyCertificate(identity, &certRef) guard let certificate = certRef else { return } let driverClassID: TKTokenDriver.ClassID = com.example.ExampleTokenExtension guard let driverConfig = TKTokenDriver.Configuration.driverConfigurations[driverClassID] else { throw NSError(domain: NSCocoaErrorDomain, code:
Topic: Privacy & Security SubTopic: General Tags:
1d
Reply to Need MetricKit Implementation details for MacOS background Application, mainly for
[quote='882729022, PavanGulla, /thread/821002?answerId=882729022#882729022, /profile/PavanGulla'] we received approximately 48 hours of past metric payloads [/quote] Oh, interesting. I’m not 100% sure what’s going on here but this behaviour doesn’t surprise me. Internally, MetricKit uses an XPC activity to drive metric delivery [1], and XPC activities a very much a best effort kinda thing. [quote='882729022, PavanGulla, /thread/821002?answerId=882729022#882729022, /profile/PavanGulla'] could u comment if MetricKit works for NE Process? [/quote] Well, I think you have pretty solid evidence that it doesn’t (-: I’m going to talk about what’s going on in a sec, but before I do that I want to give you some concrete advice: If you want MetricKit to work in your NE system extension, I encourage you to file an enhancement request that describes your setup and why MetricKit is important to you. Once you’re done, please post your bug number here, just for the record. As to why this doesn’t work, consi
1d
MRDP blocking app review
Hello, I am trying to submit my first app as an Indi developer to the apple App Store for the first time, my submission was rejected because of missing metadata for IAP subscription which has now been resolved. I would like my app to be reviewed again, but when I try to do that it gives me an error of Unable to Add for Review The items below are required to start the review process: To submit new apps or avoid potential payment blocks, add compliance information for Model Reporting Rules for Digital Platforms (MRDP). Learn More I check in Business -> Compliance and MRDP is already showing as active. Please can anyone help?
1
0
62
1d
Reply to App Store Connect crashes when configuring App Clip default experience (appClipDefaultExperience undefined)
@DTS Engineer We try uploading with the new 26.5 beta. Unfortunatly, it doesn't help. The app clip section in the form of the product page is still KO when saving. Since we have no answer in the bug ticket we submitted FB22334662, could you please ask a tech member to help us with this issue? We are totally stuck in deploying a version of the app clip Thank you in advance
1d
Kernel panics on M5 devices with network extension
Hello, We have a security solution which intercepts network traffic for inspection using a combination of Transparent Proxy Provider and Content filter. Lately we are seeing reports from the market that on M5 Macbooks and A18 Neos the system will kernel panic using our solution, even though it never happens on M1-M4 and no significant code changes were made in the mean time. All crashes seem to be related to an internal double free in the kernel: panic(cpu 0 caller 0xfffffe003bb68224): skmem_slab_free_locked: attempt to free invalid or already-freed obj 0xf2fffe29e15f2400 on skm 0xf6fffe2518aaa200 @skmem_slab.c:646 Debugger message: panic Memory ID: 0xff OS release type: User OS version: 25D2128 Kernel version: Darwin Kernel Version 25.3.0: Wed Jan 28 20:54:38 PST 2026; root:xnu-12377.91.3~2/RELEASE_ARM64_T6050 Additionally, from further log inspection, before panics we find some weird kernel messages which seem to be related to some DMA operations gone wrong in the network driver on some machines: 2
3
0
89
1d
Reply to Local Network permission on macOS 15 macOS 26: multicast behaves inconsistently and regularly drops
[quote='882610022, VictorPetitjean, /thread/809211?answerId=882610022#882610022, /profile/VictorPetitjean'] The just released 26.5 beta (build 25F5042g) seems to … solve FB21858319 [/quote] That’s great news. Thanks for testing on the beta seeds. [quote='882610022, VictorPetitjean, /thread/809211?answerId=882610022#882610022, /profile/VictorPetitjean'] when multiple versions of the app coexist on a machine, the latest … won't receive Local Network traffic after macOS reboot until its socket is closed and reopened [/quote] Hmmm. First up, as you’re aware, having multiple copies of an app installed is an ongoing source of local network privacy grief. I wish there was a better story on that front )-: However, your specific case sounds interesting. Lemme see if I understand it: You have Mac with multiple copies of your app installed. You restart the Mac. You launch one copy of the app. It’s immediately able to access the local network. You quit that. You launch the other copy o
1d
Reply to Xcode now hangs; SDKs are "status unavailable"
I have the same issue with Xcode 26.4 after installing macOS 26.4. What help is (do it at your own risk, no guarantee): Force quit Xcode rm /Library/Developer/CoreSimulator/Images/images.plist Wait 1-2 minutes Launch Xcode You will be able to download the Platform Support Components from Xcode again.
Replies
Boosts
Views
Activity
1d
Reply to MRDP blocking app review
I have resolved this issue now. It was because i had a secondary catagory of education which was flagging the app as a personal service, but that was conflicting with the choice i had made for MRDP....
Replies
Boosts
Views
Activity
1d
Reply to Production Mac app becomes progressively unusable in Issues workspace; Mac_Dev remains fast
Here is more concrete context. Platform / tools Target: macOS app Language / frameworks: Swift, SwiftUI, SwiftData Cloud sync: SwiftData with CloudKit mirroring in the production configuration Xcode: 26.4 (17E192) Test OS: macOS 26.4 (25E246) What I’m seeing In the macOS app, issue board scrolling can become inconsistent or very slow. Changing an issue status from detail view can be very slow. Scrolling the status menu itself can be slow. Typing in issue description/notes fields can become sluggish. The problem is much more noticeable with my full production-sized dataset than with a small dev dataset. What I’ve tested so far I compared a small dev dataset vs a much larger production-sized dataset. With a small dataset, the same UI feels fast and smooth. With the large dataset, the same UI becomes noticeably slower. I also tested a local-only copy of the production dataset with CloudKit disabled. That improved some behavior, but it did not remove the lag entirely. When I reduced the
Replies
Boosts
Views
Activity
1d
Reply to Escalation Request – Extended “Waiting for Review” Status
@App Review It's been 2 weeks since I sent my message, and no one has responded
Replies
Boosts
Views
Activity
1d
iPhone 16 Pro Max — 180s SpringBoard freeze + reboot, started iOS 26.4 Beta 3, persists on stable 26.4
iPhone16PM Clean DFU, no restore, no tweaks. Started on iOS 26.4.3 and still happening on iOS 26.4. Triggers: ∙ Editing Home Screen widgets ∙ Heavy media in Safari ∙ ProMotion UI transitions Panic log — 0x8badf00d watchdog timeout: userspace watchdog timeout: no successful checkins from SpringBoard in 180 seconds. service: backboardd Drivers: com.apple.driver.AppleAVD + com.apple.iokit.IOSurface Is there a solution for this? Thank you.
Replies
2
Boosts
0
Views
24
Activity
1d
App Store version stuck after Pending Developer Release – cannot add builds or create new versions
Hello everyone, I’m running into a situation in App Store Connect that appears to be a backend lock related to an approved version, and I’m looking for confirmation or similar experiences. Context: App had version 1.2.6 Version progressed to Pending Developer Release Before releasing to users, I chose Developer Reject I then edited the version number (to 1.2.7) Current State / Issue: After this, App Store Connect is effectively blocked: ❌ Cannot associate any builds to the version ❌ Uploading a build with the same version and higher build number does not help ❌ Cannot create a fresh version (no “+ Version” button is visible) ❌ App Store Connect API returns: ENTITY_ERROR.RELATIONSHIP.INVALID ❌ Remove Version / Delete Version is not available Even attempting brand‑new version numbers does not work. It looks like App Store Connect still considers the previously approved Pending Developer Release version to be activ
Replies
0
Boosts
0
Views
20
Activity
1d
App crashes on launch for iOS 12 users after App Store release (Xcode 16.4) — BKSProcessErrorDomain bootstrap-failed
Hi everyone, I'm building an app in Xcode 16.4 with a minimum deployment target of iOS 12. The last time I built with this configuration was November 2025 — that build worked perfectly fine. I'm aware that builds from Xcode 16.4 will no longer be accepted by Apple after April 28, 2026, so I decided to push one final update before that deadline. Here's what I did: Built the app with no changes to build settings Uploaded to TestFlight Tested on iOS 12, iOS 26, and a few other versions — everything looked good Passed App Review Published to the App Store Now users on iOS 12 are reporting that the app crashes immediately on launch. Users on iOS 13-26 are unaffected. We've effectively lost a significant portion of our users overnight. We'd really like to restore functionality for them before April 28 — after that we plan to raise the minimum deployment target anyway. There are no crash logs available, as the app appears to ne
Replies
11
Boosts
0
Views
537
Activity
1d
Reply to How to store certificate to `com.apple.token` keychain access group.
Thank you very much for the clear explanation. It clarifies a lot for us. Based on your response, we now understand that: com.apple.token is a special system-managed group for CryptoTokenKit tokens We cannot add credentials to it directly via kSecAttrAccessGroup We need to create a persistent CryptoTokenKit token (not tied to smart card hardware) We have a few follow-up questions to implement this correctly: Question 1: Creating Persistent Virtual Token How do we create a persistent CTK token that's not tied to physical smart card hardware? Our current attempt: private static func configureTokenForIdentity(_ identity: SecIdentity) throws { var certRef: SecCertificate? SecIdentityCopyCertificate(identity, &certRef) guard let certificate = certRef else { return } let driverClassID: TKTokenDriver.ClassID = com.example.ExampleTokenExtension guard let driverConfig = TKTokenDriver.Configuration.driverConfigurations[driverClassID] else { throw NSError(domain: NSCocoaErrorDomain, code:
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
1d
Reply to Need MetricKit Implementation details for MacOS background Application, mainly for
[quote='882729022, PavanGulla, /thread/821002?answerId=882729022#882729022, /profile/PavanGulla'] we received approximately 48 hours of past metric payloads [/quote] Oh, interesting. I’m not 100% sure what’s going on here but this behaviour doesn’t surprise me. Internally, MetricKit uses an XPC activity to drive metric delivery [1], and XPC activities a very much a best effort kinda thing. [quote='882729022, PavanGulla, /thread/821002?answerId=882729022#882729022, /profile/PavanGulla'] could u comment if MetricKit works for NE Process? [/quote] Well, I think you have pretty solid evidence that it doesn’t (-: I’m going to talk about what’s going on in a sec, but before I do that I want to give you some concrete advice: If you want MetricKit to work in your NE system extension, I encourage you to file an enhancement request that describes your setup and why MetricKit is important to you. Once you’re done, please post your bug number here, just for the record. As to why this doesn’t work, consi
Replies
Boosts
Views
Activity
1d
MRDP blocking app review
Hello, I am trying to submit my first app as an Indi developer to the apple App Store for the first time, my submission was rejected because of missing metadata for IAP subscription which has now been resolved. I would like my app to be reviewed again, but when I try to do that it gives me an error of Unable to Add for Review The items below are required to start the review process: To submit new apps or avoid potential payment blocks, add compliance information for Model Reporting Rules for Digital Platforms (MRDP). Learn More I check in Business -> Compliance and MRDP is already showing as active. Please can anyone help?
Replies
1
Boosts
0
Views
62
Activity
1d
xcrun notarytool store-credentials responding with 401
HTTP status code: 401. Invalid credentials. Username or password is incorrect. Use the app-specific password generated at appleid.apple.com. Ensure that all authentication arguments are correct. I double checked every thing but still getting same error
Replies
2
Boosts
0
Views
31
Activity
1d
Reply to App Still “Waiting for Review''
Dear App Review Team, Thank you for your feedback regarding Guideline 2.3.10 I have revised the app screenshot We look forward to completing the review.
Replies
Boosts
Views
Activity
1d
Reply to App Store Connect crashes when configuring App Clip default experience (appClipDefaultExperience undefined)
@DTS Engineer We try uploading with the new 26.5 beta. Unfortunatly, it doesn't help. The app clip section in the form of the product page is still KO when saving. Since we have no answer in the bug ticket we submitted FB22334662, could you please ask a tech member to help us with this issue? We are totally stuck in deploying a version of the app clip Thank you in advance
Replies
Boosts
Views
Activity
1d
Kernel panics on M5 devices with network extension
Hello, We have a security solution which intercepts network traffic for inspection using a combination of Transparent Proxy Provider and Content filter. Lately we are seeing reports from the market that on M5 Macbooks and A18 Neos the system will kernel panic using our solution, even though it never happens on M1-M4 and no significant code changes were made in the mean time. All crashes seem to be related to an internal double free in the kernel: panic(cpu 0 caller 0xfffffe003bb68224): skmem_slab_free_locked: attempt to free invalid or already-freed obj 0xf2fffe29e15f2400 on skm 0xf6fffe2518aaa200 @skmem_slab.c:646 Debugger message: panic Memory ID: 0xff OS release type: User OS version: 25D2128 Kernel version: Darwin Kernel Version 25.3.0: Wed Jan 28 20:54:38 PST 2026; root:xnu-12377.91.3~2/RELEASE_ARM64_T6050 Additionally, from further log inspection, before panics we find some weird kernel messages which seem to be related to some DMA operations gone wrong in the network driver on some machines: 2
Replies
3
Boosts
0
Views
89
Activity
1d
Reply to Local Network permission on macOS 15 macOS 26: multicast behaves inconsistently and regularly drops
[quote='882610022, VictorPetitjean, /thread/809211?answerId=882610022#882610022, /profile/VictorPetitjean'] The just released 26.5 beta (build 25F5042g) seems to … solve FB21858319 [/quote] That’s great news. Thanks for testing on the beta seeds. [quote='882610022, VictorPetitjean, /thread/809211?answerId=882610022#882610022, /profile/VictorPetitjean'] when multiple versions of the app coexist on a machine, the latest … won't receive Local Network traffic after macOS reboot until its socket is closed and reopened [/quote] Hmmm. First up, as you’re aware, having multiple copies of an app installed is an ongoing source of local network privacy grief. I wish there was a better story on that front )-: However, your specific case sounds interesting. Lemme see if I understand it: You have Mac with multiple copies of your app installed. You restart the Mac. You launch one copy of the app. It’s immediately able to access the local network. You quit that. You launch the other copy o
Replies
Boosts
Views
Activity
1d