Search results for

“testflight the requested app is not avaliable”

416,683 results found

Post

Replies

Boosts

Views

Activity

Apple Engaged in Geographic Bias
We are a development team building an application targeted specifically for the Southeast Asian market. We have been caught in a frustrating review cycle and are hoping to get some guidance on how to move forward. The Situation Our application is intentionally unavailable in the United States. Per Apple's guidance, we implemented a We are currently not available in your country error screen that displays when a user's location falls outside our supported regions. This is intentional, expected behavior — not a bug. The Problem Despite providing detailed testing instructions and dedicated test accounts tied to the correct region, our Reviewers consistently: Do not use the test accounts we created for them Do not follow the regional setup instructions we provided Access the app from a US-based location See the geographic restriction screen (the one Apple instructed us to build) Flag it as a bug and reject the submission We have confirmed this is the
1
0
50
4d
Siri not calling my INExtension
Things I did: created an Intents Extension target added Supported Intents to both my main app target and the intent extension, with INAddTasksIntent and INCreateNoteIntent created the AppIntentVocabulary in my main app target created the handlers in the code in the Intents Extension target class AddTaskIntentHandler: INExtension, INAddTasksIntentHandling { func resolveTaskTitles(for intent: INAddTasksIntent) async -> [INSpeakableStringResolutionResult] { if let taskTitles = intent.taskTitles { return taskTitles.map { INSpeakableStringResolutionResult.success(with: $0) } } else { return [INSpeakableStringResolutionResult.needsValue()] } } func handle(intent: INAddTasksIntent) async -> INAddTasksIntentResponse { // my code to handle this... let response = INAddTasksIntentResponse(code: .success, userActivity: nil) response.addedTasks = tasksCreated.map { INTask( title: INSpeakableString(spokenPhrase: $0.name), status: .notCompleted, taskType: .completable, spatialEventTrigger: nil, tempo
3
0
575
4d
Reply to Entitlement values for the Enhanced Security and the Additional Runtime Platform Restrictions
I have the same issue now after Xcode 26.4 has been released and changed these entitlements. My apps have been rejected with the following: Entitlement com.apple.security.hardened-process.enhanced-security-version-string value must be boolean and true. Entitlement com.apple.security.hardened-process.platform-restrictions-string value must be boolean and true. It seems to be the same problem where the App Review automated system hasn't been updated to accept the new entitlements even though Xcode 26.4 has been out for more than a week now. I've raised FB22387339 for this.
Topic: Privacy & Security SubTopic: General Tags:
4d
DMG notarization stuck In Progress 8+ hours — 12 submissions, all showing in-progress, not able to found any log related to any submission id.
Team ID: MB9VR977ND We have changed apple developer account for the our application, after changing account we have submitted app for notarization multiple times but all showing in-progress without any logs. do we need to wait until this passed from apple side ? does submitting many request has any issue ? Submission id: 8c5ac51d-bcd3-4fc4-9b38-671e5ea2bf14
3
0
314
4d
协议更新 《Apple Developer Program 许可协议》已更新并需要查阅。若要更新现有 App 和提交新 App,账户持有人必须前往 Apple Developer 网站登录账户,查看并接受更新后的协议。
我进入https://appstoreconnect.apple.com/apps/870315780/distribution/ios/version/deliverable想要发版,但是提示协议更新 《Apple Developer Program 许可协议》已更新并需要查阅。若要更新现有 App 和提交新 App,账户持有人必须前往 Apple Developer 网站登录账户,查看并接受更新后的协议。 但是账户持有人已经在developer.apple.com签署过协议了,这是为什么?
3
0
103
4d
Individual Enrollment Pending for 48+ Hours — No Response
I purchased the Apple Developer Program (Individual) over 48 hours ago. I received the Order Acknowledgement email confirming my US$ 99 payment was processed. However, my account still shows Purchase your membership and I have not received any activation email or follow-up. I submitted a support request (Case ID: 30000003529740) but have not received a response. The Apple Developer app also shows Enrollment through the Apple Developer app is not available for this Apple Account, so I enrolled via the website as directed. Could someone from the Developer Program team please review my enrollment? Thank you.
1
0
61
4d
Reply to Individual Enrollment Pending for 48+ Hours — No Response
Dear Apple Developer Support, I am following up on Case ID 30000003529740, submitted several days ago with no response. I purchased the Apple Developer Program (Individual, $99) on March 28, 2026 and received the Order Acknowledgement email. However, my account at developer.apple.com still displays Purchase your membership and I have not received any activation or follow-up communication. I also posted on the Apple Developer Forums but have not received a response there either. Could you please review my enrollment and let me know if any additional information or verification is needed from my side? I am happy to provide whatever is required. Case ID: 30000003529740 Thank you for your help.
4d
Reply to I have submitted my app and it has been waiting for review.
We submitted the application for review. Six days have passed and we are still waiting for the review process. Even applying for expedited review didn't help at all. How can we get the review result as soon as possible? This time, the review process for the application update is extremely long. After the last submission, the result would be given within 24 hours. We are loyal Apple developers and strictly followed Apple's review policies, hoping to get the result as soon as possible~~~~~
4d
Is it possible to run both an NEPacketTunnelProvider and an NEDNSProxyProvider simultaneously?
When I tried to run a DNS Proxy while I had a PacketTunnelProvider VPN actively connected, the DNS proxy appeared to start but didnt receive any DNS flows. If I start the DNS Proxy first, it will receive proxied flows for the DNS queries. But as soon as I connect a PacketTunnelProvider VPN, the DNS queries are no longer sent to the proxy and I see the following syslog output:Nov 15 15:50:04 iphone nesessionmanager(NetworkExtension)[216] <Notice>: -[NESMSession setStatus:]:753 NESMDNSProxySession[Mobility:8C06EFC5-13C0-4253-97C0-EE588D8CCBA4]: status changed to disconnected, last stop reason Configuration was superceded by another configurationIs there any way to run both a DNS Proxy Provider Network Extension and a Packet Tunnel Provider Network Extension simultaneously?
3
0
1.5k
Nov ’17
Reply to My App stuck in "Waiting for Review" two week
Thank you for your post. We're investigating and will contact you in App Store Connect to provide further assistance. If you continue to experience issues during review, please contact us.
Replies
Boosts
Views
Activity
4d
Apple Engaged in Geographic Bias
We are a development team building an application targeted specifically for the Southeast Asian market. We have been caught in a frustrating review cycle and are hoping to get some guidance on how to move forward. The Situation Our application is intentionally unavailable in the United States. Per Apple's guidance, we implemented a We are currently not available in your country error screen that displays when a user's location falls outside our supported regions. This is intentional, expected behavior — not a bug. The Problem Despite providing detailed testing instructions and dedicated test accounts tied to the correct region, our Reviewers consistently: Do not use the test accounts we created for them Do not follow the regional setup instructions we provided Access the app from a US-based location See the geographic restriction screen (the one Apple instructed us to build) Flag it as a bug and reject the submission We have confirmed this is the
Replies
1
Boosts
0
Views
50
Activity
4d
Reply to Apple Engaged in Geographic Bias
Thank you for your post. A representative from App Review will contact you to provide further assistance. If you continue to experience issues during review, please contact us.
Replies
Boosts
Views
Activity
4d
Reply to Siri not calling my INExtension
Bumping this up as it's kinda a blocker for my app :)
Replies
Boosts
Views
Activity
4d
Siri not calling my INExtension
Things I did: created an Intents Extension target added Supported Intents to both my main app target and the intent extension, with INAddTasksIntent and INCreateNoteIntent created the AppIntentVocabulary in my main app target created the handlers in the code in the Intents Extension target class AddTaskIntentHandler: INExtension, INAddTasksIntentHandling { func resolveTaskTitles(for intent: INAddTasksIntent) async -> [INSpeakableStringResolutionResult] { if let taskTitles = intent.taskTitles { return taskTitles.map { INSpeakableStringResolutionResult.success(with: $0) } } else { return [INSpeakableStringResolutionResult.needsValue()] } } func handle(intent: INAddTasksIntent) async -> INAddTasksIntentResponse { // my code to handle this... let response = INAddTasksIntentResponse(code: .success, userActivity: nil) response.addedTasks = tasksCreated.map { INTask( title: INSpeakableString(spokenPhrase: $0.name), status: .notCompleted, taskType: .completable, spatialEventTrigger: nil, tempo
Replies
3
Boosts
0
Views
575
Activity
4d
Reply to Xcode now hangs; SDKs are "status unavailable"
The latest Xcode Beta does not work either. Hangs almost immediately.
Replies
Boosts
Views
Activity
4d
Reply to Entitlement values for the Enhanced Security and the Additional Runtime Platform Restrictions
I have the same issue now after Xcode 26.4 has been released and changed these entitlements. My apps have been rejected with the following: Entitlement com.apple.security.hardened-process.enhanced-security-version-string value must be boolean and true. Entitlement com.apple.security.hardened-process.platform-restrictions-string value must be boolean and true. It seems to be the same problem where the App Review automated system hasn't been updated to accept the new entitlements even though Xcode 26.4 has been out for more than a week now. I've raised FB22387339 for this.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
4d
Reply to DMG notarization stuck In Progress 8+ hours — 12 submissions, all showing in-progress, not able to found any log related to any submission id.
Same issue, which is how I ended up here looking for answers. New app, 12+ hours. Sounds like need to just wait it out indefintely. I genuinely wish Apple provided some kind of update or logs when notarization was sitting in progress for such extended lengths of time.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
4d
DMG notarization stuck In Progress 8+ hours — 12 submissions, all showing in-progress, not able to found any log related to any submission id.
Team ID: MB9VR977ND We have changed apple developer account for the our application, after changing account we have submitted app for notarization multiple times but all showing in-progress without any logs. do we need to wait until this passed from apple side ? does submitting many request has any issue ? Submission id: 8c5ac51d-bcd3-4fc4-9b38-671e5ea2bf14
Replies
3
Boosts
0
Views
314
Activity
4d
协议更新 《Apple Developer Program 许可协议》已更新并需要查阅。若要更新现有 App 和提交新 App,账户持有人必须前往 Apple Developer 网站登录账户,查看并接受更新后的协议。
我进入https://appstoreconnect.apple.com/apps/870315780/distribution/ios/version/deliverable想要发版,但是提示协议更新 《Apple Developer Program 许可协议》已更新并需要查阅。若要更新现有 App 和提交新 App,账户持有人必须前往 Apple Developer 网站登录账户,查看并接受更新后的协议。 但是账户持有人已经在developer.apple.com签署过协议了,这是为什么?
Replies
3
Boosts
0
Views
103
Activity
4d
Reply to 协议更新 《Apple Developer Program 许可协议》已更新并需要查阅。若要更新现有 App 和提交新 App,账户持有人必须前往 Apple Developer 网站登录账户,查看并接受更新后的协议。
我这边误选了付费APP如何取消这个协议 我的团队ID是6RCUQW8XR3
Replies
Boosts
Views
Activity
4d
Individual Enrollment Pending for 48+ Hours — No Response
I purchased the Apple Developer Program (Individual) over 48 hours ago. I received the Order Acknowledgement email confirming my US$ 99 payment was processed. However, my account still shows Purchase your membership and I have not received any activation email or follow-up. I submitted a support request (Case ID: 30000003529740) but have not received a response. The Apple Developer app also shows Enrollment through the Apple Developer app is not available for this Apple Account, so I enrolled via the website as directed. Could someone from the Developer Program team please review my enrollment? Thank you.
Replies
1
Boosts
0
Views
61
Activity
4d
Reply to Individual Enrollment Pending for 48+ Hours — No Response
Dear Apple Developer Support, I am following up on Case ID 30000003529740, submitted several days ago with no response. I purchased the Apple Developer Program (Individual, $99) on March 28, 2026 and received the Order Acknowledgement email. However, my account at developer.apple.com still displays Purchase your membership and I have not received any activation or follow-up communication. I also posted on the Apple Developer Forums but have not received a response there either. Could you please review my enrollment and let me know if any additional information or verification is needed from my side? I am happy to provide whatever is required. Case ID: 30000003529740 Thank you for your help.
Replies
Boosts
Views
Activity
4d
Reply to I have submitted my app and it has been waiting for review.
We submitted the application for review. Six days have passed and we are still waiting for the review process. Even applying for expedited review didn't help at all. How can we get the review result as soon as possible? This time, the review process for the application update is extremely long. After the last submission, the result would be given within 24 hours. We are loyal Apple developers and strictly followed Apple's review policies, hoping to get the result as soon as possible~~~~~
Replies
Boosts
Views
Activity
4d
Is it possible to run both an NEPacketTunnelProvider and an NEDNSProxyProvider simultaneously?
When I tried to run a DNS Proxy while I had a PacketTunnelProvider VPN actively connected, the DNS proxy appeared to start but didnt receive any DNS flows. If I start the DNS Proxy first, it will receive proxied flows for the DNS queries. But as soon as I connect a PacketTunnelProvider VPN, the DNS queries are no longer sent to the proxy and I see the following syslog output:Nov 15 15:50:04 iphone nesessionmanager(NetworkExtension)[216] <Notice>: -[NESMSession setStatus:]:753 NESMDNSProxySession[Mobility:8C06EFC5-13C0-4253-97C0-EE588D8CCBA4]: status changed to disconnected, last stop reason Configuration was superceded by another configurationIs there any way to run both a DNS Proxy Provider Network Extension and a Packet Tunnel Provider Network Extension simultaneously?
Replies
3
Boosts
0
Views
1.5k
Activity
Nov ’17