Search results for

“testflight the requested app is not avaliable”

416,608 results found

Post

Replies

Boosts

Views

Activity

Reply to UIApplication.canOpenURL not working without Safari
@itsme_joris The engineering team needs the sysdiagnose from the device to investigate what is going on with this app along with a matching screen recording if possible. Would you be able to provide that into the feedback assistant FB21867922? For more details on when you'll see updates to your report, please see What to expect after submission. Albert Pascual
  Worldwide Developer Relations.
Topic: UI Frameworks SubTopic: UIKit
1d
Error 7000 — Locked out of notarization and support portal, seeking guidance
Hello, I am the Account Holder for VectorForge LLC (Team ID: WCFQ8X3RVH). I have been blocked from notarizing any macOS application since at least March 2026. Every submission is rejected with statusCode 7000: { jobId: 896ce43a-f77c-4b4e-87d2-5260035a37fe, status: Rejected, statusSummary: Team is not yet configured for notarization., statusCode: 7000, archiveFilename: ?.zip, uploadDate: 2026-03-22T18:38:40.189Z } Support history (all unresolved): • Case 102838799002 — contacts on Mar 7, Mar 23, Mar 26, Apr 2, 2026 • Case 102851046683 — contacts on Mar 23, Mar 25, 2026 • Case 102859151238 — opened Apr 2, 2026 (Membership and Account) Each time I have been told the case is being escalated or forwarded to another team, with no follow-up or resolution. Most critically: I am now unable to submit any new support ticket through the Apple Developer portal at all. Every attempt returns There was a problem processing your request. I have no notarization access and no
1
0
97
1d
Reply to 26.4 beta and RC versions are unable to be created on anything but 26.4 beta host OS
Via a reply to FB22286320 last Friday I was told to verify it is fixed in macOS 26.4 (25E246). Not sure if they meant to make the VM on a 26.4 host or using the 26.4 restore image, but the latter still doesn't work on a Sequoia host without manually installing the mobile device support package (they still don't auto-download from the software update server). If they meant the former, well, I don't think that was under dispute ;) although given that 26.4 is released by now I suppose it really is only affecting Sequoia hosts at this point.
Topic: App & System Services SubTopic: Core OS Tags:
1d
Activation of Apple developer account
Hello everyone I paid for an Apple Developer subscription, but after a week, about 7-8 days, I still haven't got access to the developer's funds, the subscription is active, the money has been debited, please help me access and activate the developer account, I haven't been answered for several days, I'm very upset. I just don't know what to do, they don't respond to my requests, the phone number is not listed anywhere, I can't call. The Apple Developer subscription is displayed in the App Store subscriptions, the money is debited, the account is inactive, and my Apple Developer account is empty. This is my first and very sad experience. Request number: 102847825967 Order ID MM63GT8S8N Document number 670111691457
1
0
101
1d
Settings app crashes when tapping "Manage" under Sandbox account without internet connection
Device: iPhone 13 OS Version: iOS 26.4, iOS 26.5 Summary: The Settings app crashes when accessing the Sandbox account management screen in Developer Settings while the device is offline. Steps to Reproduce: Enable Developer Mode on the device Disconnect from the internet (Wi-Fi and cellular off) Go to Settings → Developer Ensure a Sandbox account is signed in Tap on Sandbox Tap on Manage Expected Result: The system should either: Open the Sandbox management screen, or Show an error indicating no internet connection Actual Result: The Settings app crashes immediately after tapping Manage. Reproducibility: Always (100%) when offline Additional Notes: Issue observed on iOS 26.4 and iOS 26.5 Does not occur on iOS 18 May also be present in other iOS 26.x versions Does not occur when the device has an active internet connection
0
0
12
1d
App targeting iOS 12 crashes on launch when installed via TestFlight but works via Ad Hoc and Xcode direct install
My app targets iOS 12.0 and crashes immediately on launch when installed via TestFlight on an iPad running iOS 12.x. The same archive works perfectly when installed via Ad Hoc distribution or directly from Xcode. This is a regression — the exact same source code, compiled with the same Xcode version, was successfully distributed via TestFlight and the App Store last month (March 2026) without issues. No changes were made to the code, Xcode version, or signing configuration. Steps to reproduce: Archive an app with IPHONEOS_DEPLOYMENT_TARGET = 12.0 using Xcode 16.4 Upload to App Store Connect Install via TestFlight on an iPad running iOS 12.x App crashes immediately on launch (pre-main, no crash log generated) Expected: App launches normally (as it did last month) Actual: App is killed immediately, process exits with reason: (none) Console.app shows the process never transitions from xpcproxy to the actua
1
0
23
1d
Reply to NWHotSpotConfiguration not providing a helpful error message
Thank you so much Quinn, The documentation about uniqueness in the keychain, and the reset keychain function were extremely helpful in debugging my issues. I will lay them out here for other users who may end up in my prediciment. The import of the pk12 file was not putting keys in the keychain, the identity was leftover from previous testing, and was causing me more issues than I would like to admit. The posts you linked should be official documentation because they are more helpful than anything else I could find on my own. Once I was sure that I was adding the identity correctly, I found I was getting rejected for missing entitlements. I triple checked that everything was correct ( my plist info file was correctly adding my AppIdentifierPrefix ) I found something very frustrating in the official apple developer documenation: https://developer.apple.com/documentation/networkextension/nehotspoteapsettings/setidentity(_:)#Discussion $(TeamIdentifierPrefix)com.apple.networkextensionsharing. The entitl
1d
First auto-renewable subscription does not appear on app version page in App Store Connect
Hello, I am blocked on the first auto-renewable subscription submission for my iOS app and I would like to know if anyone has seen this exact App Store Connect behavior. App: SEKA Money Subscription product ID: seka_premium_yearly_ Subscription Apple ID: 6760082026 Current issue: the auto-renewable subscription exists in App Store Connect I am on the correct iOS app version page the “In-App Purchases and Subscriptions” section is visible but my auto-renewable subscription does not appear in the selector only a consumable IAP appears there Important detail: the issue happens directly inside App Store Connect on the app version page this is why I do not think the missing subscription in that selector is caused by the runtime StoreKit code in the app itself I understand app code can affect UI price display, but it should not control whether a subscription appears in the App Store Connect
2
0
23
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
1d
Reply to UIApplication.canOpenURL not working without Safari
@itsme_joris The engineering team needs the sysdiagnose from the device to investigate what is going on with this app along with a matching screen recording if possible. Would you be able to provide that into the feedback assistant FB21867922? For more details on when you'll see updates to your report, please see What to expect after submission. Albert Pascual
  Worldwide Developer Relations.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
1d
Our developer enrollment program not proceed for weeks !
Hi guys does anybody know why the processing of our enrollment program is taking a very long time?!
Replies
0
Boosts
0
Views
70
Activity
1d
Error 7000 — Locked out of notarization and support portal, seeking guidance
Hello, I am the Account Holder for VectorForge LLC (Team ID: WCFQ8X3RVH). I have been blocked from notarizing any macOS application since at least March 2026. Every submission is rejected with statusCode 7000: { jobId: 896ce43a-f77c-4b4e-87d2-5260035a37fe, status: Rejected, statusSummary: Team is not yet configured for notarization., statusCode: 7000, archiveFilename: ?.zip, uploadDate: 2026-03-22T18:38:40.189Z } Support history (all unresolved): • Case 102838799002 — contacts on Mar 7, Mar 23, Mar 26, Apr 2, 2026 • Case 102851046683 — contacts on Mar 23, Mar 25, 2026 • Case 102859151238 — opened Apr 2, 2026 (Membership and Account) Each time I have been told the case is being escalated or forwarded to another team, with no follow-up or resolution. Most critically: I am now unable to submit any new support ticket through the Apple Developer portal at all. Every attempt returns There was a problem processing your request. I have no notarization access and no
Replies
1
Boosts
0
Views
97
Activity
1d
Reply to 26.4 beta and RC versions are unable to be created on anything but 26.4 beta host OS
Via a reply to FB22286320 last Friday I was told to verify it is fixed in macOS 26.4 (25E246). Not sure if they meant to make the VM on a 26.4 host or using the 26.4 restore image, but the latter still doesn't work on a Sequoia host without manually installing the mobile device support package (they still don't auto-download from the software update server). If they meant the former, well, I don't think that was under dispute ;) although given that 26.4 is released by now I suppose it really is only affecting Sequoia hosts at this point.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1d
Activation of Apple developer account
Hello everyone I paid for an Apple Developer subscription, but after a week, about 7-8 days, I still haven't got access to the developer's funds, the subscription is active, the money has been debited, please help me access and activate the developer account, I haven't been answered for several days, I'm very upset. I just don't know what to do, they don't respond to my requests, the phone number is not listed anywhere, I can't call. The Apple Developer subscription is displayed in the App Store subscriptions, the money is debited, the account is inactive, and my Apple Developer account is empty. This is my first and very sad experience. Request number: 102847825967 Order ID MM63GT8S8N Document number 670111691457
Replies
1
Boosts
0
Views
101
Activity
1d
Still no access to my developer account
I submitting the verification forms on March 23, 2026 but no response and no access has been granted. I called support and they said to post on here. Email said it takes 2 business days. any recommendations on how to get access?
Replies
1
Boosts
0
Views
26
Activity
1d
Settings app crashes when tapping "Manage" under Sandbox account without internet connection
Device: iPhone 13 OS Version: iOS 26.4, iOS 26.5 Summary: The Settings app crashes when accessing the Sandbox account management screen in Developer Settings while the device is offline. Steps to Reproduce: Enable Developer Mode on the device Disconnect from the internet (Wi-Fi and cellular off) Go to Settings → Developer Ensure a Sandbox account is signed in Tap on Sandbox Tap on Manage Expected Result: The system should either: Open the Sandbox management screen, or Show an error indicating no internet connection Actual Result: The Settings app crashes immediately after tapping Manage. Reproducibility: Always (100%) when offline Additional Notes: Issue observed on iOS 26.4 and iOS 26.5 Does not occur on iOS 18 May also be present in other iOS 26.x versions Does not occur when the device has an active internet connection
Replies
0
Boosts
0
Views
12
Activity
1d
App targeting iOS 12 crashes on launch when installed via TestFlight but works via Ad Hoc and Xcode direct install
My app targets iOS 12.0 and crashes immediately on launch when installed via TestFlight on an iPad running iOS 12.x. The same archive works perfectly when installed via Ad Hoc distribution or directly from Xcode. This is a regression — the exact same source code, compiled with the same Xcode version, was successfully distributed via TestFlight and the App Store last month (March 2026) without issues. No changes were made to the code, Xcode version, or signing configuration. Steps to reproduce: Archive an app with IPHONEOS_DEPLOYMENT_TARGET = 12.0 using Xcode 16.4 Upload to App Store Connect Install via TestFlight on an iPad running iOS 12.x App crashes immediately on launch (pre-main, no crash log generated) Expected: App launches normally (as it did last month) Actual: App is killed immediately, process exits with reason: (none) Console.app shows the process never transitions from xpcproxy to the actua
Replies
1
Boosts
0
Views
23
Activity
1d
Reply to iOS 12.5.8 fails to bootstrap app
I'm seeing exactly the same crash, same source code, same Xcode version two weeks ago did not have the issue. I've pushed a new build 2 days ago and users with iOS 12 are getting a crash on launch.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1d
Reply to NWHotSpotConfiguration not providing a helpful error message
Thank you so much Quinn, The documentation about uniqueness in the keychain, and the reset keychain function were extremely helpful in debugging my issues. I will lay them out here for other users who may end up in my prediciment. The import of the pk12 file was not putting keys in the keychain, the identity was leftover from previous testing, and was causing me more issues than I would like to admit. The posts you linked should be official documentation because they are more helpful than anything else I could find on my own. Once I was sure that I was adding the identity correctly, I found I was getting rejected for missing entitlements. I triple checked that everything was correct ( my plist info file was correctly adding my AppIdentifierPrefix ) I found something very frustrating in the official apple developer documenation: https://developer.apple.com/documentation/networkextension/nehotspoteapsettings/setidentity(_:)#Discussion $(TeamIdentifierPrefix)com.apple.networkextensionsharing. The entitl
Replies
Boosts
Views
Activity
1d
First auto-renewable subscription does not appear on app version page in App Store Connect
Hello, I am blocked on the first auto-renewable subscription submission for my iOS app and I would like to know if anyone has seen this exact App Store Connect behavior. App: SEKA Money Subscription product ID: seka_premium_yearly_ Subscription Apple ID: 6760082026 Current issue: the auto-renewable subscription exists in App Store Connect I am on the correct iOS app version page the “In-App Purchases and Subscriptions” section is visible but my auto-renewable subscription does not appear in the selector only a consumable IAP appears there Important detail: the issue happens directly inside App Store Connect on the app version page this is why I do not think the missing subscription in that selector is caused by the runtime StoreKit code in the app itself I understand app code can affect UI price display, but it should not control whether a subscription appears in the App Store Connect
Replies
2
Boosts
0
Views
23
Activity
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