Search results for

“testflight the requested app is not avaliable”

416,614 results found

Post

Replies

Boosts

Views

Activity

Unable to change build attached to version in App Store Connect
I have an app version (1.2.1) in App Store Connect that is showing Ready for Review status. It has an old build (1.2.0, build 4) attached to it. I uploaded a new build today (1.2.1, build 5) and need to swap it in, but there is no + or - button in the Build section of the version page, and clicking the current build number just navigates to its metadata page. I have tried: Creating a new version (1.2.1) — it auto-populated with the old build Uploading a new build with the correct version string — still no option to swap Looking for a Remove from Review button — it does not exist on my page Is there a way to detach the current build and attach the new one, or do I need to delete the version and start fresh? If so, will that affect my existing review thread with Apple?v
1
0
82
2d
Reply to Need MetricKit Implementation details for MacOS background Application, mainly for
Hi, We installed again via the same full PKG installer. On the very first launch after this second install, we received approximately 48 hours of past metric payloads through pastPayloads. We are not sure what was different between the two full installs. Is there something on the system side that could cause the first install to not deliver payloads, and then a subsequent install to start delivering them? Diagnostic payload test results — following your suggested steps: Host app (UI process): Launched the app Ran: `killall -ABRT HostApp Process Dismissed the crash report window Relaunched the app ✅ didReceiveDiagnosticPayloads: was called promptly on relaunch. Network Extension (tunnel process): Ran: `sudo killall -ABRT NEProcess Dismissed the crash report window Waited for the tunnel to restart automatically ❌ No diagnostic payload was delivered. didReceiveDiagnosticPayloads: was never called in the NE's subscriber. So, could u comment if MetricKit works
2d
App stuck on “Ready for Distribution” – Trader status not provided / DSA in review
Hi, My app status is currently “Ready for Distribution”, but it still hasn’t appeared on the App Store and I’m not sure what is blocking the release. In App Store Connect, I have already completed: • Agreements, Tax, and Banking (all active) • Pricing and Availability (countries selected) • Automatic release is enabled However: • My Digital Services Act (DSA) status is still “In Review” • I am also in the process of changing my account from Individual to Organization At this point, I’m not sure if the delay is caused by DSA review, account type change, or something else. Has anyone experienced a similar situation? Is there anything else I should check or complete to make sure the app goes live? Apple ID: 6760753842 Thank you.
1
0
38
1d
Account pending
Hi everyone, I purchased an Apple Developer Program membership about three days ago. The payment has already been successfully charged to my bank account, but my account is still showing the status “Pending” with the message “Subscribe your membership.” I haven’t received any confirmation email or any request for additional information since completing the purchase. I’m curious if others have experienced a similar delay recently, and how long it took before your developer account was fully activated. Any insights or experiences would be greatly appreciated. Thanks in advance!
12
0
1.5k
1d
I have submitted my app and it has been waiting for review.
I have submitted my app and it has been waiting for review. I am the owner of the App and I applied for expedited review, but it didn't work. The version we submitted updated the information of the App. We consulted Apple and asked to continue waiting by using Contact Us. I also submitted the information and they said to wait further. So we can only seek help from the reviewers here. Application ID: d6479289380
5
0
90
1d
Reply to Request for Clearer App Review Feedback and Faster Review
Thank you for your response and for your help. I have now received another rejection with similar concerns under Guideline 2.3.1(a) and Guideline 4.2. At this time, I still do not have enough specific information to determine which exact screen, feature, or user flow is causing the issue. I will continue to follow up through App Store Connect. If possible, I would sincerely appreciate more concrete guidance, such as the relevant screen, reproduction steps, or a screenshot/screen recording, so I can make the correct changes. Thank you again for your support.
2d
X button disappeared on iPadOS 26.4 in MFMailComposeViewController
I’m using MFMailComposeViewController to send emails from my app. Since updating to iPadOS 26.4, there is no way to cancel the mail composer because the “X” button in the top-left corner has disappeared. On iPhone with iOS 26.4, everything still seems to work as expected. Is this a known issue, or am I missing something? Has anyone else experienced this, or found a workaround?
Topic: UI Frameworks SubTopic: UIKit
2
0
131
2d
Apple Developer Program Enrollment Still Pending (Paid on March 20)
Hi everyone, I recently enrolled in the Apple Developer Program and completed my payment on Friday, March 20, 2026. However, my account is still showing as pending and hasn't been approved or activated yet. I'm really eager to get my personal finance app, set up for testing, so I wanted to ask if this processing time is normal, or if there is any additional information or document I need to provide to complete the process. Could anyone from the Apple team assist in checking the status of my enrollment? Thank you in advance for your help
4
0
108
2d
Entitlement values for the Enhanced Security and the Additional Runtime Platform Restrictions
I recently turned on the enhanced security options for my macOS app in Xcode 26.0.1 by adding the Enhanced Security capability in the Signing and Capabilities tab. Then, Xcode adds the following key-value sets (with some other key-values) to my app's entitlements file. com.apple.security.hardened-process.enhanced-security-version 1 com.apple.security.hardened-process.platform-restrictions 2 These values appear following the documentation about the enhanced security feature (Enabling enhanced security for your app) and the app works without any issues. However, when I submitted a new version to the Mac App Store, my submission was rejected, and I received the following message from the App Review team via the App Store Connect. Guideline 2.4.5(i) - Performance Your app incorrectly implements sandboxing, or it contains one or more entitlements with invalid values. Please review the included entitlements and sandboxing documentation and reso
6
0
1.3k
1d
Reply to Window size of iOS app running on Mac
You can set a min and max size in the UISceneDelegate method scene(_:willConnectTo:options:) by accessing the sizeRestrictions property of the UIWindowScene. Here's an example: func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { guard let winScene = scene as? UIWindowScene else { return } if let sizes = winScene.sizeRestrictions { sizes.minimumSize = .init(width: 640, height: 480) // No smaller than 640x480 sizes.maximumSize = .init(width: .max, height: .max) // As big as the user wants } }
Topic: UI Frameworks SubTopic: UIKit Tags:
2d
Unable to change build attached to version in App Store Connect
I have an app version (1.2.1) in App Store Connect that is showing Ready for Review status. It has an old build (1.2.0, build 4) attached to it. I uploaded a new build today (1.2.1, build 5) and need to swap it in, but there is no + or - button in the Build section of the version page, and clicking the current build number just navigates to its metadata page. I have tried: Creating a new version (1.2.1) — it auto-populated with the old build Uploading a new build with the correct version string — still no option to swap Looking for a Remove from Review button — it does not exist on my page Is there a way to detach the current build and attach the new one, or do I need to delete the version and start fresh? If so, will that affect my existing review thread with Apple?v
Replies
1
Boosts
0
Views
82
Activity
2d
Reply to Need MetricKit Implementation details for MacOS background Application, mainly for
Hi, We installed again via the same full PKG installer. On the very first launch after this second install, we received approximately 48 hours of past metric payloads through pastPayloads. We are not sure what was different between the two full installs. Is there something on the system side that could cause the first install to not deliver payloads, and then a subsequent install to start delivering them? Diagnostic payload test results — following your suggested steps: Host app (UI process): Launched the app Ran: `killall -ABRT HostApp Process Dismissed the crash report window Relaunched the app ✅ didReceiveDiagnosticPayloads: was called promptly on relaunch. Network Extension (tunnel process): Ran: `sudo killall -ABRT NEProcess Dismissed the crash report window Waited for the tunnel to restart automatically ❌ No diagnostic payload was delivered. didReceiveDiagnosticPayloads: was never called in the NE's subscriber. So, could u comment if MetricKit works
Replies
Boosts
Views
Activity
2d
Reply to App stuck on “Ready for Distribution” – Trader status not provided / DSA in review
I have a client with the same situation. DSA is In Review for 1 month now. we didnt notice this untill we published the app. I have opened a ticket at support to find out what the problem is.
Replies
Boosts
Views
Activity
1d
App stuck on “Ready for Distribution” – Trader status not provided / DSA in review
Hi, My app status is currently “Ready for Distribution”, but it still hasn’t appeared on the App Store and I’m not sure what is blocking the release. In App Store Connect, I have already completed: • Agreements, Tax, and Banking (all active) • Pricing and Availability (countries selected) • Automatic release is enabled However: • My Digital Services Act (DSA) status is still “In Review” • I am also in the process of changing my account from Individual to Organization At this point, I’m not sure if the delay is caused by DSA review, account type change, or something else. Has anyone experienced a similar situation? Is there anything else I should check or complete to make sure the app goes live? Apple ID: 6760753842 Thank you.
Replies
1
Boosts
0
Views
38
Activity
1d
Account pending
Hi everyone, I purchased an Apple Developer Program membership about three days ago. The payment has already been successfully charged to my bank account, but my account is still showing the status “Pending” with the message “Subscribe your membership.” I haven’t received any confirmation email or any request for additional information since completing the purchase. I’m curious if others have experienced a similar delay recently, and how long it took before your developer account was fully activated. Any insights or experiences would be greatly appreciated. Thanks in advance!
Replies
12
Boosts
0
Views
1.5k
Activity
1d
I have submitted my app and it has been waiting for review.
I have submitted my app and it has been waiting for review. I am the owner of the App and I applied for expedited review, but it didn't work. The version we submitted updated the information of the App. We consulted Apple and asked to continue waiting by using Contact Us. I also submitted the information and they said to wait further. So we can only seek help from the reviewers here. Application ID: d6479289380
Replies
5
Boosts
0
Views
90
Activity
1d
Reply to I have submitted my app and it has been waiting for review.
Could you please tell me what other methods there are to solve this problem and let me know the result of the App review?
Replies
Boosts
Views
Activity
1d
Reply to Request for Clearer App Review Feedback and Faster Review
Thank you for your response and for your help. I have now received another rejection with similar concerns under Guideline 2.3.1(a) and Guideline 4.2. At this time, I still do not have enough specific information to determine which exact screen, feature, or user flow is causing the issue. I will continue to follow up through App Store Connect. If possible, I would sincerely appreciate more concrete guidance, such as the relevant screen, reproduction steps, or a screenshot/screen recording, so I can make the correct changes. Thank you again for your support.
Replies
Boosts
Views
Activity
2d
Reply to Anyone waiting long for Apple Developer approval?
Hi, I'm also waiting for 5 days. No replies to emails that I've sent to support. Also, for my country I don't have call option on support page. Did you got access? What was the issue? How long does it took?
Replies
Boosts
Views
Activity
2d
developers account
I recently bought my developers account, it has been 6 days and still isn't activated, And I repeated the request twice now The account is Kuwaiti,Waiting for reply.thanks
Replies
2
Boosts
0
Views
548
Activity
2d
X button disappeared on iPadOS 26.4 in MFMailComposeViewController
I’m using MFMailComposeViewController to send emails from my app. Since updating to iPadOS 26.4, there is no way to cancel the mail composer because the “X” button in the top-left corner has disappeared. On iPhone with iOS 26.4, everything still seems to work as expected. Is this a known issue, or am I missing something? Has anyone else experienced this, or found a workaround?
Topic: UI Frameworks SubTopic: UIKit
Replies
2
Boosts
0
Views
131
Activity
2d
Apple Developer Program Enrollment Still Pending (Paid on March 20)
Hi everyone, I recently enrolled in the Apple Developer Program and completed my payment on Friday, March 20, 2026. However, my account is still showing as pending and hasn't been approved or activated yet. I'm really eager to get my personal finance app, set up for testing, so I wanted to ask if this processing time is normal, or if there is any additional information or document I need to provide to complete the process. Could anyone from the Apple team assist in checking the status of my enrollment? Thank you in advance for your help
Replies
4
Boosts
0
Views
108
Activity
2d
Reply to Entitlement values for the Enhanced Security and the Additional Runtime Platform Restrictions
@z0rk Hmm, I’ve already submitted a new version of my app with the new entitlement to the Mac App Store and it was accepted.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
2d
Entitlement values for the Enhanced Security and the Additional Runtime Platform Restrictions
I recently turned on the enhanced security options for my macOS app in Xcode 26.0.1 by adding the Enhanced Security capability in the Signing and Capabilities tab. Then, Xcode adds the following key-value sets (with some other key-values) to my app's entitlements file. com.apple.security.hardened-process.enhanced-security-version 1 com.apple.security.hardened-process.platform-restrictions 2 These values appear following the documentation about the enhanced security feature (Enabling enhanced security for your app) and the app works without any issues. However, when I submitted a new version to the Mac App Store, my submission was rejected, and I received the following message from the App Review team via the App Store Connect. Guideline 2.4.5(i) - Performance Your app incorrectly implements sandboxing, or it contains one or more entitlements with invalid values. Please review the included entitlements and sandboxing documentation and reso
Replies
6
Boosts
0
Views
1.3k
Activity
1d
Reply to Window size of iOS app running on Mac
You can set a min and max size in the UISceneDelegate method scene(_:willConnectTo:options:) by accessing the sizeRestrictions property of the UIWindowScene. Here's an example: func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { guard let winScene = scene as? UIWindowScene else { return } if let sizes = winScene.sizeRestrictions { sizes.minimumSize = .init(width: 640, height: 480) // No smaller than 640x480 sizes.maximumSize = .init(width: .max, height: .max) // As big as the user wants } }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
2d