Overview

Post

Replies

Boosts

Views

Created

CloudKit private database operations fail with CKError 15 / HTTP 500 for one container across multiple apps (FB22539748)
We are seeing a CloudKit private database failure for this specific container: iCloud.com.matrixqlc.photodiet.sync Failure pattern: accountStatus succeeds in some cases ensure/create custom zone succeeds but record/database-level operations consistently fail with: CKErrorDomain code = 15 CKInternalErrorDomain code = 2000 HTTP 500 Failing operations include: allRecordZones() databaseChanges(since:nil) allSubscriptions() fetch record zone metadata save record fetch record query records What makes this unusual is that the issue follows the container, not the app. On the same physical device, same Apple ID, same developer team: PhotoDiet + iCloud.com.matrixqlc.photodiet.sync => fails RepaymentCalculator + iCloud.com.matrixqlc.photodiet.sync => fails PhotoDiet + iCloud.com.matrixqlc.repaymentcalculator.sync2 => succeeds RepaymentCalculator + iCloud.com.matrixqlc.repaymentcalculator.sync2 => succeeds So this does not currently look like: app-specific entitlement/provisioning issues device/account issues CloudKit API misuse in one app record schema or app business logic issues It currently looks like the container iCloud.com.matrixqlc.photodiet.sync itself may be in a bad backend state. Sample request identifiers: RequestUUID: C8403047-0037-4D36-A7A7-CF3C83584A42 RequestUUID: 04437D9D-115E-45F5-87B5-A8CD146AE705 RequestUUID: C924B620-BAEE-403D-B944-151ADCF3419F RequestUUID: A54E79E1-6037-4533-BA09-18FBC436851C RequestUUID: 3EFD8913-3781-47CF-A48C-B651BF38EA50 RequestUUID: 2677A991-40B3-42AB-9CE5-3C4F1288EE08 Feedback Assistant ID: FB22539748 Has anyone seen a container-specific CloudKit private database failure like this, where multiple apps under the same team can access one container normally but consistently fail on another container with CKError 15 / HTTP 500?
1
0
37
3d
First subscription stuck in inconsistent review state for 6+ weeks, no update after internal escalation
I’m trying to find out whether anyone has seen this kind of App Store Connect issue remain unresolved for this long. This is for a first auto-renewable subscription. Timeline: Original support case opened: Feb 27, 2026 Support initially repeated the normal guidance that the first subscription must be submitted with the app version I explained that the issue was not the process itself, but a stuck review state On Mar 25, 2026, I was told the case had been escalated to the appropriate internal team Since then, I have sent follow-up emails asking for status / owner / ETA As of Apr 12, 2026 (KST), there has still been no meaningful update Current state in App Store Connect: App version 1.0.10 is still “Prepare for Submission” Previous 1.0.10 submissions show as “Deleted” There is no active app review submission for 1.0.10 The subscription previously showed “Waiting for Review” Now the subscription itself shows “In Review” But its localization still shows “Waiting for Review” So the state looks inconsistent: no active app review submission app version still draft subscription partially moved into review anyway At this point I’m not asking about the normal first-subscription submission flow. I already understand that. What I’m trying to understand is: Has anyone seen a case like this stay stuck for 6+ weeks? Has anyone had Apple say it was escalated internally and then go silent for weeks? Did Apple eventually fix it manually? Is this something that can remain stuck indefinitely unless the internal team intervenes? Any comparable experience would be helpful. Apple Support keeps saying that the internal team will follow up with me directly if they need anything. Is there anything I can do, or is all I can do just wait? Here are the relevant screenshots. App Review history: no active review for version 1.0.10, previous submissions are deleted Subscription page: the subscription itself is now “In Review” Localization on the same subscription page still shows “Waiting for Review” App version page: 1.0.10 is still “Prepare for Submission” There’s no subscription check.
0
0
62
3d
Enrollment stuck after payment - 3 days, still showing "Purchase your membership"
I enrolled in the Apple Developer Program on April 15th and the $99 payment was successfully charged to my card (confirmed completed in my bank, not pending). However, 3 days later my account at developer.apple.com/account still shows the "Purchase your membership" banner asking me to pay again. Apple's own page says "Your purchase may take up to 48 hours to process" but it has been well past that. When I try to access Certificates, Identifiers & Profiles, I get this error: "Unable to find a team with the given Team ID S3v98Z34Dh to which you belong. Please contact Apple Developer Program Support." I already submitted a support case via the "Send us a message" form under Membership and Account > Program Purchase and Renewal, but haven't received any response yet. Has anyone experienced this? Is there another way to escalate this or get it resolved faster? I need the account for Sign in with Apple integration and I'm blocked on this. Thanks for any help.
0
0
52
3d
Face ID hardware failure
What could be the possible reasons for my device getting a Face id hardware failure after updating the phone to 26.4.1? I am suspect there could be some failure connections between TrueDepth sensors and front camera. Can anyone try to help me here
0
0
38
3d
Cartões rejeitados / bancões usufruindo do desenvolvimento ——
Problemas com cartoes de crédito onde as operadoras rastreiam e com base …. O Brasil é um país onde organizacoes )) usam e abusam , acesso - cartões bloqueados - inadimplência - trabalho com órgão federal , minha conta , está sendo analisada por fiscais / alguma alternativa que possa colocar cartão de crédito pra não perder meu ( iCloud ) help entre em contato me ajudem como colocar um cartão fiel
5
0
190
3d
Tauri 2 macOS app cannot be opened: "contains malware" with Apple Development Certificate, or notarization blocked with Apple Distribution Certificate for IAP testing
Hi everyone, I'm developing a macOS app using Tauri 2. I need to test In-App Purchases (IAP), which requires running the actual built .app (it doesn't work properly in the development environment).I tried two approaches: Apple Development Certificate (free account): After cargo tauri build, the app "Mind Elixir.app" shows this error when I try to open it: “Mind Elixir.app” was not opened because it contains malware. This action did not harm your Mac. Apple Distribution Certificate: The app builds successfully, but because it is not notarized, Gatekeeper completely blocks it and I cannot open it at all. I just want to test IAP locally on my own Mac during development. Is there any other way to get a properly signed and runnable .app for testing IAP? Any help or workaround would be greatly appreciated. Thanks!
1
0
300
3d
HKObserverQuery BackgroundDelivery not executed
Hi, I'm having the same issue described in https://developer.apple.com/forums/thread/690974?page=2. When connected to Xcode or when the app is in the foreground, HKObserverQuery fires correctly and my app processes step updates. But once disconnected from Xcode, background delivery stops completely and the observer callback is never called. My setup: com.apple.developer.healthkit.background-delivery entitlement is present and in the provisioning profile enableBackgroundDelivery(for: .stepCount, frequency: .immediate) returns success = true HKObserverQuery is registered on every launch including background launches I also have CMPedometer.startEventUpdates running as a supplemental trigger Background Modes includes "Background fetch" and "Background processing" Device: iPhone, iOS 17.4+ App type: App uses Screen Time / Family Controls (ManagedSettings) to block apps until a step goal is met Has anyone found a reliable fix? Any feedback from Apple engineers would be appreciated.
1
0
59
3d
App Stuck in ‘Waiting for Review’ for 48+ Hours After Resubmission
Hi everyone, I’m experiencing a delay with my app review process and wanted to check if this is normal or if anyone has faced something similar. App Name: Finna: Budget Tracker Here’s the timeline: Apr 13: Submitted → Waiting for Review → In Review → Rejected Apr 15: Fixed the issues and resubmitted → Waiting for Review (since then, ~48+ hours now) Current status is still “Waiting for Review”, and it hasn’t moved to “In Review” yet after resubmission. A few points: -> This is not a brand-new submission (it was previously reviewed and rejected once). -> I addressed all rejection points carefully before resubmitting. -> No major feature changes, just fixes based on Apple’s feedback. Questions: Is it normal for resubmitted apps to take longer than the first review? Does rejection history affect queue priority? Should I wait more or consider contacting Apple Developer Support? Would appreciate insights from anyone who has gone through similar delays recently. Thanks!
2
0
61
3d
Xcode JSON-RPC global stream failed error when using chatgpt codex.
Whenever I try and talk to chatgpt codex in Xcode, I get the request could not be completed error with this tag: JSON-RPC global stream failed: The operation couldn’t be completed. (IDEIntelligenceAgents.JSONRPCElement.Error error 1.) Chatgpt chat still works inside of xcode, however codex does not work. I have not hit my limit for codex. This issue happened after the xcode update. (I belive 26.4.1)
0
0
214
3d
Unable to load App into TestFlight
This is my first in-App purchase App. I have other paid Apps and my business status are all active. I tested the in-app purchases on my devices using a StoreKit file and Xcode. I removed the StoreKit file from run configuration Scheme, I added in-app purchases to Signing & Capabilities then archived, validated and uploaded build to AppStore connect. I added two testers - a sandbox account (gmail subaddressed) and another gmail account. When I try to load the App using TestFlight I immediately get "couldn't load App". This is an App that previously had no in-app purchases. I added in-app after version 1 (tested ok in TestFlight). Now trying to test version 3 in TestFlight. Any insight would be appreciated.
0
0
87
4d
Keyboard focus lost after instantiating an AUv3 in a host on iOS
Dear Apple Support team, I'm reaching out about an issue we're facing in our iOS audio host app on iPad. Keyboard shortcuts from an external hardware keyboard (Bluetooth) work perfectly until we load an AUv3 plugin, then the host suddenly loses all keyboard focus, and key commands stop responding completely. To give you more context: this affects every DAW that supports AUv3. I've tested it in Logic Pro for iOS, Camelot Pro, and AUM. The problem starts right after instantiating any AUv3, causing the keyboard to lose focus and preventing key commands from working. Before that, keyboard events reach our UIView without issues. Notably, this doesn't happen on iOS versions before iOS 26. I've verified it works perfectly on iOS 17 and iOS 18. You can see the full discussion and steps to reproduce in this JUCE forum thread: https://forum.juce.com/t/keyboard-focus-lost-and-keycommands-stop-working-after-instantiating-an-auv3-in-a-juce-based-host-on-ios/68497/5. It seems potentially related to AUv3 sandboxing or iOS UIView focus management. I would really appreciate your help with any insights, known issues, or workarounds. Thanks, Samuele
Topic: UI Frameworks SubTopic: UIKit
0
0
174
4d
Cannot Export Mac app from Xcode 26.4
Took app and selected Archive. Selected Direct Distribution. Process completed. I selected export app. Could not elect the app to export since it was greyed out. Queried on both google and Claudie. Followed all the instructions and there is still no joy. Worked fine yesterday.
3
0
91
4d
Xcode 26.4.1 simulator 16.0 bugs.
I cannot get a Jiggle on an iPhone 15 using the iOS 17.0 simulator. I cannot drag icons or widget around, only have the option to remove them. On both the iOS 17.0 and iOS 26.4 (running on an iPhone 17 simulator) There is nothing in my drawer for adding a widget, no system widgets either (attached screenshots). Just the Search Widgets bar that does have widgets in it. The system widgets are in the screen to the left of the home screen. I can put widgets I find through the search on the home screen. Although on the iOS 17 emulator no jiggle means no repositioning. May computer is running MacOS 25.4.1 and the latest versions of everything. I have asked AI, I have tried wipes, locking, unlocking, reseting, re-installing, light mode/ dark mode to refresh any cached images, trying to drag system widgets from the left side of the home screen, "a widget kit development mode option" in settings > developer on the iPhone and something using the command line for chronosd that never worked. The iPhone 17 simulator has been like this for a couple of weeks as that was when I started widget development. The iPhone 15 simulator was only downloaded and installed today. I only know there should be images on the "Widget Gallery" or "Widget Picker" from my son's iPhone Any help or suggestions would be appreciated, Thank you. iPhone 15 simulator running iOS 17.0 iPhone 17 simulator running iOS 26.4.1
0
0
67
4d
Error adding user to developer organization
I'm trying to add a co-worker to our company's developer account. They got the invitation email and clicked the link, got the email verification code and entered that, and then got the phone number verification code via SMS. When they enter the phone number verification code, they get an error: "Your account cannot be created at this time." Also, I tried to go to developer.apple.com/contact to reach out to support, but it seems that page is broken with a JS error. Any ideas??
0
0
183
4d
Directive on Administrative Cooperation - 7th Amendment ? (I need clarification about this)
Hey In my Business -> Compliance, Section. I found this: Directive on Administrative Cooperation - 7th Amendment " Personal services are time- or task-based work done by people (independently or for an entity) at a user's request, and enabled by a platform. These could be services delivered online or in-person by tradespeople, tutors, transportation, delivery, and other professionals. " I don't know what to answer, Yes or no. Questions: So AiChats are/is telling me that this might be only to ask if my APP(s) are like Uber and similar, letting users provide services in exhange of money? If yes, responding to this compliance form, what would it provoke? Would I have to somehow force the app and users to be able to register as companies instead of normal users, all because they are offering services and perhaps gettings money value from it? For now I am not making such apps, the app I have let people give other food (for free). BUT IF ONE DAY i introduced the money service side of it, and I have to respond to this compliance form, I would be obligated to do what? Knowing that my account is a personal account, BUT I have a small solo company in my name so I consider my personal dev account as usable. I wonder if any of this is connected and would like to know prior and learn more. Everything to know. Thanks
0
0
339
4d
MapKit JS quota limit architecture decision
Hello, I have a question similar to this post regarding MapKit JS quota limits. I understand that we can request rate limit increases, but it is not a guaranteed increase. My app is rapidly growing. What if Apple decides to not award the limit increase? Then, the directions service of my app will stop working, which would be catastrophic for my company. I need to know if the rate limit increases are guaranteed. I need to decide early on whether to use MapKit JS or another service on, because the more time that passes, the more entangled my code will get with MapKit JS. Can we get some more information on this?
0
0
32
4d
NSOutlineView / NSTableView's Setting lineScroll to a somewhat absurd value of 304 in -tile
So I'm working on adding another component to my app that uses NSOutlineView, as we do in AppKit. There will probably always be less than 25 rows here. One row is much larger than the others. Not sure if any of this matters. What I know is I noticed scrolling it is very jank. It's going way too fast. So I took a peek and see lineScroll is getting is 304 in Interface Builder. Not sure how that happened. I changed it to like 24. Then Interface Builder automatically changes it back to 304. So in -viewDidLoad I just set it: NSScrollView *scrollView = self.outlineView.enclosingScrollView; scrollView.verticalLineScroll = 24.0; scrollView.lineScroll = 24.0; But scrolling still is busted. So I subclass NSScrollView and override the setters. For some reason, NSTableView's -tile method is deciding to change the lineScroll to 304, all on its own. So every time tile is called. line scrolls get reset to 304.
1
0
159
4d
Changing Of Account From individual To Organisation
Hi Team, I' am trying to change my account membership from individual to organisation. Have raised multiple support requests and everytime i get an information that they will revert back within 1 business days but dont get any updates and its been more than a week. Can you please help expedite the request as i doint have any tracking number and without this i wont be able to make the app go public.
1
0
46
4d
CloudKit private database operations fail with CKError 15 / HTTP 500 for one container across multiple apps (FB22539748)
We are seeing a CloudKit private database failure for this specific container: iCloud.com.matrixqlc.photodiet.sync Failure pattern: accountStatus succeeds in some cases ensure/create custom zone succeeds but record/database-level operations consistently fail with: CKErrorDomain code = 15 CKInternalErrorDomain code = 2000 HTTP 500 Failing operations include: allRecordZones() databaseChanges(since:nil) allSubscriptions() fetch record zone metadata save record fetch record query records What makes this unusual is that the issue follows the container, not the app. On the same physical device, same Apple ID, same developer team: PhotoDiet + iCloud.com.matrixqlc.photodiet.sync => fails RepaymentCalculator + iCloud.com.matrixqlc.photodiet.sync => fails PhotoDiet + iCloud.com.matrixqlc.repaymentcalculator.sync2 => succeeds RepaymentCalculator + iCloud.com.matrixqlc.repaymentcalculator.sync2 => succeeds So this does not currently look like: app-specific entitlement/provisioning issues device/account issues CloudKit API misuse in one app record schema or app business logic issues It currently looks like the container iCloud.com.matrixqlc.photodiet.sync itself may be in a bad backend state. Sample request identifiers: RequestUUID: C8403047-0037-4D36-A7A7-CF3C83584A42 RequestUUID: 04437D9D-115E-45F5-87B5-A8CD146AE705 RequestUUID: C924B620-BAEE-403D-B944-151ADCF3419F RequestUUID: A54E79E1-6037-4533-BA09-18FBC436851C RequestUUID: 3EFD8913-3781-47CF-A48C-B651BF38EA50 RequestUUID: 2677A991-40B3-42AB-9CE5-3C4F1288EE08 Feedback Assistant ID: FB22539748 Has anyone seen a container-specific CloudKit private database failure like this, where multiple apps under the same team can access one container normally but consistently fail on another container with CKError 15 / HTTP 500?
Replies
1
Boosts
0
Views
37
Activity
3d
First subscription stuck in inconsistent review state for 6+ weeks, no update after internal escalation
I’m trying to find out whether anyone has seen this kind of App Store Connect issue remain unresolved for this long. This is for a first auto-renewable subscription. Timeline: Original support case opened: Feb 27, 2026 Support initially repeated the normal guidance that the first subscription must be submitted with the app version I explained that the issue was not the process itself, but a stuck review state On Mar 25, 2026, I was told the case had been escalated to the appropriate internal team Since then, I have sent follow-up emails asking for status / owner / ETA As of Apr 12, 2026 (KST), there has still been no meaningful update Current state in App Store Connect: App version 1.0.10 is still “Prepare for Submission” Previous 1.0.10 submissions show as “Deleted” There is no active app review submission for 1.0.10 The subscription previously showed “Waiting for Review” Now the subscription itself shows “In Review” But its localization still shows “Waiting for Review” So the state looks inconsistent: no active app review submission app version still draft subscription partially moved into review anyway At this point I’m not asking about the normal first-subscription submission flow. I already understand that. What I’m trying to understand is: Has anyone seen a case like this stay stuck for 6+ weeks? Has anyone had Apple say it was escalated internally and then go silent for weeks? Did Apple eventually fix it manually? Is this something that can remain stuck indefinitely unless the internal team intervenes? Any comparable experience would be helpful. Apple Support keeps saying that the internal team will follow up with me directly if they need anything. Is there anything I can do, or is all I can do just wait? Here are the relevant screenshots. App Review history: no active review for version 1.0.10, previous submissions are deleted Subscription page: the subscription itself is now “In Review” Localization on the same subscription page still shows “Waiting for Review” App version page: 1.0.10 is still “Prepare for Submission” There’s no subscription check.
Replies
0
Boosts
0
Views
62
Activity
3d
Enrollment stuck after payment - 3 days, still showing "Purchase your membership"
I enrolled in the Apple Developer Program on April 15th and the $99 payment was successfully charged to my card (confirmed completed in my bank, not pending). However, 3 days later my account at developer.apple.com/account still shows the "Purchase your membership" banner asking me to pay again. Apple's own page says "Your purchase may take up to 48 hours to process" but it has been well past that. When I try to access Certificates, Identifiers & Profiles, I get this error: "Unable to find a team with the given Team ID S3v98Z34Dh to which you belong. Please contact Apple Developer Program Support." I already submitted a support case via the "Send us a message" form under Membership and Account > Program Purchase and Renewal, but haven't received any response yet. Has anyone experienced this? Is there another way to escalate this or get it resolved faster? I need the account for Sign in with Apple integration and I'm blocked on this. Thanks for any help.
Replies
0
Boosts
0
Views
52
Activity
3d
Face ID hardware failure
What could be the possible reasons for my device getting a Face id hardware failure after updating the phone to 26.4.1? I am suspect there could be some failure connections between TrueDepth sensors and front camera. Can anyone try to help me here
Replies
0
Boosts
0
Views
38
Activity
3d
Cartões rejeitados / bancões usufruindo do desenvolvimento ——
Problemas com cartoes de crédito onde as operadoras rastreiam e com base …. O Brasil é um país onde organizacoes )) usam e abusam , acesso - cartões bloqueados - inadimplência - trabalho com órgão federal , minha conta , está sendo analisada por fiscais / alguma alternativa que possa colocar cartão de crédito pra não perder meu ( iCloud ) help entre em contato me ajudem como colocar um cartão fiel
Replies
5
Boosts
0
Views
190
Activity
3d
Tauri 2 macOS app cannot be opened: "contains malware" with Apple Development Certificate, or notarization blocked with Apple Distribution Certificate for IAP testing
Hi everyone, I'm developing a macOS app using Tauri 2. I need to test In-App Purchases (IAP), which requires running the actual built .app (it doesn't work properly in the development environment).I tried two approaches: Apple Development Certificate (free account): After cargo tauri build, the app "Mind Elixir.app" shows this error when I try to open it: “Mind Elixir.app” was not opened because it contains malware. This action did not harm your Mac. Apple Distribution Certificate: The app builds successfully, but because it is not notarized, Gatekeeper completely blocks it and I cannot open it at all. I just want to test IAP locally on my own Mac during development. Is there any other way to get a properly signed and runnable .app for testing IAP? Any help or workaround would be greatly appreciated. Thanks!
Replies
1
Boosts
0
Views
300
Activity
3d
HKObserverQuery BackgroundDelivery not executed
Hi, I'm having the same issue described in https://developer.apple.com/forums/thread/690974?page=2. When connected to Xcode or when the app is in the foreground, HKObserverQuery fires correctly and my app processes step updates. But once disconnected from Xcode, background delivery stops completely and the observer callback is never called. My setup: com.apple.developer.healthkit.background-delivery entitlement is present and in the provisioning profile enableBackgroundDelivery(for: .stepCount, frequency: .immediate) returns success = true HKObserverQuery is registered on every launch including background launches I also have CMPedometer.startEventUpdates running as a supplemental trigger Background Modes includes "Background fetch" and "Background processing" Device: iPhone, iOS 17.4+ App type: App uses Screen Time / Family Controls (ManagedSettings) to block apps until a step goal is met Has anyone found a reliable fix? Any feedback from Apple engineers would be appreciated.
Replies
1
Boosts
0
Views
59
Activity
3d
App stuck in Waiting for Review for over 2 weeks
Hi, My app version 1.1.0 has been in ‘Waiting for Review’ for over 2 weeks, this is significantly longer than any previous submission. Could you please check if everything is in order or if any action is needed from my side? Thank you
Replies
2
Boosts
0
Views
59
Activity
3d
App Stuck in ‘Waiting for Review’ for 48+ Hours After Resubmission
Hi everyone, I’m experiencing a delay with my app review process and wanted to check if this is normal or if anyone has faced something similar. App Name: Finna: Budget Tracker Here’s the timeline: Apr 13: Submitted → Waiting for Review → In Review → Rejected Apr 15: Fixed the issues and resubmitted → Waiting for Review (since then, ~48+ hours now) Current status is still “Waiting for Review”, and it hasn’t moved to “In Review” yet after resubmission. A few points: -> This is not a brand-new submission (it was previously reviewed and rejected once). -> I addressed all rejection points carefully before resubmitting. -> No major feature changes, just fixes based on Apple’s feedback. Questions: Is it normal for resubmitted apps to take longer than the first review? Does rejection history affect queue priority? Should I wait more or consider contacting Apple Developer Support? Would appreciate insights from anyone who has gone through similar delays recently. Thanks!
Replies
2
Boosts
0
Views
61
Activity
3d
Xcode JSON-RPC global stream failed error when using chatgpt codex.
Whenever I try and talk to chatgpt codex in Xcode, I get the request could not be completed error with this tag: JSON-RPC global stream failed: The operation couldn’t be completed. (IDEIntelligenceAgents.JSONRPCElement.Error error 1.) Chatgpt chat still works inside of xcode, however codex does not work. I have not hit my limit for codex. This issue happened after the xcode update. (I belive 26.4.1)
Replies
0
Boosts
0
Views
214
Activity
3d
为何我创建了免费的优惠代码,兑换时候显示要先购买下载
你好: 以下是我的问题: 问题类型:苹果内功IAP相关问题 问题详情:我的应用是免费下载,内购一次性解锁。对于没有下载过应用的人使用我创建的优惠码,会直接显示花钱付费下载。这里是我设置的问题么?
Replies
1
Boosts
0
Views
108
Activity
3d
Unable to load App into TestFlight
This is my first in-App purchase App. I have other paid Apps and my business status are all active. I tested the in-app purchases on my devices using a StoreKit file and Xcode. I removed the StoreKit file from run configuration Scheme, I added in-app purchases to Signing & Capabilities then archived, validated and uploaded build to AppStore connect. I added two testers - a sandbox account (gmail subaddressed) and another gmail account. When I try to load the App using TestFlight I immediately get "couldn't load App". This is an App that previously had no in-app purchases. I added in-app after version 1 (tested ok in TestFlight). Now trying to test version 3 in TestFlight. Any insight would be appreciated.
Replies
0
Boosts
0
Views
87
Activity
4d
Keyboard focus lost after instantiating an AUv3 in a host on iOS
Dear Apple Support team, I'm reaching out about an issue we're facing in our iOS audio host app on iPad. Keyboard shortcuts from an external hardware keyboard (Bluetooth) work perfectly until we load an AUv3 plugin, then the host suddenly loses all keyboard focus, and key commands stop responding completely. To give you more context: this affects every DAW that supports AUv3. I've tested it in Logic Pro for iOS, Camelot Pro, and AUM. The problem starts right after instantiating any AUv3, causing the keyboard to lose focus and preventing key commands from working. Before that, keyboard events reach our UIView without issues. Notably, this doesn't happen on iOS versions before iOS 26. I've verified it works perfectly on iOS 17 and iOS 18. You can see the full discussion and steps to reproduce in this JUCE forum thread: https://forum.juce.com/t/keyboard-focus-lost-and-keycommands-stop-working-after-instantiating-an-auv3-in-a-juce-based-host-on-ios/68497/5. It seems potentially related to AUv3 sandboxing or iOS UIView focus management. I would really appreciate your help with any insights, known issues, or workarounds. Thanks, Samuele
Topic: UI Frameworks SubTopic: UIKit
Replies
0
Boosts
0
Views
174
Activity
4d
Cannot Export Mac app from Xcode 26.4
Took app and selected Archive. Selected Direct Distribution. Process completed. I selected export app. Could not elect the app to export since it was greyed out. Queried on both google and Claudie. Followed all the instructions and there is still no joy. Worked fine yesterday.
Replies
3
Boosts
0
Views
91
Activity
4d
Xcode 26.4.1 simulator 16.0 bugs.
I cannot get a Jiggle on an iPhone 15 using the iOS 17.0 simulator. I cannot drag icons or widget around, only have the option to remove them. On both the iOS 17.0 and iOS 26.4 (running on an iPhone 17 simulator) There is nothing in my drawer for adding a widget, no system widgets either (attached screenshots). Just the Search Widgets bar that does have widgets in it. The system widgets are in the screen to the left of the home screen. I can put widgets I find through the search on the home screen. Although on the iOS 17 emulator no jiggle means no repositioning. May computer is running MacOS 25.4.1 and the latest versions of everything. I have asked AI, I have tried wipes, locking, unlocking, reseting, re-installing, light mode/ dark mode to refresh any cached images, trying to drag system widgets from the left side of the home screen, "a widget kit development mode option" in settings > developer on the iPhone and something using the command line for chronosd that never worked. The iPhone 17 simulator has been like this for a couple of weeks as that was when I started widget development. The iPhone 15 simulator was only downloaded and installed today. I only know there should be images on the "Widget Gallery" or "Widget Picker" from my son's iPhone Any help or suggestions would be appreciated, Thank you. iPhone 15 simulator running iOS 17.0 iPhone 17 simulator running iOS 26.4.1
Replies
0
Boosts
0
Views
67
Activity
4d
Error adding user to developer organization
I'm trying to add a co-worker to our company's developer account. They got the invitation email and clicked the link, got the email verification code and entered that, and then got the phone number verification code via SMS. When they enter the phone number verification code, they get an error: "Your account cannot be created at this time." Also, I tried to go to developer.apple.com/contact to reach out to support, but it seems that page is broken with a JS error. Any ideas??
Replies
0
Boosts
0
Views
183
Activity
4d
Directive on Administrative Cooperation - 7th Amendment ? (I need clarification about this)
Hey In my Business -> Compliance, Section. I found this: Directive on Administrative Cooperation - 7th Amendment " Personal services are time- or task-based work done by people (independently or for an entity) at a user's request, and enabled by a platform. These could be services delivered online or in-person by tradespeople, tutors, transportation, delivery, and other professionals. " I don't know what to answer, Yes or no. Questions: So AiChats are/is telling me that this might be only to ask if my APP(s) are like Uber and similar, letting users provide services in exhange of money? If yes, responding to this compliance form, what would it provoke? Would I have to somehow force the app and users to be able to register as companies instead of normal users, all because they are offering services and perhaps gettings money value from it? For now I am not making such apps, the app I have let people give other food (for free). BUT IF ONE DAY i introduced the money service side of it, and I have to respond to this compliance form, I would be obligated to do what? Knowing that my account is a personal account, BUT I have a small solo company in my name so I consider my personal dev account as usable. I wonder if any of this is connected and would like to know prior and learn more. Everything to know. Thanks
Replies
0
Boosts
0
Views
339
Activity
4d
MapKit JS quota limit architecture decision
Hello, I have a question similar to this post regarding MapKit JS quota limits. I understand that we can request rate limit increases, but it is not a guaranteed increase. My app is rapidly growing. What if Apple decides to not award the limit increase? Then, the directions service of my app will stop working, which would be catastrophic for my company. I need to know if the rate limit increases are guaranteed. I need to decide early on whether to use MapKit JS or another service on, because the more time that passes, the more entangled my code will get with MapKit JS. Can we get some more information on this?
Replies
0
Boosts
0
Views
32
Activity
4d
NSOutlineView / NSTableView's Setting lineScroll to a somewhat absurd value of 304 in -tile
So I'm working on adding another component to my app that uses NSOutlineView, as we do in AppKit. There will probably always be less than 25 rows here. One row is much larger than the others. Not sure if any of this matters. What I know is I noticed scrolling it is very jank. It's going way too fast. So I took a peek and see lineScroll is getting is 304 in Interface Builder. Not sure how that happened. I changed it to like 24. Then Interface Builder automatically changes it back to 304. So in -viewDidLoad I just set it: NSScrollView *scrollView = self.outlineView.enclosingScrollView; scrollView.verticalLineScroll = 24.0; scrollView.lineScroll = 24.0; But scrolling still is busted. So I subclass NSScrollView and override the setters. For some reason, NSTableView's -tile method is deciding to change the lineScroll to 304, all on its own. So every time tile is called. line scrolls get reset to 304.
Replies
1
Boosts
0
Views
159
Activity
4d
Changing Of Account From individual To Organisation
Hi Team, I' am trying to change my account membership from individual to organisation. Have raised multiple support requests and everytime i get an information that they will revert back within 1 business days but dont get any updates and its been more than a week. Can you please help expedite the request as i doint have any tracking number and without this i wont be able to make the app go public.
Replies
1
Boosts
0
Views
46
Activity
4d