Apple Developers

RSS for tag

This is a dedicated space for developers to connect, share ideas, collaborate, and ask questions. Introduce yourself, network with other developers, and foster a supportive community.

Learn More

Posts under Apple Developers subtopic

Post

Replies

Boosts

Views

Activity

Assinei o programa e minha conta continua Pendente/não ativada
Olá, pessoal. Efetuei o pagamento da assinatura do Apple Developer Program no dia 07 de julho de 2026, mas minha conta continua com o status "Pendente" e não foi ativada até agora. O site informa que o processamento pode levar até 48 horas, porém já se passaram vários dias sem nenhuma atualização. Já abri chamados com o Suporte (casos 102937443413 e 102939351464), mas ainda não obtive uma solução. Alguém mais está passando por isso ou sabe como acelerar a ativação? Agradeço qualquer orientação.
1
0
164
3w
Can an iOS app automatically send scheduled SMS using the user’s cellular number?
Hello, I’m investigating an appointment-reminder app for small businesses. The user would explicitly enable the feature and authorize specific clients to receive reminders. At a scheduled time, the app would send an SMS using the iPhone owner’s cellular number and carrier plan, without requiring them to open MFMessageComposeViewController and tap Send. I understand that MFMessageComposeViewController requires user confirmation. I also understand that TelephonyMessagingKit is intended for eligible default carrier-messaging apps. Is there any supported API, entitlement, or approved architecture that permits this use case for a regular App Store app? If not, would an appointment app potentially qualify for any TelephonyMessagingKit entitlement, or is using a server-side SMS provider the only supported way to send unattended reminders? The intended messages would only be sent with the business user’s authorization and the recipient’s consent.
0
0
164
3w
Building a Multi-Core Autonomous Software Engineering Runtime
Building a Multi-Core Autonomous Software Engineering Runtime in Swift 6.2 Author: BlackForgedLabs Abstract We are developing a native Swift-based autonomous software engineering runtime that applies deterministic safety, actor isolation, structured concurrency, and layered governance to large-scale automated software development. Rather than treating AI as a monolithic chatbot, our architecture models software engineering as cooperating subsystems with clearly defined responsibilities and explicit safety boundaries. Our goals include: deterministic execution reproducible builds enterprise governance local-first operation strong auditability compile-time safety through Swift’s concurrency model Swift 6.2 has proven to be an excellent foundation for this approach. ⸻ Architectural Principles The runtime is organized as multiple cooperating cores instead of a single agent. Each subsystem owns one responsibility and communicates through typed contracts. Examples include: runtime orchestration memory documentation code indexing governance diagnostics repair planning verification deployment Each subsystem operates independently while remaining isolated through actor boundaries. ⸻ Deterministic Concurrency One of our primary design goals is eliminating hidden mutable state. Every major service is implemented as actors. Shared mutable state is intentionally minimized. Long-running workflows communicate through immutable value types. Swift’s strict concurrency checking has become one of the largest contributors to overall system correctness. ⸻ Safety Before Autonomy Rather than allowing unrestricted automated modification of source code, every proposed action passes through multiple validation stages. Examples include: policy validation approval gates build verification audit recording rollback planning The architecture intentionally separates: Observation ↓ Analysis ↓ Planning ↓ Approval ↓ Execution ↓ Verification Each stage has clearly defined ownership. ⸻ Local-First Enterprise Design Our primary objective is enabling organizations to execute sophisticated development workflows entirely on their own infrastructure. The runtime is designed around: local source repositories local indexing local documentation local policy enforcement local build execution Cloud providers become optional components rather than architectural requirements. ⸻ Documentation as a First-Class System Documentation generation is integrated directly into the engineering workflow rather than treated as an afterthought. The documentation pipeline automatically produces: API references CLI references architecture documentation governance documentation release documentation searchable local indexes This enables developers to query documentation using deterministic local search without requiring embeddings. ⸻ Why Swift? Several Swift features have made this architecture practical: actors Sendable checking structured concurrency Swift Package Manager strong value semantics deterministic compilation cross-platform direction Swift increasingly resembles a systems language while maintaining a high level of developer productivity. ⸻ Areas Where We’d Appreciate Apple Engineering Feedback We’re particularly interested in best practices for: very large Swift package graphs actor performance at enterprise scale incremental compilation strict concurrency patterns memory optimization Swift Package dependency management long-running actor systems compiler diagnostics for large modular architectures ⸻ What We Intentionally Do Not Discuss To protect proprietary work, this overview intentionally omits implementation details related to: orchestration algorithms planning heuristics governance policies commercial architecture security mechanisms repair strategies provider integrations internal runtime implementation The purpose of this discussion is to exchange knowledge about building large-scale systems in Swift rather than disclose proprietary technology.
0
0
209
3w
Can't send support issues.
Hello, Apple Team! My e-mail did not work in January - February 2026. I think after that is become invalid. Please assist to make it valid again. Also AppStore Connect doesn't send e-mails to my account holder e-mail. I have no issues to login using my e-mail on device or apple developer portal. Thanks! Regard, Alex
0
0
115
3w
Cambodia Language bugs
Dear Apple Support Team, I am writing to report a long-standing issue affecting Khmer (Cambodia) text recognition in Live Text and the Vision Framework OCR. Based on my testing, this issue has persisted for more than two years—from iOS 17 through iOS 27 Beta 3—and is also reproducible on iPadOS and macOS. I would appreciate clarification on the following points: Is Apple aware of an issue where Live Text incorrectly recognizes Khmer script as Thai script, causing copied text to output as Thai characters instead of Khmer? Has this issue been officially logged as a bug within the Vision Framework or Live Text teams? Since this behavior has remained reproducible since iOS 17, why has it not yet been resolved? Is the problem caused by automatic language detection, the OCR recognition model, the Vision Framework, or another component of Apple's AI pipeline? Does Apple currently have a dedicated OCR and language recognition model for the Khmer script, or is Khmer being inferred through another language model? Is there an estimated timeline for improving Khmer OCR and preventing Khmer text from being misidentified as Thai? Can Apple confirm whether this issue affects all products using the Vision Framework, including Live Text, Photos Preview, Screenshot OCR, and APIs provided to third-party developers? How can Apple work with the Khmer technology community to improve OCR accuracy and language support for Cambodia? This issue is more than a simple OCR bug. When Khmer text is automatically converted into Thai characters, users lose access to the original text, developers receive incorrect OCR output, and it negatively impacts the digital representation of the Khmer language. For reference, I have documented the issue in detail here: https://app.notion.com/p/Inaccurate-OCR-Language-Inference-Khmer-Script-Misidentified-as-Thai-in-Vision-Framework-2d8a24f4ee6680fcbc49d989f8bb606f I hope Apple will investigate this issue and prioritize improving Khmer language support across the Vision Framework and Live Text. Thank you, Vattanak Khun
1
0
154
3w
My Experiance with Apple (New here!)
Just want to say, I have had no issues with this process. I have read quite a bit on here, alot not great. I submitted some games on Sunday evening, 3-4 days later, reviewed and approved. I read alot of horror stories, so just wanted to say its been great for me. Usually people write complaints, not many with good stories. I am sure I will get some knocked back, but I will cross that road when I come to it! Great it's been and look forward to continuing here. Eric
0
0
109
3w
macOS 27 Beta 1 Install Failure
Hello, I'm unable to install macOS 27 Beta 1 on relatively clean test system - 15" MacBook Air M4 16GB RAM. Error from installer log: Jun 9 09:55:29 COMPUTERNAME osinstallersetupd[11696]: Operation queue failed with error: Error Domain=com.apple.OSInstallerSetup.error Code=1007 "An error occurred preparing the update." UserInfo={NSLocalizedRecoverySuggestion=Failed to personalize the software update. Please try again., NSLocalizedDescription=An error occurred preparing the update., NSUnderlyingError=0xbdbf93f30 {Error Domain=SUMacControllerError Code=7723 "[SUMacControllerErrorPreflightPersonalizeFailed=7723] Failed to perform PreflightPersonalize operation: [MobileSoftwareUpdateErrorDomain(MSU):MSU_ERR_PERSONALIZATION_FAILURE(2)_1_MobileSoftwareUpdateErrorDomain(MSU):MSU_ERR_GLOBAL_TICKET_INVALID(53)]" UserInfo={NSLocalizedDescription=Failed to personalize the software update. Please try again., SUMacControllerErrorIndicationsMask=0, NSDebugDescription=[SUMacControllerErrorPreflightPersonalizeFailed=7723] Failed to perform PreflightPersonalize operation: [MobileSoftwareUpdateErrorDomain(MSU):MSU_ERR_PERSONALIZATION_FAILURE(2)_1_MobileSoftwareUpdateErrorDomain(MSU):MSU_ERR_GLOBAL_TICKET_INVALID(53)], NSUnderlyingError=0xbdbf93b10 {Error Domain=MobileSoftwareUpdateErrorDomain Code=2 "Could not personalize boot/firmware bundle." UserInfo={NSUnderlyingError=0xbdbf93d80 {Error Domain=MobileSoftwareUpdateErrorDomain Code=53 "Global ticket failed to verify" UserInfo=0xbdbfd2be0 (not displayed)}, NSLocalizedDescription=Could not personalize boot/firmware bundle., target_update=26A5353q}}}}} Not sure if anyone else has experienced this error?
10
2
853
3w
[Callkit] Report call end fail
We call reportCall(with:, endedAt:, reason:) to end the call, mostly CXCallObserverDelegate func - (void)callObserver:(CXCallObserver *)callObserver callChanged:(CXCall *)call; will be called immediately with call end event. But sometimes not like this, it will not callback, and after more then 20 seconds, CXProviderDelegate func provider(_ provider: CXProvider, perform action: CXEndCallAction) will be call. It seems not expected, and will cause callkit UI not disappear in a long time. So hy call end event not be call immediately by CXCallObserverDelegate func?
1
0
159
3w
Can't add Wireguard VPN
Im on my MacBook Pro M1 and if I'm trying to load a config then it says read or writing the configuration failed. I looked to the log there is this: 2026-07-07 18:48:09.890 [APP] App version: 1.0.16 (27) 2026-07-07 18:48:21.596 [APP] Add: Saving configuration failed: Error Domain=NEVPNErrorDomain Code=5 "total NetworkExtension configuration size limit exceeded" UserInfo={NSLocalizedDescription=total NetworkExtension configuration size limit exceeded} I went to VPN and there are NO VPN configurations. But in the past I had installed Proton VPN and Express VPN.
1
0
121
3w
Maximize Window Bounceback
Usually I double click the top window bar to maximize or revert back to the position a window was in, need this efficiency and now when double clicking top window bar the window maximizes on display then quickly bounces back to same position. I realize I can press option key above green circle, beyond annoying on all screens and more so on bigger external monitors. once in a while if I double click fast enough with some luck it does what its supposed to (maximize or revert back to original pos wich is usually half or quarter screen). tried a few settings. was guessing something to do with double click speed, don't know. this is beyond annoying and having to waste time on it is also annoying
0
0
164
3w
Long delay after being banned
HI all, My app was live for several months then I got an email saying my developer account was banned for fraud (To be honest I am not sure if I had even submitted an update or whether they just hit me out of the blue) `Evidence of Dishonest or Fraudulent Activity App submissions from your account have engaged in concept or feature switch schemes to evade the review process, such as dynamically populating different app content after review, submitting apps with hidden features, repeatedly submitting misleading apps, and/or submitting apps with concrete references to content that you are not authorized to provide or is otherwise not appropriate for the App Store.` Anyway, my suspicion is we had just flagged some auto detection script, and I appealed immediately stating we had no such hidden code or features, we are a simple flutter app backed with firebase, no paywall pages or anything like that. Anyway, its now been 30 days with no response, I have heard not to try and message them again as it may reset our place in the queue, so I am just wondering what to do at this stage? I have had to pause our paid ads, and its a bad look for us right now with a broken apple link on our website. This is the only app I have on my developer account. APP ID: 6763960507
0
0
154
3w
Individual enrollment still pending after 3 days (Bangladesh) realistic timeline?
Enrollment type: Individual Date submitted: July 4, 2026 Region: Bangladesh Fee: $99 deducted at submission Documents: identity documents submitted as requested The $99 was charged immediately and I've provided the requested identity documents, but as of July 7 the status hasn't changed and I've had no follow-up email. I'm aware the July 4 US holiday weekend likely means only about one business day has actually elapsed on Apple's side, so I'm not assuming anything is broken yet. My legal name on the enrollment matches my government ID exactly, so I don't think a name mismatch is the cause. Mainly trying to gauge a realistic timeline rather than escalate prematurely: For those who enrolled as individuals outside the US, what was your actual wait from payment to activation? Did emailing Developer Support move things along, or did it clear on its own? Anyone from South Asia / Bangladesh with a recent (2026) data point? Planning to give it a few more business days before contacting support. Thanks.
0
0
123
3w
Abysmal Support
I paid for my developer account in April. I launched a small game on the App Store in early May that relies on CloudKit heavily. Two days into the game being live my Apple Developer account stopped allowing me access to the CloudKit admin portal and claims that I do not have an active developer account. I had no communication from Apple, I've signed all the agreements, I've supplied all the paperwork. There should be nothing preventing me from having an active account. I have called several times, the support person just keeps telling me I need to speak to a senior advisor and they need to file a ticket and I just need to wait. It's been two months of this - all my emails go unanswered. All my calls result in "wait for us to contact you" - nobody ever does. I am unable to administer my game, update settings or even monitor the database. I am unable to publish new builds. If I was doing this to make a living I'd be furious - luckily this is just a hobby project. I'm posting this here as a last attempt to catch somebody's attention.
1
0
150
3w
对冲iphone18泄密
Mac Phone(简称M Phone)完整产品方案+全套宣传文案 一、产品核心定位(苹果救泄密舆论+开辟全新赛道双重奇招) 推出背景 iPhone 18全套硬件图纸、尺寸、芯片A20全部泄露,秋季发布会毫无新鲜感,常规迭代讲稿无法制造热度。苹果跳出十几年iPhone固有框架,推出独立全新产品线Mac Phone,仅在9月发布会放出概念短片预告,2027年初单独线上发布,不冲击iPhone18全年销量。 硬件核心配置(精简优化M架构,非粗暴阉割) 屏幕:直板超大尺寸,尺寸全面大于iPhone 18 Pro Max,无折叠折痕,满足大屏追剧、游戏、办公需求; 芯片:基于Mac M系列架构重新优化定制手机专用芯片,全新命名,算力、AI性能全方位碾压A20;机身更大,散热、电池空间充足,能稳定释放高性能; 外观:跳脱现有iPhone设计,无传统灵动岛,全新一体化机身,全套研发资料仅留存苹果总部,全程无泄密; 定位分层 • iPhone数字系列(18/19):A系列芯片,均衡轻薄,面向大众日常用户; • Mac Phone:M同源高性能芯片+超大直板大屏,面向剪辑创作者、手游玩家、移动办公人群。 命名巧思 官方名:Mac Phone,日常简写M Phone; 官方含义:Mac桌面级算力下放手机;iPhone=我的日常手机,M Phone=面向创作人群的高性能设备; 民间自发谐音梗:读音近似“麦克风”,自带趣味传播话题,免费带动全网热度。 战略价值 短期:转移全网讨论焦点,彻底掩盖iPhone18泄密的尴尬,发布会直接翻盘; 长期:开辟苹果手机全新高性能赛道,打通Mac与手机生态,弥补超大屏旗舰空白,挽回因屏幕、性能流失到安卓的用户。 二、品牌核心宣传主题 解放你的设备包袱,让Mac的力量,握于掌心 三、分场景完整文案 2026年9月发布会收尾官方口播文案 过去多年,我们依靠A系列芯片打造日常iPhone,服务每一个普通人。 但创作者、游戏爱好者、常年移动办公的人,始终被有限性能、偏小屏幕束缚,出门总要背负手机、平板、笔记本多台设备。 今天,我们打破沿用多年的手机固有框架,带来全新独立产品线——Mac Phone。 它拥有比Pro Max更大的纯直板大屏,不做折叠妥协;搭载基于M系列架构深度重构的专属芯片,不是简单缩减核心,而是专为手持设备平衡能效与爆发算力,性能全面超越A20。 不必再随身携带厚重电脑,一台手机,就能承载完整桌面级生产力,解放所有设备包袱。 Mac Phone,将于2027年初正式与大家见面。 品牌主海报短句(极简苹果人文风) 卸下电脑包袱,掌心拥有Mac之力 Mac Phone,更大屏幕,更强性能 一台设备,兼顾生活与创作 不妥协的大屏,不缩水的算力 线上/线下广告短片旁白(温柔人文叙事) 我们总被设备困住脚步。 沉重的笔记本,局促的手机屏幕,有限的运算能力,都是随身携带的负担。 现在,Mac Phone到来。 源自Mac M架构的强劲核心,一块无妥协超大直板大屏。 不用背负多台设备,不用牺牲性能,不用忍受折叠瑕疵。 把电脑的全部力量,装进你的掌心。 Mac Phone,卸下所有包袱。 短视频传播短标语(适合数码平台、社交平台) Mac芯片下放入手机,这才是真正的性能旗舰 比Pro Max更大的直板大屏,Mac Phone来了 一机替代手机、平板、轻薄本 民间趣味玩梗:这款“麦克风”手机,性能碾压所有iPhone 四、整套方案核心优势总结 公关救场:全新无泄密底牌,话题热度远超折叠屏,完美化解iPhone18泄密负面; 技术创新:M架构移动端专属芯片,区别传统A系列,形成行业差异化; 市场补缺:超大直板大屏,抓住大屏需求用户,挽回流失客户; 商业低风险:仅远期预告,不分流今年iPhone销量,预留充足周期打磨成品; 长期布局:独立M Phone赛道,完善苹果手机产品矩阵,打通跨设备生态。
0
0
250
4w
question about apple.nanouniverse
i have an iphone 16e and noticed that under app and website activity there was apple.nanouniverse.Aegirlproxyap . I looked it up to see what it was and basically from what i understand it's normal for it to be used but that's if im connecting to an apple watch or mac which i have never done . So i was wondering why else it would show up if i didn't use those other devices ?
0
0
197
4w
Assinei o programa e minha conta continua Pendente/não ativada
Olá, pessoal. Efetuei o pagamento da assinatura do Apple Developer Program no dia 07 de julho de 2026, mas minha conta continua com o status "Pendente" e não foi ativada até agora. O site informa que o processamento pode levar até 48 horas, porém já se passaram vários dias sem nenhuma atualização. Já abri chamados com o Suporte (casos 102937443413 e 102939351464), mas ainda não obtive uma solução. Alguém mais está passando por isso ou sabe como acelerar a ativação? Agradeço qualquer orientação.
Replies
1
Boosts
0
Views
164
Activity
3w
Can an iOS app automatically send scheduled SMS using the user’s cellular number?
Hello, I’m investigating an appointment-reminder app for small businesses. The user would explicitly enable the feature and authorize specific clients to receive reminders. At a scheduled time, the app would send an SMS using the iPhone owner’s cellular number and carrier plan, without requiring them to open MFMessageComposeViewController and tap Send. I understand that MFMessageComposeViewController requires user confirmation. I also understand that TelephonyMessagingKit is intended for eligible default carrier-messaging apps. Is there any supported API, entitlement, or approved architecture that permits this use case for a regular App Store app? If not, would an appointment app potentially qualify for any TelephonyMessagingKit entitlement, or is using a server-side SMS provider the only supported way to send unattended reminders? The intended messages would only be sent with the business user’s authorization and the recipient’s consent.
Replies
0
Boosts
0
Views
164
Activity
3w
Building a Multi-Core Autonomous Software Engineering Runtime
Building a Multi-Core Autonomous Software Engineering Runtime in Swift 6.2 Author: BlackForgedLabs Abstract We are developing a native Swift-based autonomous software engineering runtime that applies deterministic safety, actor isolation, structured concurrency, and layered governance to large-scale automated software development. Rather than treating AI as a monolithic chatbot, our architecture models software engineering as cooperating subsystems with clearly defined responsibilities and explicit safety boundaries. Our goals include: deterministic execution reproducible builds enterprise governance local-first operation strong auditability compile-time safety through Swift’s concurrency model Swift 6.2 has proven to be an excellent foundation for this approach. ⸻ Architectural Principles The runtime is organized as multiple cooperating cores instead of a single agent. Each subsystem owns one responsibility and communicates through typed contracts. Examples include: runtime orchestration memory documentation code indexing governance diagnostics repair planning verification deployment Each subsystem operates independently while remaining isolated through actor boundaries. ⸻ Deterministic Concurrency One of our primary design goals is eliminating hidden mutable state. Every major service is implemented as actors. Shared mutable state is intentionally minimized. Long-running workflows communicate through immutable value types. Swift’s strict concurrency checking has become one of the largest contributors to overall system correctness. ⸻ Safety Before Autonomy Rather than allowing unrestricted automated modification of source code, every proposed action passes through multiple validation stages. Examples include: policy validation approval gates build verification audit recording rollback planning The architecture intentionally separates: Observation ↓ Analysis ↓ Planning ↓ Approval ↓ Execution ↓ Verification Each stage has clearly defined ownership. ⸻ Local-First Enterprise Design Our primary objective is enabling organizations to execute sophisticated development workflows entirely on their own infrastructure. The runtime is designed around: local source repositories local indexing local documentation local policy enforcement local build execution Cloud providers become optional components rather than architectural requirements. ⸻ Documentation as a First-Class System Documentation generation is integrated directly into the engineering workflow rather than treated as an afterthought. The documentation pipeline automatically produces: API references CLI references architecture documentation governance documentation release documentation searchable local indexes This enables developers to query documentation using deterministic local search without requiring embeddings. ⸻ Why Swift? Several Swift features have made this architecture practical: actors Sendable checking structured concurrency Swift Package Manager strong value semantics deterministic compilation cross-platform direction Swift increasingly resembles a systems language while maintaining a high level of developer productivity. ⸻ Areas Where We’d Appreciate Apple Engineering Feedback We’re particularly interested in best practices for: very large Swift package graphs actor performance at enterprise scale incremental compilation strict concurrency patterns memory optimization Swift Package dependency management long-running actor systems compiler diagnostics for large modular architectures ⸻ What We Intentionally Do Not Discuss To protect proprietary work, this overview intentionally omits implementation details related to: orchestration algorithms planning heuristics governance policies commercial architecture security mechanisms repair strategies provider integrations internal runtime implementation The purpose of this discussion is to exchange knowledge about building large-scale systems in Swift rather than disclose proprietary technology.
Replies
0
Boosts
0
Views
209
Activity
3w
iOS 27 Beta updates are not being rolled out in India
Anyone knows any specific reason for the non-rollout of iOS 27 beta versions in APAC specifically India. i will be much obliged for any illumination from informed community.
Replies
0
Boosts
0
Views
184
Activity
3w
Can't send support issues.
Hello, Apple Team! My e-mail did not work in January - February 2026. I think after that is become invalid. Please assist to make it valid again. Also AppStore Connect doesn't send e-mails to my account holder e-mail. I have no issues to login using my e-mail on device or apple developer portal. Thanks! Regard, Alex
Replies
0
Boosts
0
Views
115
Activity
3w
Cambodia Language bugs
Dear Apple Support Team, I am writing to report a long-standing issue affecting Khmer (Cambodia) text recognition in Live Text and the Vision Framework OCR. Based on my testing, this issue has persisted for more than two years—from iOS 17 through iOS 27 Beta 3—and is also reproducible on iPadOS and macOS. I would appreciate clarification on the following points: Is Apple aware of an issue where Live Text incorrectly recognizes Khmer script as Thai script, causing copied text to output as Thai characters instead of Khmer? Has this issue been officially logged as a bug within the Vision Framework or Live Text teams? Since this behavior has remained reproducible since iOS 17, why has it not yet been resolved? Is the problem caused by automatic language detection, the OCR recognition model, the Vision Framework, or another component of Apple's AI pipeline? Does Apple currently have a dedicated OCR and language recognition model for the Khmer script, or is Khmer being inferred through another language model? Is there an estimated timeline for improving Khmer OCR and preventing Khmer text from being misidentified as Thai? Can Apple confirm whether this issue affects all products using the Vision Framework, including Live Text, Photos Preview, Screenshot OCR, and APIs provided to third-party developers? How can Apple work with the Khmer technology community to improve OCR accuracy and language support for Cambodia? This issue is more than a simple OCR bug. When Khmer text is automatically converted into Thai characters, users lose access to the original text, developers receive incorrect OCR output, and it negatively impacts the digital representation of the Khmer language. For reference, I have documented the issue in detail here: https://app.notion.com/p/Inaccurate-OCR-Language-Inference-Khmer-Script-Misidentified-as-Thai-in-Vision-Framework-2d8a24f4ee6680fcbc49d989f8bb606f I hope Apple will investigate this issue and prioritize improving Khmer language support across the Vision Framework and Live Text. Thank you, Vattanak Khun
Replies
1
Boosts
0
Views
154
Activity
3w
IssApple Developer Program enrollment
Hey there, Trying to enroll in Apple Developer Program and I just couldn’t keeps showing the message below Tried contacting Apple support and response was very vague and for some reason I can‘t schedule a call on my Saudi number. Any ideas?
Replies
1
Boosts
0
Views
156
Activity
3w
My Experiance with Apple (New here!)
Just want to say, I have had no issues with this process. I have read quite a bit on here, alot not great. I submitted some games on Sunday evening, 3-4 days later, reviewed and approved. I read alot of horror stories, so just wanted to say its been great for me. Usually people write complaints, not many with good stories. I am sure I will get some knocked back, but I will cross that road when I come to it! Great it's been and look forward to continuing here. Eric
Replies
0
Boosts
0
Views
109
Activity
3w
macOS 27 Beta 1 Install Failure
Hello, I'm unable to install macOS 27 Beta 1 on relatively clean test system - 15" MacBook Air M4 16GB RAM. Error from installer log: Jun 9 09:55:29 COMPUTERNAME osinstallersetupd[11696]: Operation queue failed with error: Error Domain=com.apple.OSInstallerSetup.error Code=1007 "An error occurred preparing the update." UserInfo={NSLocalizedRecoverySuggestion=Failed to personalize the software update. Please try again., NSLocalizedDescription=An error occurred preparing the update., NSUnderlyingError=0xbdbf93f30 {Error Domain=SUMacControllerError Code=7723 "[SUMacControllerErrorPreflightPersonalizeFailed=7723] Failed to perform PreflightPersonalize operation: [MobileSoftwareUpdateErrorDomain(MSU):MSU_ERR_PERSONALIZATION_FAILURE(2)_1_MobileSoftwareUpdateErrorDomain(MSU):MSU_ERR_GLOBAL_TICKET_INVALID(53)]" UserInfo={NSLocalizedDescription=Failed to personalize the software update. Please try again., SUMacControllerErrorIndicationsMask=0, NSDebugDescription=[SUMacControllerErrorPreflightPersonalizeFailed=7723] Failed to perform PreflightPersonalize operation: [MobileSoftwareUpdateErrorDomain(MSU):MSU_ERR_PERSONALIZATION_FAILURE(2)_1_MobileSoftwareUpdateErrorDomain(MSU):MSU_ERR_GLOBAL_TICKET_INVALID(53)], NSUnderlyingError=0xbdbf93b10 {Error Domain=MobileSoftwareUpdateErrorDomain Code=2 "Could not personalize boot/firmware bundle." UserInfo={NSUnderlyingError=0xbdbf93d80 {Error Domain=MobileSoftwareUpdateErrorDomain Code=53 "Global ticket failed to verify" UserInfo=0xbdbfd2be0 (not displayed)}, NSLocalizedDescription=Could not personalize boot/firmware bundle., target_update=26A5353q}}}}} Not sure if anyone else has experienced this error?
Replies
10
Boosts
2
Views
853
Activity
3w
[Callkit] Report call end fail
We call reportCall(with:, endedAt:, reason:) to end the call, mostly CXCallObserverDelegate func - (void)callObserver:(CXCallObserver *)callObserver callChanged:(CXCall *)call; will be called immediately with call end event. But sometimes not like this, it will not callback, and after more then 20 seconds, CXProviderDelegate func provider(_ provider: CXProvider, perform action: CXEndCallAction) will be call. It seems not expected, and will cause callkit UI not disappear in a long time. So hy call end event not be call immediately by CXCallObserverDelegate func?
Replies
1
Boosts
0
Views
159
Activity
3w
Can't add Wireguard VPN
Im on my MacBook Pro M1 and if I'm trying to load a config then it says read or writing the configuration failed. I looked to the log there is this: 2026-07-07 18:48:09.890 [APP] App version: 1.0.16 (27) 2026-07-07 18:48:21.596 [APP] Add: Saving configuration failed: Error Domain=NEVPNErrorDomain Code=5 "total NetworkExtension configuration size limit exceeded" UserInfo={NSLocalizedDescription=total NetworkExtension configuration size limit exceeded} I went to VPN and there are NO VPN configurations. But in the past I had installed Proton VPN and Express VPN.
Replies
1
Boosts
0
Views
121
Activity
3w
error in handshake to hdd controller in beta 4 (MAC OSX)
it is already the second beta release, which has heavy problems to connect to externbal hdds because of handshake problem with hdd controllers
Replies
0
Boosts
0
Views
157
Activity
3w
Maximize Window Bounceback
Usually I double click the top window bar to maximize or revert back to the position a window was in, need this efficiency and now when double clicking top window bar the window maximizes on display then quickly bounces back to same position. I realize I can press option key above green circle, beyond annoying on all screens and more so on bigger external monitors. once in a while if I double click fast enough with some luck it does what its supposed to (maximize or revert back to original pos wich is usually half or quarter screen). tried a few settings. was guessing something to do with double click speed, don't know. this is beyond annoying and having to waste time on it is also annoying
Replies
0
Boosts
0
Views
164
Activity
3w
Long delay after being banned
HI all, My app was live for several months then I got an email saying my developer account was banned for fraud (To be honest I am not sure if I had even submitted an update or whether they just hit me out of the blue) `Evidence of Dishonest or Fraudulent Activity App submissions from your account have engaged in concept or feature switch schemes to evade the review process, such as dynamically populating different app content after review, submitting apps with hidden features, repeatedly submitting misleading apps, and/or submitting apps with concrete references to content that you are not authorized to provide or is otherwise not appropriate for the App Store.` Anyway, my suspicion is we had just flagged some auto detection script, and I appealed immediately stating we had no such hidden code or features, we are a simple flutter app backed with firebase, no paywall pages or anything like that. Anyway, its now been 30 days with no response, I have heard not to try and message them again as it may reset our place in the queue, so I am just wondering what to do at this stage? I have had to pause our paid ads, and its a bad look for us right now with a broken apple link on our website. This is the only app I have on my developer account. APP ID: 6763960507
Replies
0
Boosts
0
Views
154
Activity
3w
Individual enrollment still pending after 3 days (Bangladesh) realistic timeline?
Enrollment type: Individual Date submitted: July 4, 2026 Region: Bangladesh Fee: $99 deducted at submission Documents: identity documents submitted as requested The $99 was charged immediately and I've provided the requested identity documents, but as of July 7 the status hasn't changed and I've had no follow-up email. I'm aware the July 4 US holiday weekend likely means only about one business day has actually elapsed on Apple's side, so I'm not assuming anything is broken yet. My legal name on the enrollment matches my government ID exactly, so I don't think a name mismatch is the cause. Mainly trying to gauge a realistic timeline rather than escalate prematurely: For those who enrolled as individuals outside the US, what was your actual wait from payment to activation? Did emailing Developer Support move things along, or did it clear on its own? Anyone from South Asia / Bangladesh with a recent (2026) data point? Planning to give it a few more business days before contacting support. Thanks.
Replies
0
Boosts
0
Views
123
Activity
3w
Abysmal Support
I paid for my developer account in April. I launched a small game on the App Store in early May that relies on CloudKit heavily. Two days into the game being live my Apple Developer account stopped allowing me access to the CloudKit admin portal and claims that I do not have an active developer account. I had no communication from Apple, I've signed all the agreements, I've supplied all the paperwork. There should be nothing preventing me from having an active account. I have called several times, the support person just keeps telling me I need to speak to a senior advisor and they need to file a ticket and I just need to wait. It's been two months of this - all my emails go unanswered. All my calls result in "wait for us to contact you" - nobody ever does. I am unable to administer my game, update settings or even monitor the database. I am unable to publish new builds. If I was doing this to make a living I'd be furious - luckily this is just a hobby project. I'm posting this here as a last attempt to catch somebody's attention.
Replies
1
Boosts
0
Views
150
Activity
3w
AssetsV2 folder System\Library > 100GB
The AssetsV2 folder on my MacBook Air is greater than 100GB which is 20% of total disk space. The Library folder total is only 14GB more. The System total is 160GB Users 170GB VMs 40GB Any advice on what can be culled?
Replies
0
Boosts
0
Views
155
Activity
3w
对冲iphone18泄密
Mac Phone(简称M Phone)完整产品方案+全套宣传文案 一、产品核心定位(苹果救泄密舆论+开辟全新赛道双重奇招) 推出背景 iPhone 18全套硬件图纸、尺寸、芯片A20全部泄露,秋季发布会毫无新鲜感,常规迭代讲稿无法制造热度。苹果跳出十几年iPhone固有框架,推出独立全新产品线Mac Phone,仅在9月发布会放出概念短片预告,2027年初单独线上发布,不冲击iPhone18全年销量。 硬件核心配置(精简优化M架构,非粗暴阉割) 屏幕:直板超大尺寸,尺寸全面大于iPhone 18 Pro Max,无折叠折痕,满足大屏追剧、游戏、办公需求; 芯片:基于Mac M系列架构重新优化定制手机专用芯片,全新命名,算力、AI性能全方位碾压A20;机身更大,散热、电池空间充足,能稳定释放高性能; 外观:跳脱现有iPhone设计,无传统灵动岛,全新一体化机身,全套研发资料仅留存苹果总部,全程无泄密; 定位分层 • iPhone数字系列(18/19):A系列芯片,均衡轻薄,面向大众日常用户; • Mac Phone:M同源高性能芯片+超大直板大屏,面向剪辑创作者、手游玩家、移动办公人群。 命名巧思 官方名:Mac Phone,日常简写M Phone; 官方含义:Mac桌面级算力下放手机;iPhone=我的日常手机,M Phone=面向创作人群的高性能设备; 民间自发谐音梗:读音近似“麦克风”,自带趣味传播话题,免费带动全网热度。 战略价值 短期:转移全网讨论焦点,彻底掩盖iPhone18泄密的尴尬,发布会直接翻盘; 长期:开辟苹果手机全新高性能赛道,打通Mac与手机生态,弥补超大屏旗舰空白,挽回因屏幕、性能流失到安卓的用户。 二、品牌核心宣传主题 解放你的设备包袱,让Mac的力量,握于掌心 三、分场景完整文案 2026年9月发布会收尾官方口播文案 过去多年,我们依靠A系列芯片打造日常iPhone,服务每一个普通人。 但创作者、游戏爱好者、常年移动办公的人,始终被有限性能、偏小屏幕束缚,出门总要背负手机、平板、笔记本多台设备。 今天,我们打破沿用多年的手机固有框架,带来全新独立产品线——Mac Phone。 它拥有比Pro Max更大的纯直板大屏,不做折叠妥协;搭载基于M系列架构深度重构的专属芯片,不是简单缩减核心,而是专为手持设备平衡能效与爆发算力,性能全面超越A20。 不必再随身携带厚重电脑,一台手机,就能承载完整桌面级生产力,解放所有设备包袱。 Mac Phone,将于2027年初正式与大家见面。 品牌主海报短句(极简苹果人文风) 卸下电脑包袱,掌心拥有Mac之力 Mac Phone,更大屏幕,更强性能 一台设备,兼顾生活与创作 不妥协的大屏,不缩水的算力 线上/线下广告短片旁白(温柔人文叙事) 我们总被设备困住脚步。 沉重的笔记本,局促的手机屏幕,有限的运算能力,都是随身携带的负担。 现在,Mac Phone到来。 源自Mac M架构的强劲核心,一块无妥协超大直板大屏。 不用背负多台设备,不用牺牲性能,不用忍受折叠瑕疵。 把电脑的全部力量,装进你的掌心。 Mac Phone,卸下所有包袱。 短视频传播短标语(适合数码平台、社交平台) Mac芯片下放入手机,这才是真正的性能旗舰 比Pro Max更大的直板大屏,Mac Phone来了 一机替代手机、平板、轻薄本 民间趣味玩梗:这款“麦克风”手机,性能碾压所有iPhone 四、整套方案核心优势总结 公关救场:全新无泄密底牌,话题热度远超折叠屏,完美化解iPhone18泄密负面; 技术创新:M架构移动端专属芯片,区别传统A系列,形成行业差异化; 市场补缺:超大直板大屏,抓住大屏需求用户,挽回流失客户; 商业低风险:仅远期预告,不分流今年iPhone销量,预留充足周期打磨成品; 长期布局:独立M Phone赛道,完善苹果手机产品矩阵,打通跨设备生态。
Replies
0
Boosts
0
Views
250
Activity
4w
question about apple.nanouniverse
i have an iphone 16e and noticed that under app and website activity there was apple.nanouniverse.Aegirlproxyap . I looked it up to see what it was and basically from what i understand it's normal for it to be used but that's if im connecting to an apple watch or mac which i have never done . So i was wondering why else it would show up if i didn't use those other devices ?
Replies
0
Boosts
0
Views
197
Activity
4w
Settings says “Manage settings for Device” instead of what you are using
So my iPad 10 is on iPadOS 27 and if you go to Settings and click General, it says “View and manage settings for Device“ instead of saying what you are using.
Replies
0
Boosts
0
Views
209
Activity
4w