Search results for

“testflight the requested app is not avaliable”

416,597 results found

Post

Replies

Boosts

Views

Activity

App Store Connect Business page silently fails on submit + stuck on loading screen
I've been experiencing two critical issues with App Store Connect for several weeks and have contacted Developer Support multiple times by email with no response. Environment: macOS (Sequoia), tested on Chrome and Safari, multiple devices and networks. US-based organization account. ISSUE 1 — BUSINESS PAGE NOT FUNCTIONING (ongoing for weeks) The Business > Agreements/Tax/Banking page does not work correctly. After filling in all required information and clicking Submit, the page silently refreshes back to the unfilled state. No success message, no error message. This happens consistently across all browsers and devices. The browser console shows the following error on page load: [maison] No route found https://appstoreconnect.apple.com/business/atb/[entity-id] This suggests the SPA router fails to initialize the page, which would explain why submit has no effect. Both my Free App and Paid App agreements are stuck in p
1
0
24
1d
Reply to Tahoe 26.4 breaks custom paths with NetFSMountURLSync?
That makes sense and is how I interpreted it. For now, I had to disable it though so users do not run into issues. Or better set: I do not get bombarded with support questions 😊 Fair enough! Feedback number: FB22380104 Perfect, thank you. FYI, it's likely that you'll be notified that this bug is a duplicate in the next few days. Many developers interpret this as meaning that their bug was unnecessary and is being ignored“; however, that's a misunderstanding of what's going on, particularly when someone at Apple (like me) asks for a bug. As you might imagine, the combination of our own testing and the volume of users means that it's pretty likely that SOMEONE has filed a bug before you. So, yes, that means that many bugs are effectively telling us about an issue we already knew about. However, what gets missed there is that the reason to file a bug isn't just to tell us about the problem“; it's also about documenting impact so we can properly prioritize work and scheduling. __ Kevin
Topic: App & System Services SubTopic: Core OS Tags:
1d
Reply to iOS 12.5.8 fails to bootstrap app
The same for Organic Maps: internal CI TestFlight build on March 25 works on iOS 12 device, the same binary with a few string resource changes, built on March 26 does not work. Built with the frozen version of Xcode 26.2. That implies some kind of Apple involvement when builds are uploaded.
Topic: App & System Services SubTopic: General Tags:
1d
Reply to Regression / Feature Request: Jumbo Frame (MTU 9000) support missing in AppleUserECM for RTL8156 2.5G USB adapters
Because we are forced through MTU 1500, we are incurring significant performance penalties: Have you filed a bug on this and, if so, what's the bug number? Is there an undocumented boot-arg or network sysctl parameter that permits overriding the AppleUserECM 1500 MTU hard-limit for 2.5G USB adapters on Apple Silicon? No, not that I'm aware of. Are there any roadmap plans from the DriverKit/Networking team to re-enable standard Jumbo Frame negotiation for RTL8156 hardware using the generic ECM driver? In general, Apple's future plans aren't really something I can discuss. Does Apple grant NetworkingDriverKit Entitlements to independent developers specifically for the purpose of writing custom hardware overrides to patch missing MTU features in the default ECM stack? Approval here would primarily depend on the hardware you’re asking to create a DEXT for and, in particular, how broad the request configuration is[1]. However, we do approve developers for DriverKit entitlements who are not
1d
Reply to Left-flick and right-flick gestures with VoiceOver and UIAccessibilityReadingContent
accessibilityPreviousTextNavigationElement and accessibilityNextTextNavigationElement are not meant to represent previous/next line inside a single UITextView; they should point to another accessibility element, not a line number or string. In your case, UIAccessibilityReadingContent supports line-by-line touch exploration, but left/right swipe still moves between accessibility elements, not internal lines of one text view. That’s why touch works but swipe does not. The correct approach is to keep the UITextView for display and expose each visible line as its own UIAccessibilityElement, with accessibilityLabel set to the line text and accessibilityFrameInContainerSpace set to that line’s frame. Once the lines are separate accessibility elements and returned in order, VoiceOver will naturally use right swipe for the next line and left swipe for the previous line. You can optionally link neighboring lines with accessibilityNextTextNavigationElement and accessibilityPreviousTe
1d
Reply to App crashes on launch for iOS 12 users after App Store release (Xcode 16.4) — BKSProcessErrorDomain bootstrap-failed
Thanks for the clarification. However, this is quite concerning from a developer and user-impact perspective. This app version was: • successfully built and uploaded with Xcode 16.4 • accepted in App Review • distributed through the App Store Despite having a deployment target of iOS 12, the build is now crashing on launch for all iOS 12 users, without any prior warning during submission or review. As a result, a previously working user base on iOS 12 has effectively lost access to the app overnight after updating, which is a significant regression in functionality. If iOS 15 is now a strict requirement for App Store distribution, it would be much safer for developers if: • the upload was rejected at submission time, or • a clear warning was shown before release rather than allowing distribution of a build that cannot run on supported devices declared in the app’s deployment target. Is there any recommended way to: Restore functionality for existi
1d
Apple Developer Program Subscription Error not fixed
I purchased a $100 Apple Developer credit for my apple account , but the Apple Developer access hasn’t been granted to my account, and it still says “pending” and “complete purchases.” In other words, I can’t use what I purchased and can’t access it. Is there anyone who can help me with this issue regarding the Apple Developer license?
3
0
48
1d
Apple Developer Subscription Error not fixed
I purchased a $100 Apple Developer credit for my qerezoutlook.com, but the Apple Developer access hasn’t been granted to my account, and it still says “pending” and “complete purchases.” In other words, I can’t use what I purchased and can’t access it. Is there anyone who can help me with this issue regarding the Apple Developer license?
0
0
11
1d
Apple app for website
I want to build a WebKit website, specifically for AI coding. Is there a custom code design or application code for this? I've already implemented a few SEO optimizations on my homepage. Could you please check and reply? seokurdu.com
Topic: Safari & Web SubTopic: General
1
0
88
1d
Reply to "Unable to Add for Review" DAC7 Error, can no longer submit App Updates
Same problem here, seems to be some active problem at App Store Connect side.
Replies
Boosts
Views
Activity
1d
App Store Connect Business page silently fails on submit + stuck on loading screen
I've been experiencing two critical issues with App Store Connect for several weeks and have contacted Developer Support multiple times by email with no response. Environment: macOS (Sequoia), tested on Chrome and Safari, multiple devices and networks. US-based organization account. ISSUE 1 — BUSINESS PAGE NOT FUNCTIONING (ongoing for weeks) The Business > Agreements/Tax/Banking page does not work correctly. After filling in all required information and clicking Submit, the page silently refreshes back to the unfilled state. No success message, no error message. This happens consistently across all browsers and devices. The browser console shows the following error on page load: [maison] No route found https://appstoreconnect.apple.com/business/atb/[entity-id] This suggests the SPA router fails to initialize the page, which would explain why submit has no effect. Both my Free App and Paid App agreements are stuck in p
Replies
1
Boosts
0
Views
24
Activity
1d
Reply to Tahoe 26.4 breaks custom paths with NetFSMountURLSync?
That makes sense and is how I interpreted it. For now, I had to disable it though so users do not run into issues. Or better set: I do not get bombarded with support questions 😊 Fair enough! Feedback number: FB22380104 Perfect, thank you. FYI, it's likely that you'll be notified that this bug is a duplicate in the next few days. Many developers interpret this as meaning that their bug was unnecessary and is being ignored“; however, that's a misunderstanding of what's going on, particularly when someone at Apple (like me) asks for a bug. As you might imagine, the combination of our own testing and the volume of users means that it's pretty likely that SOMEONE has filed a bug before you. So, yes, that means that many bugs are effectively telling us about an issue we already knew about. However, what gets missed there is that the reason to file a bug isn't just to tell us about the problem“; it's also about documenting impact so we can properly prioritize work and scheduling. __ Kevin
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1d
Reply to iOS 12.5.8 fails to bootstrap app
The same for Organic Maps: internal CI TestFlight build on March 25 works on iOS 12 device, the same binary with a few string resource changes, built on March 26 does not work. Built with the frozen version of Xcode 26.2. That implies some kind of Apple involvement when builds are uploaded.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
1d
Reply to Regression / Feature Request: Jumbo Frame (MTU 9000) support missing in AppleUserECM for RTL8156 2.5G USB adapters
Because we are forced through MTU 1500, we are incurring significant performance penalties: Have you filed a bug on this and, if so, what's the bug number? Is there an undocumented boot-arg or network sysctl parameter that permits overriding the AppleUserECM 1500 MTU hard-limit for 2.5G USB adapters on Apple Silicon? No, not that I'm aware of. Are there any roadmap plans from the DriverKit/Networking team to re-enable standard Jumbo Frame negotiation for RTL8156 hardware using the generic ECM driver? In general, Apple's future plans aren't really something I can discuss. Does Apple grant NetworkingDriverKit Entitlements to independent developers specifically for the purpose of writing custom hardware overrides to patch missing MTU features in the default ECM stack? Approval here would primarily depend on the hardware you’re asking to create a DEXT for and, in particular, how broad the request configuration is[1]. However, we do approve developers for DriverKit entitlements who are not
Replies
Boosts
Views
Activity
1d
Reply to Left-flick and right-flick gestures with VoiceOver and UIAccessibilityReadingContent
accessibilityPreviousTextNavigationElement and accessibilityNextTextNavigationElement are not meant to represent previous/next line inside a single UITextView; they should point to another accessibility element, not a line number or string. In your case, UIAccessibilityReadingContent supports line-by-line touch exploration, but left/right swipe still moves between accessibility elements, not internal lines of one text view. That’s why touch works but swipe does not. The correct approach is to keep the UITextView for display and expose each visible line as its own UIAccessibilityElement, with accessibilityLabel set to the line text and accessibilityFrameInContainerSpace set to that line’s frame. Once the lines are separate accessibility elements and returned in order, VoiceOver will naturally use right swipe for the next line and left swipe for the previous line. You can optionally link neighboring lines with accessibilityNextTextNavigationElement and accessibilityPreviousTe
Replies
Boosts
Views
Activity
1d
Reply to App crashes on launch for iOS 12 users after App Store release (Xcode 16.4) — BKSProcessErrorDomain bootstrap-failed
Thanks for the clarification. However, this is quite concerning from a developer and user-impact perspective. This app version was: • successfully built and uploaded with Xcode 16.4 • accepted in App Review • distributed through the App Store Despite having a deployment target of iOS 12, the build is now crashing on launch for all iOS 12 users, without any prior warning during submission or review. As a result, a previously working user base on iOS 12 has effectively lost access to the app overnight after updating, which is a significant regression in functionality. If iOS 15 is now a strict requirement for App Store distribution, it would be much safer for developers if: • the upload was rejected at submission time, or • a clear warning was shown before release rather than allowing distribution of a build that cannot run on supported devices declared in the app’s deployment target. Is there any recommended way to: Restore functionality for existi
Replies
Boosts
Views
Activity
1d
Apple Developer Program Subscription Error not fixed
I purchased a $100 Apple Developer credit for my apple account , but the Apple Developer access hasn’t been granted to my account, and it still says “pending” and “complete purchases.” In other words, I can’t use what I purchased and can’t access it. Is there anyone who can help me with this issue regarding the Apple Developer license?
Replies
3
Boosts
0
Views
48
Activity
1d
Apple Developer Subscription Error not fixed
I purchased a $100 Apple Developer credit for my qerezoutlook.com, but the Apple Developer access hasn’t been granted to my account, and it still says “pending” and “complete purchases.” In other words, I can’t use what I purchased and can’t access it. Is there anyone who can help me with this issue regarding the Apple Developer license?
Replies
0
Boosts
0
Views
11
Activity
1d
Apple app for website
I want to build a WebKit website, specifically for AI coding. Is there a custom code design or application code for this? I've already implemented a few SEO optimizations on my homepage. Could you please check and reply? seokurdu.com
Topic: Safari & Web SubTopic: General
Replies
1
Boosts
0
Views
88
Activity
1d
Reply to App crashes on launch for iOS 12 users after App Store release (Xcode 16.4) — BKSProcessErrorDomain bootstrap-failed
Distribution through the App Store requires a minimum deployment target of iOS 15. For future reference, you can find this information listed on the Xcode Support webpage.
Replies
Boosts
Views
Activity
1d
Reply to App targeting iOS 12 crashes on launch when installed via TestFlight but works via Ad Hoc and Xcode direct install
Distribution through the App Store requires a minimum deployment target of iOS 15. For future reference, you can find this information listed on the Xcode Support webpage.
Replies
Boosts
Views
Activity
1d
Apple Developer Account not being accepted
for some reason my account says its not available for registration at this time? anyone knows whats the reason for this? I contacted apple call center they say there's nothing they can do. My account is just locked. What are my options?
Replies
0
Boosts
0
Views
5
Activity
1d
Cannot submit a new app because of a bug in a compliance
Hello all! I'm trying to submit a new app but App Store Connect keeps throwing an error saying add compliance information for Directive on Administrative Cooperation–7th Amendment (DAC7). The thing is that this compliance IS submitted and in active status for days now. I keep on re-submit it, but still getting this error.
Replies
4
Boosts
0
Views
69
Activity
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