Search results for

“testflight the requested app is not avaliable”

416,598 results found

Post

Replies

Boosts

Views

Activity

Password autofill not respecting contentType of NSSecureTextField
We have a Mac app the allows customers to create a user account in our system. However, we have found that on the 'create account' screen, the system's password autofill is popping up for the New Password field. We don't want this, because they need to enter a new password, not pull one from the Passwords app. I built a test project with a basic UI and explicitly set the content type to None in the XIB. However, I can see when I put focus on the New Password NSSecureTextField, the system shows the passwords autofill popup. How can I explicitly suppress this on a per text field basis? (We are developing on macOS 26.3 right now with Xcode 26.3)
Topic: UI Frameworks SubTopic: AppKit
0
0
17
1d
Notarization in queue but stuck in process
Hello! All notarization submissions for our team (i.e., me) have been stuck In Progress since my first attempt on 2026-03-31. This includes a trivial Hello World CLI binary (single print statement, ~8KB), confirming the issue is account/team-level, not related to package content. Team ID: KK4X4YSB8V (Selitic B.V.) This is our first time notarizing. Binary is properly signed with Developer ID Application certificate, hardened runtime enabled, valid timestamp. codesign --verify and spctl pass locally. Submission history (all stuck): Successfully received submission history. history -------------------------------------------------- createdDate: 2026-04-01T11:29:01.416Z id: 39f5e536-d1a6-429b-947d-1a3ac497c03d name: hello-test2.zip status: In Progress -------------------------------------------------- createdDate: 2026-04-01T09:21:47.585Z id: 46322e0f-026c-4b9d-ab1f-d15d7013c6c6 name: hello-test.zip status: In Progress -------------------------------------------------- createdDate: 2026-04-01T0
1
0
102
1d
Reply to "Unable to Add for Review" DAC7 Error, can no longer submit App Updates
Now i am honestly scratching my head. I just managed to submit an update for another one of my Apps, however the one that the DAC7 problem initially still fails with the same error. There is no difference. Both apps are new and first-time submissions, same global availability. How can this DAC7 compliance be an issue for just one app but work for another, this sounds like some backend issue at Apple. Again i would be happy if anyone else can just confirm this as well. Thanks! Robert
1d
Reply to The iOS CallKit end my call without user action.
We have a VoIP app with more call features. Sometimes, we received some feedback about call ended. After checking the log file, it shows there are user actions (e.g., from func provider(_ provider: CXProvider, perform action: CXEndCallAction)), If you want to look into this in depth, then the best approach is to get the user to capture a sysdiagnose and use the console log to see if you can determine what's going on. A few notes on that: The log doesn't need to be captured immediately after the issue. Even logs captured a few hours later are often quite useful. It IS critical that the device NOT have been rebooted since the problem occurred. If it has been rebooted, so much log context is lost that the log is generally useless. You can find instructions for triggering and collecting a sysdiagnose here. Having said that, one comment on this: But the user said no user actions. So we doubt if there is a system-level event or error that will end this call. Then the details of the end ca
Topic: App & System Services SubTopic: General Tags:
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
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
Reply to Technical Inquiry: User-Centric Accounting and Multiple Concurrent Subscriptions
Please review details using the below link: https://developer.apple.com/in-app-purchase/advanced-commerce-api/#determine-eligibility Technical Resources: https://developer.apple.com/documentation/advancedcommerceapi/ https://developer.apple.com/documentation/advancedcommerceapi/creating-your-purchases
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
1d
Password autofill not respecting contentType of NSSecureTextField
We have a Mac app the allows customers to create a user account in our system. However, we have found that on the 'create account' screen, the system's password autofill is popping up for the New Password field. We don't want this, because they need to enter a new password, not pull one from the Passwords app. I built a test project with a basic UI and explicitly set the content type to None in the XIB. However, I can see when I put focus on the New Password NSSecureTextField, the system shows the passwords autofill popup. How can I explicitly suppress this on a per text field basis? (We are developing on macOS 26.3 right now with Xcode 26.3)
Topic: UI Frameworks SubTopic: AppKit
Replies
0
Boosts
0
Views
17
Activity
1d
Notarization in queue but stuck in process
Hello! All notarization submissions for our team (i.e., me) have been stuck In Progress since my first attempt on 2026-03-31. This includes a trivial Hello World CLI binary (single print statement, ~8KB), confirming the issue is account/team-level, not related to package content. Team ID: KK4X4YSB8V (Selitic B.V.) This is our first time notarizing. Binary is properly signed with Developer ID Application certificate, hardened runtime enabled, valid timestamp. codesign --verify and spctl pass locally. Submission history (all stuck): Successfully received submission history. history -------------------------------------------------- createdDate: 2026-04-01T11:29:01.416Z id: 39f5e536-d1a6-429b-947d-1a3ac497c03d name: hello-test2.zip status: In Progress -------------------------------------------------- createdDate: 2026-04-01T09:21:47.585Z id: 46322e0f-026c-4b9d-ab1f-d15d7013c6c6 name: hello-test.zip status: In Progress -------------------------------------------------- createdDate: 2026-04-01T0
Replies
1
Boosts
0
Views
102
Activity
1d
Reply to "Unable to Add for Review" DAC7 Error, can no longer submit App Updates
Now i am honestly scratching my head. I just managed to submit an update for another one of my Apps, however the one that the DAC7 problem initially still fails with the same error. There is no difference. Both apps are new and first-time submissions, same global availability. How can this DAC7 compliance be an issue for just one app but work for another, this sounds like some backend issue at Apple. Again i would be happy if anyone else can just confirm this as well. Thanks! Robert
Replies
Boosts
Views
Activity
1d
Reply to The iOS CallKit end my call without user action.
We have a VoIP app with more call features. Sometimes, we received some feedback about call ended. After checking the log file, it shows there are user actions (e.g., from func provider(_ provider: CXProvider, perform action: CXEndCallAction)), If you want to look into this in depth, then the best approach is to get the user to capture a sysdiagnose and use the console log to see if you can determine what's going on. A few notes on that: The log doesn't need to be captured immediately after the issue. Even logs captured a few hours later are often quite useful. It IS critical that the device NOT have been rebooted since the problem occurred. If it has been rebooted, so much log context is lost that the log is generally useless. You can find instructions for triggering and collecting a sysdiagnose here. Having said that, one comment on this: But the user said no user actions. So we doubt if there is a system-level event or error that will end this call. Then the details of the end ca
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
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