Search results for

“testflight the requested app is not avaliable”

416,597 results found

Post

Replies

Boosts

Views

Activity

Reply to How to access Reminder sections and list groups via EventKit?
@hiauhong The groups that contain reminder lists To fetch all calendar list, create an instance of EKEventStore, then use its calendars(for:) instance method of with a reminder entity type: let eventStore = EKEventStore() let list = eventStore.calendars(for: .reminder) The sections inside each reminder list (available since iOS 17) After you get a list of calendar lists available on your device, iterate through the list: for item in list { .... } then use the list identifier of each list to fetch their reminders: let identifier = item.calendarIdentifier if let calendar = eventStore.calendar(withIdentifier: identifier) { let predicate = eventStore.predicateForReminders(in: [calendar]) // Do the fetch. } I forgot this one: 3. The subtasks of the reminder. EventKit doesn't have an API that allows you to retrieve the subtask of an EKReminder object. If you would like for Apple to consider adding support for such features, please submit your suggestion request via Feedback Assistant (https://feedbackassis
Topic: App & System Services SubTopic: General Tags:
23h
Reply to Request for Clearer App Review Feedback and Faster Review
I would like to kindly ask for your assistance regarding our TestFlight external testing review. We submitted 1.0.1(1) build for external testing on March 17, and it has now been over two weeks, but the review has still not started. This delay is affecting our testing schedule. Could you please help check the status of this submission and assist in moving the review forward if possible? We would greatly appreciate your support.
23h
Request for Clearer App Review Feedback and Faster Review
Hello Apple Developer Forums team, I would like to ask for help with my app review (App ID: 6755685130). I first submitted my app on February 14, 2026, and it has been almost 50 days. However, I still have not received clear feedback on what needs to be fixed. If there are issues with my app, I sincerely ask the review team not to provide only general guideline references. I still cannot tell which page, feature, or user flow is causing the problem. If possible, I would really appreciate screenshots, screen recordings, or a written description of the specific issue so I can make the right changes. I also want to clarify that this app is not AI-generated. It is a carefully planned app built with real effort using multiple native Swift frameworks. Thank you very much for your time and help.
3
0
159
23h
Reply to Why are the Apple App Reviewers making false claims in the review and what can I do to overcome this?!
My app has the phrase GPT in it as it is an app that runs private open source offline AI models (for free) on the iPhone. The app is called LiberaGPT. What does 'to have the phrase GPT' mean? Explain to the reviewer as if you talk to your grandparent. If you use the phrases you have invented for yourself, you are partially the source of confusion. Do you have the word 'ChatGPT' in your app description box? Or do you use it as one of the keywords? And you don't mention 'ChatGPT' over your meta screenshots? If you do, it's you causing the problem. If you don't, then you have to convince the reviewer somehow. If you take it to the Appeal Board, that will probably put an end to your app. I had a desktop application back in 2011. Its name starts with 'Rip.' And the reviewer rejected it by saying Illegal file sharing. He or she gave me another rejection reason, which said that it didn't read a DVD disc or a VOD file. The problem was that I never said anything an
23h
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
23h
Reply to Apple app for website
@seokurdu I would recommend to go over the app review design part to make sure your app provides enough functionality: https://developer.apple.com/app-store/review/guidelines/#design I'm sure other experts will jump into this thread to provide better guidance and better resources. Albert Pascual
  Worldwide Developer Relations.
Topic: Safari & Web SubTopic: General
23h
How to recreate Apple Music mini player transition in SwiftUI
Hello, I am building an audio player app in SwiftUI and trying to recreate the behavior of Apple Music's mini player and full player. I'm struggling to get the animation to seamlessly transition between the mini player and the full player. Currently, it feels disconnected and doesn't resemble the smooth animation seen in Apple Music. What I want to achieve: Full player that expands/collapses from/to the mini player Smooth artwork transition between both states Drag down to collapse the full player Support both newer APIs like tabViewBottomAccessory and older iOS versions Questions: What is the best way to build this transition in SwiftUI? Should I use matchedGeometryEffect or something else? Should this be a custom container instead of fullScreenCover? How would you support both new and older iOS versions? What is the best way to implement drag to dismiss? Thanks for any help! Example code: struct ContentView: View { @State private var isFullPlayerPresented = false var body: some View { TabView { Tab
2
0
217
23h
Reply to How to recreate Apple Music mini player transition in SwiftUI
Hi Travis, Thanks for your reply. I have tried using the zoom navigation transition, but I could not get a proper hero-style animation between the mini player artwork and the full player artwork. As you mentioned, using a sheet does not fully solve the problem either, since it does not behave like a true full screen experience. Right now, I am mainly struggling with: Swipe to dismiss on a full-screen player or a full-screen sheet that has swipe-to-dismiss behavior A smooth hero transition from the mini player artwork to the full player artwork Do you have any suggestions on how to approach this, or how to get closer to the Apple Music behavior? Here's my example code: struct ContentView: View { @Namespace private var namespace @State private var isFullPlayerPresented = false var body: some View { TabView { Tab(Home, systemImage: house) { Text(Home) .frame(maxWidth: .infinity, maxHeight: .infinity) .background(.green) } Tab(Library, systemImage: rectangle.stack.fill) { Text(Library)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
23h
Reply to Is inode invalidation currently supported?
I cannot find anywhere in the documentation how to invalidate an FSItem. What are you actually trying to do here? It seems to be cached indefinitely or am I missing something? In terms of caching, reclaimItem is the point where you'd typically drop all of your references to the FSItem, since that's the point where the larger system no longer has any reference to the object. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: Core OS Tags:
1d
Reply to "Unable to Add for Review" DAC7 Error, can no longer submit App Updates
Hi @DTS Engineer, hi @App Store Connect Engineer, Thanks both of you for following up! I have a ticket open since this morning with the ID 102858856688. I can confirm the error persists to this very moment. Two apps worked (one update, one new submission), one consistently does not, giving the DAC7 compliance error. Again, it does not make sense that compliance triggers app-specific errors. I am happy I am not fully blocked in at least releasing updates to my apps, but still, this is quite bad, and I would be happy for some help. Btw., posting here works only 50% of the time. I often get Your post couldn’t be saved. Please try again in a few minutes. and then my post is just lost. It comes from your backend. Some weird glitches right now. Hope this gets more stable again soon. Best regards, Robert
1d
First auto-renewable subscription does not appear on app version page in App Store Connect
Hello, I am blocked on the first auto-renewable subscription submission for my iOS app and I would like to know if anyone has seen this exact App Store Connect behavior. App: SEKA Money Subscription product ID: seka_premium_yearly_ Subscription Apple ID: 6760082026 Current issue: the auto-renewable subscription exists in App Store Connect I am on the correct iOS app version page the “In-App Purchases and Subscriptions” section is visible but my auto-renewable subscription does not appear in the selector only a consumable IAP appears there Important detail: the issue happens directly inside App Store Connect on the app version page this is why I do not think the missing subscription in that selector is caused by the runtime StoreKit code in the app itself I understand app code can affect UI price display, but it should not control whether a subscription appears in the App Store Connect
2
0
23
1d
Reply to Kernel panics on M5 devices with network extension
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: Have you filed a bug on this and, if so, what's the bug number? Can you tell us please if this is a known problem and if there's a workaround or what can we do to narrow it down? I'm need full panic logs to be sure (that's why I asked about the bug) but, yes, I suspect this is a known issue (r.172793638). __ Kevin Elliott DTS Engineer, CoreOS/Hardware
1d
Reply to EADemo Not Sending/Recieving Session Packets
Are there any known issues within the 'EADemo' app that we should know about/and/ or need to fix? Not that I'm aware of, but the sample is quite old and, to be honest, I don't think it's been looked at closely very recently. Does Apple have any other EA example application? No, I'm afraid not. One comment here: Attempting to send either a string or hex packet results in nothing being sent. The app does not appear to attempt to send a packet when these are pressed. Two things I would try here: Hard coding some direct sends. If those are reaching your accessory, then the issue is probably that the interface code itself is broken. Try sending more data. NSStream is also quite old and it's possible that we're (incorrectly) buffering the data instead of sending it immediately. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: Hardware Tags:
1d
EADemo Not Sending/Recieving Session Packets
Hi, We are currently in the process of getting an custom iAP2 device communicating via USB-C. We have been using the 'EADemo' app as a test app to ensure full function before certification. Currently, the device completes the authentication and identification successfully. The device appears within the 'EADemo' app, and we are able to select it and see the available protocol. Selecting the protocol sends the EAStartSession command to the accessory and we ACK it. This is where the issues begin. Attempting to send either a string or hex packet results in nothing being sent. The app does not appear to attempt to send a packet when these are pressed. The 'EADemo' app also does not increment its receive counter when the accessory sends an EA packet, but we do receive the ACK from the device. This indicates the device is receiving the packet, but not processing it in app. Sending the EASessionStatus from the accessory with a status of
1
0
24
1d
Reply to How to access Reminder sections and list groups via EventKit?
@hiauhong The groups that contain reminder lists To fetch all calendar list, create an instance of EKEventStore, then use its calendars(for:) instance method of with a reminder entity type: let eventStore = EKEventStore() let list = eventStore.calendars(for: .reminder) The sections inside each reminder list (available since iOS 17) After you get a list of calendar lists available on your device, iterate through the list: for item in list { .... } then use the list identifier of each list to fetch their reminders: let identifier = item.calendarIdentifier if let calendar = eventStore.calendar(withIdentifier: identifier) { let predicate = eventStore.predicateForReminders(in: [calendar]) // Do the fetch. } I forgot this one: 3. The subtasks of the reminder. EventKit doesn't have an API that allows you to retrieve the subtask of an EKReminder object. If you would like for Apple to consider adding support for such features, please submit your suggestion request via Feedback Assistant (https://feedbackassis
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
23h
How to access Reminder sections and list groups via EventKit?
I'm building an app that integrates with Reminders using EventKit, but I can't find a way to access two important structures from EventKit: The groups that contain reminder lists The sections inside each reminder list (available since iOS 17) Any help or guidance would be appreciated.
Replies
2
Boosts
0
Views
59
Activity
23h
Reply to Request for Clearer App Review Feedback and Faster Review
I would like to kindly ask for your assistance regarding our TestFlight external testing review. We submitted 1.0.1(1) build for external testing on March 17, and it has now been over two weeks, but the review has still not started. This delay is affecting our testing schedule. Could you please help check the status of this submission and assist in moving the review forward if possible? We would greatly appreciate your support.
Replies
Boosts
Views
Activity
23h
Request for Clearer App Review Feedback and Faster Review
Hello Apple Developer Forums team, I would like to ask for help with my app review (App ID: 6755685130). I first submitted my app on February 14, 2026, and it has been almost 50 days. However, I still have not received clear feedback on what needs to be fixed. If there are issues with my app, I sincerely ask the review team not to provide only general guideline references. I still cannot tell which page, feature, or user flow is causing the problem. If possible, I would really appreciate screenshots, screen recordings, or a written description of the specific issue so I can make the right changes. I also want to clarify that this app is not AI-generated. It is a carefully planned app built with real effort using multiple native Swift frameworks. Thank you very much for your time and help.
Replies
3
Boosts
0
Views
159
Activity
23h
Reply to Why are the Apple App Reviewers making false claims in the review and what can I do to overcome this?!
My app has the phrase GPT in it as it is an app that runs private open source offline AI models (for free) on the iPhone. The app is called LiberaGPT. What does 'to have the phrase GPT' mean? Explain to the reviewer as if you talk to your grandparent. If you use the phrases you have invented for yourself, you are partially the source of confusion. Do you have the word 'ChatGPT' in your app description box? Or do you use it as one of the keywords? And you don't mention 'ChatGPT' over your meta screenshots? If you do, it's you causing the problem. If you don't, then you have to convince the reviewer somehow. If you take it to the Appeal Board, that will probably put an end to your app. I had a desktop application back in 2011. Its name starts with 'Rip.' And the reviewer rejected it by saying Illegal file sharing. He or she gave me another rejection reason, which said that it didn't read a DVD disc or a VOD file. The problem was that I never said anything an
Replies
Boosts
Views
Activity
23h
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
23h
Reply to Apple app for website
@seokurdu I would recommend to go over the app review design part to make sure your app provides enough functionality: https://developer.apple.com/app-store/review/guidelines/#design I'm sure other experts will jump into this thread to provide better guidance and better resources. Albert Pascual
  Worldwide Developer Relations.
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
23h
How to recreate Apple Music mini player transition in SwiftUI
Hello, I am building an audio player app in SwiftUI and trying to recreate the behavior of Apple Music's mini player and full player. I'm struggling to get the animation to seamlessly transition between the mini player and the full player. Currently, it feels disconnected and doesn't resemble the smooth animation seen in Apple Music. What I want to achieve: Full player that expands/collapses from/to the mini player Smooth artwork transition between both states Drag down to collapse the full player Support both newer APIs like tabViewBottomAccessory and older iOS versions Questions: What is the best way to build this transition in SwiftUI? Should I use matchedGeometryEffect or something else? Should this be a custom container instead of fullScreenCover? How would you support both new and older iOS versions? What is the best way to implement drag to dismiss? Thanks for any help! Example code: struct ContentView: View { @State private var isFullPlayerPresented = false var body: some View { TabView { Tab
Replies
2
Boosts
0
Views
217
Activity
23h
Reply to How to recreate Apple Music mini player transition in SwiftUI
Hi Travis, Thanks for your reply. I have tried using the zoom navigation transition, but I could not get a proper hero-style animation between the mini player artwork and the full player artwork. As you mentioned, using a sheet does not fully solve the problem either, since it does not behave like a true full screen experience. Right now, I am mainly struggling with: Swipe to dismiss on a full-screen player or a full-screen sheet that has swipe-to-dismiss behavior A smooth hero transition from the mini player artwork to the full player artwork Do you have any suggestions on how to approach this, or how to get closer to the Apple Music behavior? Here's my example code: struct ContentView: View { @Namespace private var namespace @State private var isFullPlayerPresented = false var body: some View { TabView { Tab(Home, systemImage: house) { Text(Home) .frame(maxWidth: .infinity, maxHeight: .infinity) .background(.green) } Tab(Library, systemImage: rectangle.stack.fill) { Text(Library)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
23h
Reply to Is inode invalidation currently supported?
I cannot find anywhere in the documentation how to invalidate an FSItem. What are you actually trying to do here? It seems to be cached indefinitely or am I missing something? In terms of caching, reclaimItem is the point where you'd typically drop all of your references to the FSItem, since that's the point where the larger system no longer has any reference to the object. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
1d
Reply to "Unable to Add for Review" DAC7 Error, can no longer submit App Updates
Hi @DTS Engineer, hi @App Store Connect Engineer, Thanks both of you for following up! I have a ticket open since this morning with the ID 102858856688. I can confirm the error persists to this very moment. Two apps worked (one update, one new submission), one consistently does not, giving the DAC7 compliance error. Again, it does not make sense that compliance triggers app-specific errors. I am happy I am not fully blocked in at least releasing updates to my apps, but still, this is quite bad, and I would be happy for some help. Btw., posting here works only 50% of the time. I often get Your post couldn’t be saved. Please try again in a few minutes. and then my post is just lost. It comes from your backend. Some weird glitches right now. Hope this gets more stable again soon. Best regards, Robert
Replies
Boosts
Views
Activity
1d
First auto-renewable subscription does not appear on app version page in App Store Connect
Hello, I am blocked on the first auto-renewable subscription submission for my iOS app and I would like to know if anyone has seen this exact App Store Connect behavior. App: SEKA Money Subscription product ID: seka_premium_yearly_ Subscription Apple ID: 6760082026 Current issue: the auto-renewable subscription exists in App Store Connect I am on the correct iOS app version page the “In-App Purchases and Subscriptions” section is visible but my auto-renewable subscription does not appear in the selector only a consumable IAP appears there Important detail: the issue happens directly inside App Store Connect on the app version page this is why I do not think the missing subscription in that selector is caused by the runtime StoreKit code in the app itself I understand app code can affect UI price display, but it should not control whether a subscription appears in the App Store Connect
Replies
2
Boosts
0
Views
23
Activity
1d
Reply to Kernel panics on M5 devices with network extension
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: Have you filed a bug on this and, if so, what's the bug number? Can you tell us please if this is a known problem and if there's a workaround or what can we do to narrow it down? I'm need full panic logs to be sure (that's why I asked about the bug) but, yes, I suspect this is a known issue (r.172793638). __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Replies
Boosts
Views
Activity
1d
Reply to EADemo Not Sending/Recieving Session Packets
Are there any known issues within the 'EADemo' app that we should know about/and/ or need to fix? Not that I'm aware of, but the sample is quite old and, to be honest, I don't think it's been looked at closely very recently. Does Apple have any other EA example application? No, I'm afraid not. One comment here: Attempting to send either a string or hex packet results in nothing being sent. The app does not appear to attempt to send a packet when these are pressed. Two things I would try here: Hard coding some direct sends. If those are reaching your accessory, then the issue is probably that the interface code itself is broken. Try sending more data. NSStream is also quite old and it's possible that we're (incorrectly) buffering the data instead of sending it immediately. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
1d
EADemo Not Sending/Recieving Session Packets
Hi, We are currently in the process of getting an custom iAP2 device communicating via USB-C. We have been using the 'EADemo' app as a test app to ensure full function before certification. Currently, the device completes the authentication and identification successfully. The device appears within the 'EADemo' app, and we are able to select it and see the available protocol. Selecting the protocol sends the EAStartSession command to the accessory and we ACK it. This is where the issues begin. Attempting to send either a string or hex packet results in nothing being sent. The app does not appear to attempt to send a packet when these are pressed. The 'EADemo' app also does not increment its receive counter when the accessory sends an EA packet, but we do receive the ACK from the device. This indicates the device is receiving the packet, but not processing it in app. Sending the EASessionStatus from the accessory with a status of
Replies
1
Boosts
0
Views
24
Activity
1d