Search results for

“testflight the requested app is not avaliable”

416,689 results found

Post

Replies

Boosts

Views

Activity

Reply to Xcode 26.4: Regressions in Intelligence features
Update: I've reverted to using Claude in the Terminal. The implementation in Xcode 26.4 is just so godawful buggy that it's unusable. (I've discovered that if you quit and restart Xcode, the chat history suddenly contains TONS of text that wasn't showing up previously!) Whatever the reason, Xcode 26.4 is just crippled. I haven't tested the new 26.5 beta because you can't ship apps from it yet.
4d
App Update Visible on App Store but Not Auto-Updating on User Devices
Hi everyone, I recently released a new version of my app on the App Store and the update is visible to users, but it is not auto-updating on their devices even when they have automatic updates enabled in their App Store app settings. What I have verified so far: The update is live and visible on the App Store The version number and build number are correctly incremented The app has been fully approved and released Tested on multiple devices with auto-update turned ON Waited more than 48 hours after release Users can only get the new version by manually going to the App Store and tapping Update. This includes important bug fixes so I want to ensure users are on the latest version. Has anyone else faced this recently? Could this be a server-side propagation delay or something I may have missed? Any guidance would be greatly appreciated!
0
0
46
4d
launch ASWebAuthenticationSession from single sign on extenstion
I need to launch ASWebAuthenticationSession from single sign on extension, but its not launching it might issue with anchoring window, I have create custom windo and passing it in presentanchor(for session) function, custom window is launching but ASWebAuthenticationSession browser is not launching Note - flow is like this Apple PSSO register window lauched OIDC login will happen via ASWebAuthenticationSession to get accesstoken which will use in device registration but ASWebAuthenticationSession is not launching, I am using custom scheme as redirect URI iskeywindow for custom window is always false what is right approach to achieve the goal
1
0
66
4d
Reply to Need MetricKit Implementation details for MacOS background Application, mainly for
Thanks for looking into this. Here is a complete summary of our setup and what we have confirmed so far. App configuration: macOS app distributed via Developer ID (PKG installer) — not the Mac App Store Host app runs as a menu bar agent (LSUIElement = YES in Info.plist) NSApplicationActivationPolicy = .accessory The app runs continuously as a login item — it is always alive Network Extension is a System Extension (NEAppProxyProvider), always running alongside the host app What we have implemented: MXMetricManager.shared().addSubscriber(self) is called in applicationDidFinishLaunching in the host app — as early as possible A separate MXMetricManagerSubscriber is registered inside the Network Extension process at tunnel start Both didReceiveMetricPayloads: and didReceiveDiagnosticPayloads: are implemented On startup we also drain pastPayloads and pastDiagnosticPayloads to catch anything queued while the process was not running The
4d
Reply to App with shallow depth entitlement not appearing in Auto-Launch > When Submerged
Hi Ziqiao, Thank you for confirming the issue. I've filed a Feedback Report as suggested: FB22384792 I'm also experiencing this on Apple Watch Ultra 2 with the latest watchOS. My configuration matches the documentation exactly (WKBackgroundModes with underwater-depth, WKSupportsAutomaticDepthLaunch = true, shallow depth entitlement). I've referenced the original thread (https://developer.apple.com/forums/thread/773542) and feedback report FB16448625 in my submission. Would appreciate any updates from the watchOS team. This is blocking a key feature for our freediving app launch. Thanks, Alexis
Topic: App & System Services SubTopic: Core OS Tags:
4d
Notification content extension not working
Are there some requirements to use Notification Content Extensions other than including the target to my iOS app? I have done it, configured it to match a certain category of notifications, but my custom interface doesn’t show up. is there anything I need to configure on my main app? Is that anything that should be changed there, such as disabking its botifications handling? is there any requirement concerning the payload? I tried to disable time sensitive and content-available notifications, but it didn’t help.
1
0
60
4d
Reply to Core Bluetooth Events when enabling State Restoration
Thanks a lot for your quick reply. I made sure that the requirements you mentioned are met & which left me with the following scenario: Peripheral is connected in the Foreground App moves in the Background At some point the App is terminated because of using too much memory Peripheral moves out of range & disconnects App is launched in the Background and willRestoreState is called correctly App is again suspended and terminated at some point Peripheral moves into range and should re-connect by launching the App in the Background again Up until 7. everything works as expected. So I assume there needs some work to be done in willRestoreState() to make sure the Peripheral can connect again. Unfortunately, the documentation is very sparse at this point. Thanks a lot for your help again! Highly appriciated
Topic: App & System Services SubTopic: Hardware Tags:
4d
Reply to App Review stuck for weeks on individual account, expedite requests ignored, multiple apps affected
I am an individual developer. I submitted my first app for review on March 14, 2026. It remained without a meaningful response until March 31, 2026. During this time, I sent three expedite review requests, but none of them helped. At the same time, I submitted my second app on March 22, 2026. I also requested an expedite review for that app, but it is still in Waiting for Review as well. Because nothing moved, I withdrew the previous submission and uploaded a third build for the same app. However, the app is still stuck in review flow. I am afraid you have done everything that one should not have done. You flood them with support and expedite request tickets. Yesterday, I read a topic where one claimed that he had sent about 20 support tickets to the company. You flood them with these tickets. I opened a support ticket several weeks ago after two of my apps were ready to distribute but were automatically removed from the
4d
Request for Official Draggable FCPXML Structure Specification for Workflow Extensions – Needed for Subtitle/Caption Generation Tools
Hi Apple Developer Forums and Final Cut Pro team, I am developing a Final Cut Pro Workflow Extension focused on speech-to-text / subtitle recognition and generation. The extension runs inside Final Cut Pro, analyzes clips, generates accurate subtitles (often hundreds of individual elements), and allows users to drag the generated subtitles directly back into the FCP timeline as a clean, editable Compound Clip or Storyline. We are implementing this drag-and-drop functionality using the official pasteboard mechanism (com.apple.finalcutpro.xml and versioned types such as com.apple.finalcutpro.xml.v1-10). While the high-level documentation is helpful: Supporting Drag and Drop for Data Sent to Final Cut Pro FCPXML Reference Designing Workflow Extensions There is still no detailed public specification for the exact internal XML structure that Final Cut Pro expects for a drag operation to reliably result in a usable Compound Clip (or direct Storyline insertion), especially when dealing with large numbers of
0
0
37
4d
Reply to Upload new binary for In-App Purchase(s) review?
Has this been an issue for ten years? I am still in a rejection loop, can't see the IAP/Sub section in the version. After creating a new sub product, re-building to change the product code the IAP/Sub section appeared, I linked the sub product to the app, added new build submitted for review and the link went away and of course because the product wasn't approved with the binary the in app purchase can't ever work
4d
Reply to Developer account verification
I signed up and paid on the 25th. After no response I called apple tech support. 2 hours later. The response is they can’t help me but would push my request up the chain. I just paid a second time thinking it may be a glitch. Honestly this is unacceptable. When my app had a million users will it take three weeks to reach apple when something goes wrong?!?!
4d
App Group container being recreated on app update, causing complete data loss
I'm experiencing an issue where the App Group shared container appears to be recreated (with a new creation date) during an app update, resulting in complete loss of locally stored data. Background My app uses UserDefaults, Realm, Core Data, and CloudKit, with all local data stored in the App Group container (FileManager.containerURL(forSecurityApplicationGroupIdentifier:)). The app has been available since 2016 and has a stable user base. Starting last year, I began receiving occasional reports from users saying all their data in the app had disappeared. To investigate, I added diagnostic logging that detects when an existing user's data appears to have been reset — specifically by checking the App Group container's file system creation date, and the existence and values of expected files. What the diagnostics revealed When the issue occurs, I observe the following: The App Group container has a recent creation date, far newer than the u
1
0
76
4d
React Native IAP: getProducts returns empty array in TestFlight despite complete configuration
Hi everyone, I’m currently developing an iOS app using React Native and implementing consumable In-App Purchases (IAP). I'm facing an issue where getProducts returns an empty array without any error messages when testing on a TestFlight build. I have already completed the following setup: Agreements, Tax, and Banking: All forms are signed and the status is Active in App Store Connect. Product Configuration: The Consumable product is created in App Store Connect with the status Ready to Submit. App Store Connect Integration: The product is correctly linked under the In-App Purchases and Subscriptions section of the App version. Xcode Capability: The In-App Purchase capability has been added to the project. Implementation: The Product ID in my React Native code (using react-native-iap) matches the ID in App Store Connect exactly. Despite these steps, the product list remains empty. Are there any hidden requirements or spec
0
0
52
4d
Reply to App Crash with mxSignpost function not found
Referenced from: /private/var/containers/Bundle/Application/FF873B01-8EA2-4C96-9DBE-D2FDE6BD6B42/MyApp.app/MyApp.debug.dylib Expected in: /System/Library/Frameworks/MetricKit.framework/MetricKit Symbol not found: _$s9MetricKit10mxSignpost_3dso3log4name10signpostID__ySo03os_H7_type_ta_SVSo03OS_j1_F0Cs12StaticStringV0J0010OSSignpostI0VALSays7CVarArg_pGtF Referenced from: /private/var/containers/Bundle/Application/FF873B01-8EA2-4C96-9DBE-D2FDE6BD6B42/MyApp.app/MyApp.debug.dylib Expected in: /System/Library/Frameworks/MetricKit.framework/MetricKit dyld config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/usr/lib/libLogRedirect.dylib:/usr/lib/libBacktraceRecording.dylib:/usr/lib/libMainThreadChecker.dylib:/usr/lib/libRPAC.dylib:/usr/lib/libViewDebuggerSupport.dylib:/System/Library/PrivateFrameworks/GPUToolsCapture.framework/GPUToolsCapture Symbol not found: _$s9MetricKit10mxSignpost_3dso3log4name10signpostID__ySo03os_H7_type_ta_SVSo03OS_j1_F0Cs12Sta
Topic: App & System Services SubTopic: General Tags:
4d
Reply to Xcode 26.4: Regressions in Intelligence features
Update: I've reverted to using Claude in the Terminal. The implementation in Xcode 26.4 is just so godawful buggy that it's unusable. (I've discovered that if you quit and restart Xcode, the chat history suddenly contains TONS of text that wasn't showing up previously!) Whatever the reason, Xcode 26.4 is just crippled. I haven't tested the new 26.5 beta because you can't ship apps from it yet.
Replies
Boosts
Views
Activity
4d
App Update Visible on App Store but Not Auto-Updating on User Devices
Hi everyone, I recently released a new version of my app on the App Store and the update is visible to users, but it is not auto-updating on their devices even when they have automatic updates enabled in their App Store app settings. What I have verified so far: The update is live and visible on the App Store The version number and build number are correctly incremented The app has been fully approved and released Tested on multiple devices with auto-update turned ON Waited more than 48 hours after release Users can only get the new version by manually going to the App Store and tapping Update. This includes important bug fixes so I want to ensure users are on the latest version. Has anyone else faced this recently? Could this be a server-side propagation delay or something I may have missed? Any guidance would be greatly appreciated!
Replies
0
Boosts
0
Views
46
Activity
4d
launch ASWebAuthenticationSession from single sign on extenstion
I need to launch ASWebAuthenticationSession from single sign on extension, but its not launching it might issue with anchoring window, I have create custom windo and passing it in presentanchor(for session) function, custom window is launching but ASWebAuthenticationSession browser is not launching Note - flow is like this Apple PSSO register window lauched OIDC login will happen via ASWebAuthenticationSession to get accesstoken which will use in device registration but ASWebAuthenticationSession is not launching, I am using custom scheme as redirect URI iskeywindow for custom window is always false what is right approach to achieve the goal
Replies
1
Boosts
0
Views
66
Activity
4d
Reply to Need MetricKit Implementation details for MacOS background Application, mainly for
Thanks for looking into this. Here is a complete summary of our setup and what we have confirmed so far. App configuration: macOS app distributed via Developer ID (PKG installer) — not the Mac App Store Host app runs as a menu bar agent (LSUIElement = YES in Info.plist) NSApplicationActivationPolicy = .accessory The app runs continuously as a login item — it is always alive Network Extension is a System Extension (NEAppProxyProvider), always running alongside the host app What we have implemented: MXMetricManager.shared().addSubscriber(self) is called in applicationDidFinishLaunching in the host app — as early as possible A separate MXMetricManagerSubscriber is registered inside the Network Extension process at tunnel start Both didReceiveMetricPayloads: and didReceiveDiagnosticPayloads: are implemented On startup we also drain pastPayloads and pastDiagnosticPayloads to catch anything queued while the process was not running The
Replies
Boosts
Views
Activity
4d
Reply to App with shallow depth entitlement not appearing in Auto-Launch > When Submerged
Hi Ziqiao, Thank you for confirming the issue. I've filed a Feedback Report as suggested: FB22384792 I'm also experiencing this on Apple Watch Ultra 2 with the latest watchOS. My configuration matches the documentation exactly (WKBackgroundModes with underwater-depth, WKSupportsAutomaticDepthLaunch = true, shallow depth entitlement). I've referenced the original thread (https://developer.apple.com/forums/thread/773542) and feedback report FB16448625 in my submission. Would appreciate any updates from the watchOS team. This is blocking a key feature for our freediving app launch. Thanks, Alexis
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
4d
Notification content extension not working
Are there some requirements to use Notification Content Extensions other than including the target to my iOS app? I have done it, configured it to match a certain category of notifications, but my custom interface doesn’t show up. is there anything I need to configure on my main app? Is that anything that should be changed there, such as disabking its botifications handling? is there any requirement concerning the payload? I tried to disable time sensitive and content-available notifications, but it didn’t help.
Replies
1
Boosts
0
Views
60
Activity
4d
Reply to Core Bluetooth Events when enabling State Restoration
Thanks a lot for your quick reply. I made sure that the requirements you mentioned are met & which left me with the following scenario: Peripheral is connected in the Foreground App moves in the Background At some point the App is terminated because of using too much memory Peripheral moves out of range & disconnects App is launched in the Background and willRestoreState is called correctly App is again suspended and terminated at some point Peripheral moves into range and should re-connect by launching the App in the Background again Up until 7. everything works as expected. So I assume there needs some work to be done in willRestoreState() to make sure the Peripheral can connect again. Unfortunately, the documentation is very sparse at this point. Thanks a lot for your help again! Highly appriciated
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
4d
Reply to App Review stuck for weeks on individual account, expedite requests ignored, multiple apps affected
I am an individual developer. I submitted my first app for review on March 14, 2026. It remained without a meaningful response until March 31, 2026. During this time, I sent three expedite review requests, but none of them helped. At the same time, I submitted my second app on March 22, 2026. I also requested an expedite review for that app, but it is still in Waiting for Review as well. Because nothing moved, I withdrew the previous submission and uploaded a third build for the same app. However, the app is still stuck in review flow. I am afraid you have done everything that one should not have done. You flood them with support and expedite request tickets. Yesterday, I read a topic where one claimed that he had sent about 20 support tickets to the company. You flood them with these tickets. I opened a support ticket several weeks ago after two of my apps were ready to distribute but were automatically removed from the
Replies
Boosts
Views
Activity
4d
Request for Official Draggable FCPXML Structure Specification for Workflow Extensions – Needed for Subtitle/Caption Generation Tools
Hi Apple Developer Forums and Final Cut Pro team, I am developing a Final Cut Pro Workflow Extension focused on speech-to-text / subtitle recognition and generation. The extension runs inside Final Cut Pro, analyzes clips, generates accurate subtitles (often hundreds of individual elements), and allows users to drag the generated subtitles directly back into the FCP timeline as a clean, editable Compound Clip or Storyline. We are implementing this drag-and-drop functionality using the official pasteboard mechanism (com.apple.finalcutpro.xml and versioned types such as com.apple.finalcutpro.xml.v1-10). While the high-level documentation is helpful: Supporting Drag and Drop for Data Sent to Final Cut Pro FCPXML Reference Designing Workflow Extensions There is still no detailed public specification for the exact internal XML structure that Final Cut Pro expects for a drag operation to reliably result in a usable Compound Clip (or direct Storyline insertion), especially when dealing with large numbers of
Replies
0
Boosts
0
Views
37
Activity
4d
Reply to Upload new binary for In-App Purchase(s) review?
Has this been an issue for ten years? I am still in a rejection loop, can't see the IAP/Sub section in the version. After creating a new sub product, re-building to change the product code the IAP/Sub section appeared, I linked the sub product to the app, added new build submitted for review and the link went away and of course because the product wasn't approved with the binary the in app purchase can't ever work
Replies
Boosts
Views
Activity
4d
Reply to Developer account verification
I signed up and paid on the 25th. After no response I called apple tech support. 2 hours later. The response is they can’t help me but would push my request up the chain. I just paid a second time thinking it may be a glitch. Honestly this is unacceptable. When my app had a million users will it take three weeks to reach apple when something goes wrong?!?!
Replies
Boosts
Views
Activity
4d
App Group container being recreated on app update, causing complete data loss
I'm experiencing an issue where the App Group shared container appears to be recreated (with a new creation date) during an app update, resulting in complete loss of locally stored data. Background My app uses UserDefaults, Realm, Core Data, and CloudKit, with all local data stored in the App Group container (FileManager.containerURL(forSecurityApplicationGroupIdentifier:)). The app has been available since 2016 and has a stable user base. Starting last year, I began receiving occasional reports from users saying all their data in the app had disappeared. To investigate, I added diagnostic logging that detects when an existing user's data appears to have been reset — specifically by checking the App Group container's file system creation date, and the existence and values of expected files. What the diagnostics revealed When the issue occurs, I observe the following: The App Group container has a recent creation date, far newer than the u
Replies
1
Boosts
0
Views
76
Activity
4d
React Native IAP: getProducts returns empty array in TestFlight despite complete configuration
Hi everyone, I’m currently developing an iOS app using React Native and implementing consumable In-App Purchases (IAP). I'm facing an issue where getProducts returns an empty array without any error messages when testing on a TestFlight build. I have already completed the following setup: Agreements, Tax, and Banking: All forms are signed and the status is Active in App Store Connect. Product Configuration: The Consumable product is created in App Store Connect with the status Ready to Submit. App Store Connect Integration: The product is correctly linked under the In-App Purchases and Subscriptions section of the App version. Xcode Capability: The In-App Purchase capability has been added to the project. Implementation: The Product ID in my React Native code (using react-native-iap) matches the ID in App Store Connect exactly. Despite these steps, the product list remains empty. Are there any hidden requirements or spec
Replies
0
Boosts
0
Views
52
Activity
4d
Reply to App Crash with mxSignpost function not found
Hi, App crashes on launch on iOS 26.3.1 after building with Xcode 26.4. dyld: Symbol not found: MetricKit.mxSignpost Works fine on iOS 26.4+. FB: FB22384135 Anyone else seeing this or any workaround? Thanks.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
4d
Reply to App Crash with mxSignpost function not found
Referenced from: /private/var/containers/Bundle/Application/FF873B01-8EA2-4C96-9DBE-D2FDE6BD6B42/MyApp.app/MyApp.debug.dylib Expected in: /System/Library/Frameworks/MetricKit.framework/MetricKit Symbol not found: _$s9MetricKit10mxSignpost_3dso3log4name10signpostID__ySo03os_H7_type_ta_SVSo03OS_j1_F0Cs12StaticStringV0J0010OSSignpostI0VALSays7CVarArg_pGtF Referenced from: /private/var/containers/Bundle/Application/FF873B01-8EA2-4C96-9DBE-D2FDE6BD6B42/MyApp.app/MyApp.debug.dylib Expected in: /System/Library/Frameworks/MetricKit.framework/MetricKit dyld config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/usr/lib/libLogRedirect.dylib:/usr/lib/libBacktraceRecording.dylib:/usr/lib/libMainThreadChecker.dylib:/usr/lib/libRPAC.dylib:/usr/lib/libViewDebuggerSupport.dylib:/System/Library/PrivateFrameworks/GPUToolsCapture.framework/GPUToolsCapture Symbol not found: _$s9MetricKit10mxSignpost_3dso3log4name10signpostID__ySo03os_H7_type_ta_SVSo03OS_j1_F0Cs12Sta
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
4d