Search results for

“testflight the requested app is not avaliable”

416,614 results found

Post

Replies

Boosts

Views

Activity

Kernel panics on M5 devices with network extension
Hello, We have a security solution which intercepts network traffic for inspection using a combination of Transparent Proxy Provider and Content filter. Lately we are seeing reports from the market that on M5 Macbooks and A18 Neos the system will kernel panic using our solution, even though it never happens on M1-M4 and no significant code changes were made in the mean time. All crashes seem to be related to an internal double free in the kernel: panic(cpu 0 caller 0xfffffe003bb68224): skmem_slab_free_locked: attempt to free invalid or already-freed obj 0xf2fffe29e15f2400 on skm 0xf6fffe2518aaa200 @skmem_slab.c:646 Debugger message: panic Memory ID: 0xff OS release type: User OS version: 25D2128 Kernel version: Darwin Kernel Version 25.3.0: Wed Jan 28 20:54:38 PST 2026; root:xnu-12377.91.3~2/RELEASE_ARM64_T6050 Additionally, from further log inspection, before panics we find some weird kernel messages which seem to be related to some DMA operations gone wrong in the network driver on some machines: 2
3
0
94
1d
Reply to Local Network permission on macOS 15 macOS 26: multicast behaves inconsistently and regularly drops
[quote='882610022, VictorPetitjean, /thread/809211?answerId=882610022#882610022, /profile/VictorPetitjean'] The just released 26.5 beta (build 25F5042g) seems to … solve FB21858319 [/quote] That’s great news. Thanks for testing on the beta seeds. [quote='882610022, VictorPetitjean, /thread/809211?answerId=882610022#882610022, /profile/VictorPetitjean'] when multiple versions of the app coexist on a machine, the latest … won't receive Local Network traffic after macOS reboot until its socket is closed and reopened [/quote] Hmmm. First up, as you’re aware, having multiple copies of an app installed is an ongoing source of local network privacy grief. I wish there was a better story on that front )-: However, your specific case sounds interesting. Lemme see if I understand it: You have Mac with multiple copies of your app installed. You restart the Mac. You launch one copy of the app. It’s immediately able to access the local network. You quit that. You launch the other copy o
1d
No response and stuck in waiting for review
Hello, app name: raw films app id: 6761117809 I need some help or guidance. I submitted my app on 25 of March and it got rejected due to guideline 2.1b, the reviewer couldn’t locate the button to unlock the premium filters with in-app purchase. I provided them screenshots and exact steps to locate the filters on 26 of March, and no response since then. I resubmitted the app on 30th of March, but still no response in App Store Connect messages, I requested help from support via email, but again no response. :( Can anyone help me with an advice? Thank you..
3
0
37
1d
Reply to No internet after reboot for 90s
Thanks for bringing this to the forums. [quote='821286021, vpoinot, /thread/821286, /profile/vpoinot'] But would you be aware of a reason that would explain the delay observed by these customers? [/quote] No. And the fact that this only happens at specific sites makes it hard to offer useful insight. What I can do is suggest a path for investigating this. IMPORTANT I’m gonna assume you’re familiar with the system log. If not, read Your Friend the System Log. I’m also going to suggest an approach that’s kinda like the one I outlined in Using a Sysdiagnose Log to Debug a Hard-to-Reproduce Problem, so you might want to read that for more background. The canonical tool for investigating issues like this is a sysdiagnose log. In a case like this that’s only going to work if you have a customer who is reasonably technically savvy and willing to help you debug. A further complication is that NE content filter data providers can’t log to the system log when signed for distribution. They can only add
1d
App rejected 13+ times for UIRequiredDeviceCapabilities after adding DeviceActivity extensions — what am I missing?
I've been stuck on Guideline 2.3 for two weeks now and I'm running out of ideas. My app is iPhone-only (UIDeviceFamily = [1]) and has been on the App Store since January. Version 2.1.9 passed review fine. The only change in 2.1.10 is adding two DeviceActivity extensions — a DeviceActivityMonitor and a DeviceActivityReport — for screen time-based stress detection. Every build since then gets rejected with the same message: The UIRequiredDeviceCapabilities key in the Info.plist is set up in such a way that the app will not install on the device used in review. Review devices: iPhone 14 Pro, iPhone 17 Pro Max, iPad Air M3. Here's what I've tried across 13+ submissions: UIRequiredDeviceCapabilities as [arm64] (array) — rejected Empty array [] — rejected Removed the key entirely — upload validation fails, Xcode re-injects arm64 anyway Post-build script to force [arm64] — rejected Dictionary format {arm64: true} — rejected Added com.apple.developer.family-controls to extension en
1
0
59
1d
Regarding how the book app handles airplane mode.
Hello. I have a question regarding the standard iPadOS Books app. When I try to open a PDF in the standard iPadOS Books app using the sharing function from another app that works offline, the Books app displays the message, Your iPad is offline. Books could not connect to the Bookstore. Please check your internet connection and try again, and I am unable to open the PDF. Can this problem be resolved by modifying the other app that works offline? Or is this a problem with the Books app itself?
0
0
63
1d
App Review response and wait time
Hello, I have been waiting for a response for 7 days now, I have resubmitted my app (photo editing app) for review. First my app was declined due to guideline 2.1(b), stating that they cannot find a filter with a lock button to test the in app-purchase. I have sent a screenshot for the reviewers and exact steps how to find those filters, this was last Thursday and still haven't received a response. I also sent a support request on Monday (30th of March), but still no response. Can you please help me with an advice? Thank you in advance.
0
0
13
1d
DiffableDataSource hangs on apply
About a year ago, I developed and released an app on the App Store (I believe it was running on the Sequoia SDK at the time), and everything was working fine. I’m now revisiting the project using the newer Tahoe SDK, and I’m running into an issue with DiffableDataSource. Specifically, the app hangs and CPU usage spikes to 100% when applying snapshots. Has anyone experienced similar issues after upgrading to newer SDKs? Are there any recent changes or pitfalls with DiffableDataSource (e.g., threading, Hashable requirements, or snapshot handling) that I should be aware of? Any insights or suggestions would be greatly appreciated. extension Section { enum Identifier: Int, CaseIterable { case main } enum Item: Hashable { case file(FileViewData) } } struct FileViewData: Equatable, Hashable, Identifiable { let id: String let name: String var accessoryViewData: KTFDownloadAccessoryViewData init( id: String, name: String, accessoryViewData: KTFDownloadAccessoryViewData = .nothing ) { self.i
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
38
1d
Reply to `NEProxySettings.matchDomains` / `exceptionList` not working as expected in `NEPacketTunnelProvider` (domain-scoped proxy not applied, and exceptions not bypassed)
Are you actually building a VPN product? I suspect that’s not the case, given that you’re using a placeholder for tunnelRemoteAddress. And if that’s true then… well… there are limits to how much I can help you here. My experience is that developers often try to use a packet tunnel provider for things that are not VPN. DTS doesn’t support those efforts because they tend to be very brittle. One of my erstwhile colleagues even wrote a technote about this, namely, TN3120 Expected use cases for Network Extension packet tunnel providers. If you’re trying to use a packet tunnel provider for something that isn’t VPN, I recommend that you watch WWDC 2025 Session 234 Filter and tunnel network traffic with NetworkExtension, where one of the engineers from the NE team explains the various alternatives that are available to you, including the new URL filter provider. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1d
NSDocument "saveToURL:ofType:..." is using outdated file type
These days I've observed a strange behavior in my document-based app on macOS: Its NSDocument class implementation is overwriting saveToURL:ofType:forSaveOperation:completionHandler:, performing some additional checks and calling super by passing the original parameters. As my app is supporting various file formats for writing (and exporting those UTIs) the user can open a file in one format and save it to another. NSDocument is calling the mentioned methods implicitly after completing the Save as... dialog. If this happens, the passed-on fileType is still the one of format #1, although the file is saved with the file name extension of format #2. This hick-up is not directly obvious to the user. But if the file is re-saved (e.g. after modifications), Cocoa is trying to extend the sandbox for the URL of type #1, and fails with the following error message at the Xcode console: -[STBDocument saveToURL:ofType:forSaveOperation:completionHandler:] [Line 521] typeName: com.janome.jef -[STB
0
0
36
1d
Reply to NWHotSpotConfiguration not providing a helpful error message
Are you sure that your accessGroup calculation is working as expected? AppIdentifierPrefix isn’t a standard Info.plist key, so for this to work you must be adding it to your Info.plist yourself. Also, is your app using a unique App ID prefix? Or your Team ID as the App ID prefix? The docs say to use the Team ID, but I think that’s a case of them just assuming the modern world where the App ID prefix is always the Team ID. If you’re using is using a unique App ID prefix I’m not entirely sure what’ll happen, so lemme know in that case. [quote='821305021, markkolan, /thread/821305, /profile/markkolan'] I have tried adding the identity separately [/quote] You’ll definitely need to do that. The keys you’re passing to SecPKCS12Import, kSecAttrAccessGroup and kSecReturnPersistentRef, don’t do what you’re hoping they’ll do (I suspect they’re just being ignored). My advice is that you call SecPKCS12Import and then call SecItemAdd. If that process is failing, it’s l
1d
Kernel panics on M5 devices with network extension
Hello, We have a security solution which intercepts network traffic for inspection using a combination of Transparent Proxy Provider and Content filter. Lately we are seeing reports from the market that on M5 Macbooks and A18 Neos the system will kernel panic using our solution, even though it never happens on M1-M4 and no significant code changes were made in the mean time. All crashes seem to be related to an internal double free in the kernel: panic(cpu 0 caller 0xfffffe003bb68224): skmem_slab_free_locked: attempt to free invalid or already-freed obj 0xf2fffe29e15f2400 on skm 0xf6fffe2518aaa200 @skmem_slab.c:646 Debugger message: panic Memory ID: 0xff OS release type: User OS version: 25D2128 Kernel version: Darwin Kernel Version 25.3.0: Wed Jan 28 20:54:38 PST 2026; root:xnu-12377.91.3~2/RELEASE_ARM64_T6050 Additionally, from further log inspection, before panics we find some weird kernel messages which seem to be related to some DMA operations gone wrong in the network driver on some machines: 2
Replies
3
Boosts
0
Views
94
Activity
1d
Reply to Local Network permission on macOS 15 macOS 26: multicast behaves inconsistently and regularly drops
[quote='882610022, VictorPetitjean, /thread/809211?answerId=882610022#882610022, /profile/VictorPetitjean'] The just released 26.5 beta (build 25F5042g) seems to … solve FB21858319 [/quote] That’s great news. Thanks for testing on the beta seeds. [quote='882610022, VictorPetitjean, /thread/809211?answerId=882610022#882610022, /profile/VictorPetitjean'] when multiple versions of the app coexist on a machine, the latest … won't receive Local Network traffic after macOS reboot until its socket is closed and reopened [/quote] Hmmm. First up, as you’re aware, having multiple copies of an app installed is an ongoing source of local network privacy grief. I wish there was a better story on that front )-: However, your specific case sounds interesting. Lemme see if I understand it: You have Mac with multiple copies of your app installed. You restart the Mac. You launch one copy of the app. It’s immediately able to access the local network. You quit that. You launch the other copy o
Replies
Boosts
Views
Activity
1d
No response and stuck in waiting for review
Hello, app name: raw films app id: 6761117809 I need some help or guidance. I submitted my app on 25 of March and it got rejected due to guideline 2.1b, the reviewer couldn’t locate the button to unlock the premium filters with in-app purchase. I provided them screenshots and exact steps to locate the filters on 26 of March, and no response since then. I resubmitted the app on 30th of March, but still no response in App Store Connect messages, I requested help from support via email, but again no response. :( Can anyone help me with an advice? Thank you..
Replies
3
Boosts
0
Views
37
Activity
1d
Is inode invalidation currently supported?
I cannot find anywhere in the documentation how to invalidate an FSItem. It seems to be cached indefinitely or am I missing something?
Replies
3
Boosts
0
Views
71
Activity
1d
Reply to No internet after reboot for 90s
Thanks for bringing this to the forums. [quote='821286021, vpoinot, /thread/821286, /profile/vpoinot'] But would you be aware of a reason that would explain the delay observed by these customers? [/quote] No. And the fact that this only happens at specific sites makes it hard to offer useful insight. What I can do is suggest a path for investigating this. IMPORTANT I’m gonna assume you’re familiar with the system log. If not, read Your Friend the System Log. I’m also going to suggest an approach that’s kinda like the one I outlined in Using a Sysdiagnose Log to Debug a Hard-to-Reproduce Problem, so you might want to read that for more background. The canonical tool for investigating issues like this is a sysdiagnose log. In a case like this that’s only going to work if you have a customer who is reasonably technically savvy and willing to help you debug. A further complication is that NE content filter data providers can’t log to the system log when signed for distribution. They can only add
Replies
Boosts
Views
Activity
1d
App rejected 13+ times for UIRequiredDeviceCapabilities after adding DeviceActivity extensions — what am I missing?
I've been stuck on Guideline 2.3 for two weeks now and I'm running out of ideas. My app is iPhone-only (UIDeviceFamily = [1]) and has been on the App Store since January. Version 2.1.9 passed review fine. The only change in 2.1.10 is adding two DeviceActivity extensions — a DeviceActivityMonitor and a DeviceActivityReport — for screen time-based stress detection. Every build since then gets rejected with the same message: The UIRequiredDeviceCapabilities key in the Info.plist is set up in such a way that the app will not install on the device used in review. Review devices: iPhone 14 Pro, iPhone 17 Pro Max, iPad Air M3. Here's what I've tried across 13+ submissions: UIRequiredDeviceCapabilities as [arm64] (array) — rejected Empty array [] — rejected Removed the key entirely — upload validation fails, Xcode re-injects arm64 anyway Post-build script to force [arm64] — rejected Dictionary format {arm64: true} — rejected Added com.apple.developer.family-controls to extension en
Replies
1
Boosts
0
Views
59
Activity
1d
Regarding how the book app handles airplane mode.
Hello. I have a question regarding the standard iPadOS Books app. When I try to open a PDF in the standard iPadOS Books app using the sharing function from another app that works offline, the Books app displays the message, Your iPad is offline. Books could not connect to the Bookstore. Please check your internet connection and try again, and I am unable to open the PDF. Can this problem be resolved by modifying the other app that works offline? Or is this a problem with the Books app itself?
Replies
0
Boosts
0
Views
63
Activity
1d
App Review response and wait time
Hello, I have been waiting for a response for 7 days now, I have resubmitted my app (photo editing app) for review. First my app was declined due to guideline 2.1(b), stating that they cannot find a filter with a lock button to test the in app-purchase. I have sent a screenshot for the reviewers and exact steps how to find those filters, this was last Thursday and still haven't received a response. I also sent a support request on Monday (30th of March), but still no response. Can you please help me with an advice? Thank you in advance.
Replies
0
Boosts
0
Views
13
Activity
1d
DiffableDataSource hangs on apply
About a year ago, I developed and released an app on the App Store (I believe it was running on the Sequoia SDK at the time), and everything was working fine. I’m now revisiting the project using the newer Tahoe SDK, and I’m running into an issue with DiffableDataSource. Specifically, the app hangs and CPU usage spikes to 100% when applying snapshots. Has anyone experienced similar issues after upgrading to newer SDKs? Are there any recent changes or pitfalls with DiffableDataSource (e.g., threading, Hashable requirements, or snapshot handling) that I should be aware of? Any insights or suggestions would be greatly appreciated. extension Section { enum Identifier: Int, CaseIterable { case main } enum Item: Hashable { case file(FileViewData) } } struct FileViewData: Equatable, Hashable, Identifiable { let id: String let name: String var accessoryViewData: KTFDownloadAccessoryViewData init( id: String, name: String, accessoryViewData: KTFDownloadAccessoryViewData = .nothing ) { self.i
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
38
Activity
1d
Reply to `NEProxySettings.matchDomains` / `exceptionList` not working as expected in `NEPacketTunnelProvider` (domain-scoped proxy not applied, and exceptions not bypassed)
Are you actually building a VPN product? I suspect that’s not the case, given that you’re using a placeholder for tunnelRemoteAddress. And if that’s true then… well… there are limits to how much I can help you here. My experience is that developers often try to use a packet tunnel provider for things that are not VPN. DTS doesn’t support those efforts because they tend to be very brittle. One of my erstwhile colleagues even wrote a technote about this, namely, TN3120 Expected use cases for Network Extension packet tunnel providers. If you’re trying to use a packet tunnel provider for something that isn’t VPN, I recommend that you watch WWDC 2025 Session 234 Filter and tunnel network traffic with NetworkExtension, where one of the engineers from the NE team explains the various alternatives that are available to you, including the new URL filter provider. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Replies
Boosts
Views
Activity
1d
Reply to Anyone waiting long for Apple Developer approval?
Im from Greece and i have the same issue.It still says pending , i made the purchase and got email that my card was charged. Made severl email support cases and still did not get a response.I did not expect this from Apple
Replies
Boosts
Views
Activity
1d
NSDocument "saveToURL:ofType:..." is using outdated file type
These days I've observed a strange behavior in my document-based app on macOS: Its NSDocument class implementation is overwriting saveToURL:ofType:forSaveOperation:completionHandler:, performing some additional checks and calling super by passing the original parameters. As my app is supporting various file formats for writing (and exporting those UTIs) the user can open a file in one format and save it to another. NSDocument is calling the mentioned methods implicitly after completing the Save as... dialog. If this happens, the passed-on fileType is still the one of format #1, although the file is saved with the file name extension of format #2. This hick-up is not directly obvious to the user. But if the file is re-saved (e.g. after modifications), Cocoa is trying to extend the sandbox for the URL of type #1, and fails with the following error message at the Xcode console: -[STBDocument saveToURL:ofType:forSaveOperation:completionHandler:] [Line 521] typeName: com.janome.jef -[STB
Replies
0
Boosts
0
Views
36
Activity
1d
Reply to NWHotSpotConfiguration not providing a helpful error message
Are you sure that your accessGroup calculation is working as expected? AppIdentifierPrefix isn’t a standard Info.plist key, so for this to work you must be adding it to your Info.plist yourself. Also, is your app using a unique App ID prefix? Or your Team ID as the App ID prefix? The docs say to use the Team ID, but I think that’s a case of them just assuming the modern world where the App ID prefix is always the Team ID. If you’re using is using a unique App ID prefix I’m not entirely sure what’ll happen, so lemme know in that case. [quote='821305021, markkolan, /thread/821305, /profile/markkolan'] I have tried adding the identity separately [/quote] You’ll definitely need to do that. The keys you’re passing to SecPKCS12Import, kSecAttrAccessGroup and kSecReturnPersistentRef, don’t do what you’re hoping they’ll do (I suspect they’re just being ignored). My advice is that you call SecPKCS12Import and then call SecItemAdd. If that process is failing, it’s l
Replies
Boosts
Views
Activity
1d
Reply to iCloud Sync not working with iPhone, works fine for Mac.
Tested my app which uses CloudKit automatic configuration. The data will sync correctly on iOS 26.5 beta 1 now. Hope Apple will push an update for 26.4.1 soon.
Replies
Boosts
Views
Activity
1d
Reply to ‌Xcode26-built apps cannot run on iPhone 6 or earlier devices‌
We work hard to keep our application available to older devices, just to get the rug pulled from under our feet... Please restore the ability to launch on iOS 12: this was working perfectly well less than a month ago with Xcode 26...
Replies
Boosts
Views
Activity
1d