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

multiple .searchable on same View
as of now I think it's not possible to have multiple .searchable lists in the same view. can someone confirm? or is there a known workaround? I'd had expected, that the search field would offer: in which list do you want to search. Because it doesn't it gives a fatal crash but maybe there's a workaround? thinking of: attach .searchable only on focus of the relevant list?
1
0
190
1w
Inability of Apple to remedy review bombing
Hi all, Has anyone else experience review bombs and how effective was Apple at remedying it? In my case there is zero guidance and zero substantive insight by Developer support how I can effectively remedy a dishonest/bad-faith review attack on my application by a competitor. What are the criteria or guidelines for assessing an ‘attack’ under Apple Media Services Terms of Service section M? And the same for ‘bad-faith‘ and ‘dishonest‘ reviews? In my case I had an encounter on Reddit with somebody threatening to review bomb me, explaining to me how they knew how to bypass the Apple review system, and critiquing my app with specific comments. On that same day I received a 1 star review including exactly the same ‘critiques‘ that the Redditor gave me, written in German instead of English. Who here wants to guess the nationality of the Redditor? Before I received the review I had already notified Apple of the fact that I had this interaction and I was expecting a review bomb. I explained the explicit intention and the bad faith. I have set out all the evidence in emails to Apple, including links to the Reddit thread, that the reviewer and redditor use literally the same tends to describe my app, the timing, the circumstances, and so on. Apple provides me nothing in terms of concrete assessment except for telling me two different things in order for reviews to qualify to be removed: Reviews must be spam, attacks or hate speech Reviews must be offensive or factually inaccurate I had argued with concrete evidence that it was na attack. The review is also factually inaccurate. But this review procedure keeps moving the goalposts. Is there anyone at Apple who moderates / manages the assessment of these reviews when they’re reported to Apple? I’d be happy to have a call about this. After all, in a case like this where somebody explicitly threatens somebody with a review bomb, and is then review bombed with overlapping terms, language etc, then it makes you wonder if the assessment is effective at all.
0
0
215
1w
“Desktop & Documents Folders” feature in iCloud Drive.
Dear Apple Support, I would like to raise a concern regarding the behavior of the “Desktop & Documents Folders” feature in iCloud Drive. From a business and development standpoint, the fact that folders may be automatically moved or created without clear and explicit user awareness is quite concerning. File system behavior is something users generally expect to remain predictable and fully under their control. In particular, when working in development environments, even small and unintended changes to folder structures can lead to issues such as broken file paths, build errors, or inconsistencies in project setups. The possibility that such changes may occur automatically introduces an element of uncertainty that is difficult to manage in professional workflows. Additionally, there are security considerations. For example, if sensitive files such as configuration data or API keys are temporarily stored on the Desktop, the possibility that they could be unintentionally synced to the cloud raises valid concerns. Even if safeguards exist, the lack of clear visibility and explicit confirmation makes it difficult to confidently assess and manage risk. Overall, the current behavior gives the impression that folder operations may occur without sufficient transparency. From a business perspective, this impacts trust, predictability, and operational reliability. I would appreciate consideration of the following improvements: Clear and explicit communication before any folder movement or creation occurs A strictly opt-in model with unambiguous user consent Greater visibility into when and how synchronization affects local files Options to ensure fully local control over specific directories Thank you for your attention to this matter. I hope this feedback will contribute to improving the reliability and transparency of the feature. Sincerely,
1
0
368
1w
Following up on Feedback Assistant reports
I have filed 27 bug reports against macOS using Feedback Assistant and none have had any sort of follow-up. I'm wondering if anyone at Apple looks at these reports? A few of these involve accessibility features that are not working (for example: speak announcements doesn't work -- and yes, my feedback is much more detailed than "doesn't work"). I would have thought issues with accessibility would be a high priority for Apple to fix quickly. Another report is that Grapher uses black text on dark gray making it very difficult to see the formula you enter. This should be a one-line code fix. These two, and 25 other bug reports have seemingly been ignored. Several of these reports indicate more than 10 similar reports, yet go unfixed. Leading me back to my opening question -- does anyone at Apple read these reports? I'd like to think I'm helping Apple to deliver a more perfect product but I feel like I'm wasting my time writing detailed bug reports. Is there another way to bring these to Apple's attention?
3
2
610
1w
PHPickerViewController preselectedAssetIdentifiers issue
noticed that when I use PHPickerViewController in iOS26, preselectedAssetIdentifiers not working. It doesn't pre-select an image. This is the code snapshot how I use it with UIViewControllerRepresentable Same code works in iOS18 but not iOS26 func makeUIViewController(context: Context) -> UIViewController { var configuration = PHPickerConfiguration(photoLibrary: PHPhotoLibrary.shared()) configuration.filter = .images configuration.selectionLimit = 5 configuration.preselectedAssetIdentifiers = ["some id from previous selected results"] let imagePicker = PHPickerViewController.init(configuration: configuration) imagePicker.delegate = context.coordinator return imagePicker }
2
2
181
1w
Dock Grid View folder jumps unexpectedly after opening with "Dock Magnification" enabled in Tahoe 26.4 RC
This is a generic, non-developer related macOS issue, but reporting here as well so it has more visibility since. It is an embarrassing bug that has not been fixed since the earliest versions of macOS Tahoe. Issue description: When Dock Magnification is enabled, the Dock Folder abruptly jumps approx. 10-15pixels down as the user moves the cursor after a brief pause). Video about the issue (see the last second of the small video and observe the entire grid popup jump abruptly): https://forums.macrumors.com/threads/macos-tahoe-26-4-release-candidate-now-available.2479503/post-34494643 Related FB: FB20761846 (opened in October, 2025) The issue is easily reproducible and confirmed by many. The lack of this issue being fixed for so long is indicative in the eyes of many of the lack of attention to details in macOS Tahoe's Glass interface.
0
0
132
1w
Downtime feature makes phone freeze
My iphone freezes during the night, having the alarm not go off, me miss important things as I oversleep. And the phone needs to go thru hard reboot to get back to normal. It´s only been happening after I started using "Downtime". (An underdeveloped feature by Apple in the first place). I love locking my apps down nighttime for less screentime. Annoyingly it only happens once in a while, so I´m not able to link it directly to downtime consistently. I´m not developing an app right now so I´m steep ground with this post, but, with lack of sleep as this has messed up my sleep rythm several times, well I´m not able too anyway. I know ios well, and there isn´t much "to do" except having to always remember to turn off downtime (it doesn´t play well with shortcuts app either), but I hope someone from apple sees this and is able to push this bug into the right team as all reports I have seen goes on focus modes bugs, but not "downtime".
0
0
57
1w
FocusedValues / FocusedKeyValue
I have an app with multiple Windows, but hardly any "input" field. I want to control certain stuff via Menu (FocusedValues / FocusedKeyValue)... first I thought: this does not work at all... then I figured: If I write in a text field something.. then the focus is clear and the proper windows is targeted.. Just bringing the other window to focus (no edit nothing, just clicking on the window header) does not seem to trigger "hey.. I'm the focus now"... anyone experiencing the same? could I "fake" that? thinking of putting a very small text field so when I focus a windows, I could like, don't know: focus that input field such that the menu command realises: ah.. here's the windows I need to talk to...
1
0
167
1w
Localized version of Application = Spam??
Hey there! Faced a strange problem. We're a board game publisher, not quite experienced in publishing digital applications. However one of our games needs a digital app that already exists in AppStore. It is not possible to localize it ro our language, so we agreed with Rights Owners that we will develop the localized version ourselves and publish it in Store. The localized App is quite different from the original one: not only language, but a whole new part of the game exists. However Apple keeps declining our App considering it a spam. We tried everything to put that into consideration, but got nothing. Any lifehacks how to get this going? Is there anything they look at in particular, any tips what can we change quickly to finally publish the App?
2
0
213
1w
macOS 26: Can’t add a new VPN configuration
On one of my machines (new MacMini M4Pro) I can’t add any new VPN configuration, doesn’t matter what I use. Trying to set up Tailscale, I get to the point where Tailscale brings up the "Allow VPN configuration" panel. If I hit the "Allow VPN Configuration" button, then macOS pops up its own panel: "Tailscale" Would Like to Add VPN Configurations All network activity on this Mac may be filtered or monitored when using VPN. [Allow] [Don’t Allow] I hit the allow button, and after a short wait the Tailscale panel shows in red "You must allow this to use Tailscale". I can repeat this as often as I want, but Tailscale isn’t added to the VPN configurations. If I use any other third party VPN app, I get similar results: nothing gets added to the VPN configurations. If I use macOS’s System Settings and hit the "Add VPN Configuration" pop-up menu in the VPN section, and e.g. add an IKEv2 setup, it ask me to authenticate, and then provides me with the panel into which to put the relevant settings. I enter some test settings, and then hit the [Create] button... …and nothing! The new VPN configuration doesn’t show up in the list, where it should show up. It’s as if I had done nothing. No matter what I do, the VPN configurations are immutable. I suspect that some folder somewhere is either missing or for some reason has the wrong permissions. Where are these VPN configurations stored? Any other hints on how to fix this? Reinstalling the OS does’t fix this, since this issue persisted across various betas of macOS26
2
0
403
2w
Universal Link works directly but not via redirect on iOS 18 and above
Hi everyone, We're facing an issue with Universal Links on iOS 18 and above. The problem seems related to how iOS handles redirects before reaching a Universal Link. ✅ Working Link (direct): When we open this direct Universal Link, the app opens as expected: 👉 https://dl.punchh.com/deeplinks/logansroadhouse/ ❌ Not Working (redirected link): This marketing/tracking link eventually redirects to the above Universal Link, but on iOS 18+, it opens the App Store or a browser instead of the app: 👉 https://ip2.loyalty.logansroadhouse.com/ls/click?upn=... The same redirect link works fine on iOS 17 and below — it opens the app.
20
1
872
2w
App costing money
Apps should all be free then cost money after you play them like fortnite is free but is really popular and make a lot of money so other apps should be like that and have in game purchases to
0
0
82
2w
Pls Can You Make a New Game..
Can you Make an GLOBAL IN REAL LIFE SIMULATOR ROLEPLAY.. Try to get 8 Different Developers to Help do it.. (Similar to Sims Play others Kind of that as well.. Gta Greenfiel rp in Roblox Minigame others as well..) Family Life Simulator Make it Realistic as can be.. The Server Could Add Billionaires or More then That on the Server & Add Multiple ppl on there in Online & Offline.. They Could Play it on ALL KINDS OF DEVICES & Android IPad Google Play IOS other Stuff too) Pls Pls Pls Pls.. I will Make a Image of it then I will Show it to you Guys to See what I want to be in the Game thnxs.. they could Have Wifi/Internet Hotspots & Offline..
0
0
713
2w
MacOS 26.4 beta “Failed to prepare software update”
I have received this installation error attempting to upgrade from MacOS 26.4 beta 2 to beta 3 on my Intel 2020 27” iMac, and now trying to install beta 4 from beta 3 on my M1 Max MBP. I have seen from a sprinkling of post that some others have had the same issue. I was able to successfully perform the 2 to 3 upgrade on the iMac in safe boot, suggesting possible compatible, third-party app. But that did not work for beta 4 on either device. I have submitted feedback for each episode. Any others have this issue? Unusual for Apple, I have never had any issues installing beta software before.
5
1
920
2w
spcData payload (fairplay.cer) for FairPlay key server
We're sending the spcData payload to our fairplay key server (version 5.1) with the base64 encoded string of our fairPlay.cer that was downloaded from our developer portal and we're getting a spcVersionErr (-42580) for the spc version. The value that is being received by the key server seems to be 813827283 when it should be either 1 (base_constants.SPCVersion.v1.rawValue) or 2 (base_constant.SPCVersion.v2.rawValue). We're assuming we're encoding the fairplay.cer incorrectly. Any insight from anybody would be appreciated.
3
0
566
2w
Resources for hardware developers?
Good morning, Apple devs. I'm looking for resources and help designing a BLE hardware peripheral that is compatible with iOS and iPad. I've seen the MFi program, but I've also seen plenty of peripheral devices that work with iOS and iPad that are not listed in the MFi compatibility lists. Can anyone refer me to the proper channels to get support for development of a hardware device? Thank you.
1
0
101
3w
Calls on Assistive Access not working
I recently got a new iPhone for my mom so that she could have Assistive Access due to her declining cognitive health. I selected the family members she calls the most as her favorites, but when attempting to call some of said family members (myself included), nothing happens. It works for about half the contacts, and not for the other half. I’m her main caregiver so it’s pretty ironic that I’m one of the ones it doesn’t work with. I’ve tried exiting and re-entering Assistive Access, deleting and re-adding all the contacts, restarting the phone, force-restarting the phone, and checking if the iOS is the most recent update (it is). Nothing works. Please help.
1
0
40
3w
“Breaking the Throughput Ceiling for Deterministic Mobile Registries?”
log Results(using my own SIR(0.0)Lengua Canonical host programming language using Swifty Complier) 14 Billion Operations on an iPhone 12: The SIR(0.0)Lengua Benchmark The Accomplishment I have successfully benchmarked a "bare-metal" implementation of the SIR+Nexus protocol on an iPhone 12 (A14 Bionic). I am currently seeking funding/grants to move from this high-performance core into a full production-ready registry ecosystem. If you are interested in supporting a project that brings supercomputer-grade verification to the edge, I’d love to connect ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:46:13 +0000 🔁 NONCE: CBECB308-2E3C-48FA-989D-AD129E27A74C ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772815573.139092 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0013537406921386719 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 2 Actions per Engine: 7000000000 Cores: 2 Execution Time: 41.30783951282501 seconds Total Executed Canons: 14000000000 Throughput: 338918717 canons/sec Checksum: 17979805505785589248 ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:40:18 +0000 🔁 NONCE: 6968F42F-5646-4DE9-BCD4-02F6D53426E2 ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772815218.9165797 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0014863014221191406 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 1 Actions per Engine: 7000000000 Cores: 2 Execution Time: 40.646605491638184 seconds Total Executed Canons: 7000000000 Throughput: 172216103 canons/sec Checksum: 18213274789747570432 ===================================l ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:26:21 +0000 🔁 NONCE: 83BFC05F-9582-4EDF-8154-7FC88A925CE7 ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772814381.243969 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0013855695724487305 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 591428 Actions per Engine: 7000000000 Cores: 2 Execution Time: 41.8350967168808 seconds Total Executed Canons: 14000000000 Throughput: 334647248 canons/sec Checksum: 17979805505785589248 ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:33:17 +0000 🔁 NONCE: 808B2B4D-A69A-4062-B2BC-D546B0DCBCAA ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772814797.3462362 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0014896392822265625 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 590 Actions per Engine: 7000000000 Cores: 2 Execution Time: 41.28380227088928 seconds Total Executed Canons: 14000000000 Throughput: 339116051 canons/sec Checksum: 17979805505785589248 ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:18:13 +0000 🔁 NONCE: B8B6575E-DBB3-44C4-95D2-D7D22DC87075 ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772813893.3843408 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0014749765396118164 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 64 Actions per Engine: 512 Cores: 2 Execution Time: 15.000059366226196 seconds Total Executed Canons: 4791923200 Throughput: 319460282 canons/sec Checksum: 160388065465600 ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:21:29 +0000 🔁 NONCE: 4C5E58E7-CC42-487C-A972-00666A6DA78A ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772814089.8965917 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0014749765396118164 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 590 Actions per Engine: 70000 Cores: 2 Execution Time: 15.00032925605774 seconds Total Executed Canons: 5049660000 Throughput: 336636610 canons/sec Checksum: 23152360350731280 ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:22:42 +0000 🔁 NONCE: 8B8125E3-71EB-43FB-8DB5-9749192C2C9D ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772814162.3418667 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0013689994812011719 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 590 Actions per Engine: 700000 Cores: 2 Execution Time: 15.00326406955719 seconds Total Executed Canons: 5138700000 Throughput: 342505469 canons/sec Checksum: 235609058415150000
0
0
342
3w
multiple .searchable on same View
as of now I think it's not possible to have multiple .searchable lists in the same view. can someone confirm? or is there a known workaround? I'd had expected, that the search field would offer: in which list do you want to search. Because it doesn't it gives a fatal crash but maybe there's a workaround? thinking of: attach .searchable only on focus of the relevant list?
Replies
1
Boosts
0
Views
190
Activity
1w
Inability of Apple to remedy review bombing
Hi all, Has anyone else experience review bombs and how effective was Apple at remedying it? In my case there is zero guidance and zero substantive insight by Developer support how I can effectively remedy a dishonest/bad-faith review attack on my application by a competitor. What are the criteria or guidelines for assessing an ‘attack’ under Apple Media Services Terms of Service section M? And the same for ‘bad-faith‘ and ‘dishonest‘ reviews? In my case I had an encounter on Reddit with somebody threatening to review bomb me, explaining to me how they knew how to bypass the Apple review system, and critiquing my app with specific comments. On that same day I received a 1 star review including exactly the same ‘critiques‘ that the Redditor gave me, written in German instead of English. Who here wants to guess the nationality of the Redditor? Before I received the review I had already notified Apple of the fact that I had this interaction and I was expecting a review bomb. I explained the explicit intention and the bad faith. I have set out all the evidence in emails to Apple, including links to the Reddit thread, that the reviewer and redditor use literally the same tends to describe my app, the timing, the circumstances, and so on. Apple provides me nothing in terms of concrete assessment except for telling me two different things in order for reviews to qualify to be removed: Reviews must be spam, attacks or hate speech Reviews must be offensive or factually inaccurate I had argued with concrete evidence that it was na attack. The review is also factually inaccurate. But this review procedure keeps moving the goalposts. Is there anyone at Apple who moderates / manages the assessment of these reviews when they’re reported to Apple? I’d be happy to have a call about this. After all, in a case like this where somebody explicitly threatens somebody with a review bomb, and is then review bombed with overlapping terms, language etc, then it makes you wonder if the assessment is effective at all.
Replies
0
Boosts
0
Views
215
Activity
1w
“Desktop & Documents Folders” feature in iCloud Drive.
Dear Apple Support, I would like to raise a concern regarding the behavior of the “Desktop & Documents Folders” feature in iCloud Drive. From a business and development standpoint, the fact that folders may be automatically moved or created without clear and explicit user awareness is quite concerning. File system behavior is something users generally expect to remain predictable and fully under their control. In particular, when working in development environments, even small and unintended changes to folder structures can lead to issues such as broken file paths, build errors, or inconsistencies in project setups. The possibility that such changes may occur automatically introduces an element of uncertainty that is difficult to manage in professional workflows. Additionally, there are security considerations. For example, if sensitive files such as configuration data or API keys are temporarily stored on the Desktop, the possibility that they could be unintentionally synced to the cloud raises valid concerns. Even if safeguards exist, the lack of clear visibility and explicit confirmation makes it difficult to confidently assess and manage risk. Overall, the current behavior gives the impression that folder operations may occur without sufficient transparency. From a business perspective, this impacts trust, predictability, and operational reliability. I would appreciate consideration of the following improvements: Clear and explicit communication before any folder movement or creation occurs A strictly opt-in model with unambiguous user consent Greater visibility into when and how synchronization affects local files Options to ensure fully local control over specific directories Thank you for your attention to this matter. I hope this feedback will contribute to improving the reliability and transparency of the feature. Sincerely,
Replies
1
Boosts
0
Views
368
Activity
1w
Following up on Feedback Assistant reports
I have filed 27 bug reports against macOS using Feedback Assistant and none have had any sort of follow-up. I'm wondering if anyone at Apple looks at these reports? A few of these involve accessibility features that are not working (for example: speak announcements doesn't work -- and yes, my feedback is much more detailed than "doesn't work"). I would have thought issues with accessibility would be a high priority for Apple to fix quickly. Another report is that Grapher uses black text on dark gray making it very difficult to see the formula you enter. This should be a one-line code fix. These two, and 25 other bug reports have seemingly been ignored. Several of these reports indicate more than 10 similar reports, yet go unfixed. Leading me back to my opening question -- does anyone at Apple read these reports? I'd like to think I'm helping Apple to deliver a more perfect product but I feel like I'm wasting my time writing detailed bug reports. Is there another way to bring these to Apple's attention?
Replies
3
Boosts
2
Views
610
Activity
1w
PHPickerViewController preselectedAssetIdentifiers issue
noticed that when I use PHPickerViewController in iOS26, preselectedAssetIdentifiers not working. It doesn't pre-select an image. This is the code snapshot how I use it with UIViewControllerRepresentable Same code works in iOS18 but not iOS26 func makeUIViewController(context: Context) -> UIViewController { var configuration = PHPickerConfiguration(photoLibrary: PHPhotoLibrary.shared()) configuration.filter = .images configuration.selectionLimit = 5 configuration.preselectedAssetIdentifiers = ["some id from previous selected results"] let imagePicker = PHPickerViewController.init(configuration: configuration) imagePicker.delegate = context.coordinator return imagePicker }
Replies
2
Boosts
2
Views
181
Activity
1w
Dock Grid View folder jumps unexpectedly after opening with "Dock Magnification" enabled in Tahoe 26.4 RC
This is a generic, non-developer related macOS issue, but reporting here as well so it has more visibility since. It is an embarrassing bug that has not been fixed since the earliest versions of macOS Tahoe. Issue description: When Dock Magnification is enabled, the Dock Folder abruptly jumps approx. 10-15pixels down as the user moves the cursor after a brief pause). Video about the issue (see the last second of the small video and observe the entire grid popup jump abruptly): https://forums.macrumors.com/threads/macos-tahoe-26-4-release-candidate-now-available.2479503/post-34494643 Related FB: FB20761846 (opened in October, 2025) The issue is easily reproducible and confirmed by many. The lack of this issue being fixed for so long is indicative in the eyes of many of the lack of attention to details in macOS Tahoe's Glass interface.
Replies
0
Boosts
0
Views
132
Activity
1w
Downtime feature makes phone freeze
My iphone freezes during the night, having the alarm not go off, me miss important things as I oversleep. And the phone needs to go thru hard reboot to get back to normal. It´s only been happening after I started using "Downtime". (An underdeveloped feature by Apple in the first place). I love locking my apps down nighttime for less screentime. Annoyingly it only happens once in a while, so I´m not able to link it directly to downtime consistently. I´m not developing an app right now so I´m steep ground with this post, but, with lack of sleep as this has messed up my sleep rythm several times, well I´m not able too anyway. I know ios well, and there isn´t much "to do" except having to always remember to turn off downtime (it doesn´t play well with shortcuts app either), but I hope someone from apple sees this and is able to push this bug into the right team as all reports I have seen goes on focus modes bugs, but not "downtime".
Replies
0
Boosts
0
Views
57
Activity
1w
FocusedValues / FocusedKeyValue
I have an app with multiple Windows, but hardly any "input" field. I want to control certain stuff via Menu (FocusedValues / FocusedKeyValue)... first I thought: this does not work at all... then I figured: If I write in a text field something.. then the focus is clear and the proper windows is targeted.. Just bringing the other window to focus (no edit nothing, just clicking on the window header) does not seem to trigger "hey.. I'm the focus now"... anyone experiencing the same? could I "fake" that? thinking of putting a very small text field so when I focus a windows, I could like, don't know: focus that input field such that the menu command realises: ah.. here's the windows I need to talk to...
Replies
1
Boosts
0
Views
167
Activity
1w
Localized version of Application = Spam??
Hey there! Faced a strange problem. We're a board game publisher, not quite experienced in publishing digital applications. However one of our games needs a digital app that already exists in AppStore. It is not possible to localize it ro our language, so we agreed with Rights Owners that we will develop the localized version ourselves and publish it in Store. The localized App is quite different from the original one: not only language, but a whole new part of the game exists. However Apple keeps declining our App considering it a spam. We tried everything to put that into consideration, but got nothing. Any lifehacks how to get this going? Is there anything they look at in particular, any tips what can we change quickly to finally publish the App?
Replies
2
Boosts
0
Views
213
Activity
1w
Apple Developer Support is down?
Has anyone been able to raise a ticket with the support team in the past 48 hours without getting an infinite loader or error on the page?
Replies
1
Boosts
1
Views
155
Activity
2w
macOS 26: Can’t add a new VPN configuration
On one of my machines (new MacMini M4Pro) I can’t add any new VPN configuration, doesn’t matter what I use. Trying to set up Tailscale, I get to the point where Tailscale brings up the "Allow VPN configuration" panel. If I hit the "Allow VPN Configuration" button, then macOS pops up its own panel: "Tailscale" Would Like to Add VPN Configurations All network activity on this Mac may be filtered or monitored when using VPN. [Allow] [Don’t Allow] I hit the allow button, and after a short wait the Tailscale panel shows in red "You must allow this to use Tailscale". I can repeat this as often as I want, but Tailscale isn’t added to the VPN configurations. If I use any other third party VPN app, I get similar results: nothing gets added to the VPN configurations. If I use macOS’s System Settings and hit the "Add VPN Configuration" pop-up menu in the VPN section, and e.g. add an IKEv2 setup, it ask me to authenticate, and then provides me with the panel into which to put the relevant settings. I enter some test settings, and then hit the [Create] button... …and nothing! The new VPN configuration doesn’t show up in the list, where it should show up. It’s as if I had done nothing. No matter what I do, the VPN configurations are immutable. I suspect that some folder somewhere is either missing or for some reason has the wrong permissions. Where are these VPN configurations stored? Any other hints on how to fix this? Reinstalling the OS does’t fix this, since this issue persisted across various betas of macOS26
Replies
2
Boosts
0
Views
403
Activity
2w
Universal Link works directly but not via redirect on iOS 18 and above
Hi everyone, We're facing an issue with Universal Links on iOS 18 and above. The problem seems related to how iOS handles redirects before reaching a Universal Link. ✅ Working Link (direct): When we open this direct Universal Link, the app opens as expected: 👉 https://dl.punchh.com/deeplinks/logansroadhouse/ ❌ Not Working (redirected link): This marketing/tracking link eventually redirects to the above Universal Link, but on iOS 18+, it opens the App Store or a browser instead of the app: 👉 https://ip2.loyalty.logansroadhouse.com/ls/click?upn=... The same redirect link works fine on iOS 17 and below — it opens the app.
Replies
20
Boosts
1
Views
872
Activity
2w
App costing money
Apps should all be free then cost money after you play them like fortnite is free but is really popular and make a lot of money so other apps should be like that and have in game purchases to
Replies
0
Boosts
0
Views
82
Activity
2w
Pls Can You Make a New Game..
Can you Make an GLOBAL IN REAL LIFE SIMULATOR ROLEPLAY.. Try to get 8 Different Developers to Help do it.. (Similar to Sims Play others Kind of that as well.. Gta Greenfiel rp in Roblox Minigame others as well..) Family Life Simulator Make it Realistic as can be.. The Server Could Add Billionaires or More then That on the Server & Add Multiple ppl on there in Online & Offline.. They Could Play it on ALL KINDS OF DEVICES & Android IPad Google Play IOS other Stuff too) Pls Pls Pls Pls.. I will Make a Image of it then I will Show it to you Guys to See what I want to be in the Game thnxs.. they could Have Wifi/Internet Hotspots & Offline..
Replies
0
Boosts
0
Views
713
Activity
2w
MacOS 26.4 beta “Failed to prepare software update”
I have received this installation error attempting to upgrade from MacOS 26.4 beta 2 to beta 3 on my Intel 2020 27” iMac, and now trying to install beta 4 from beta 3 on my M1 Max MBP. I have seen from a sprinkling of post that some others have had the same issue. I was able to successfully perform the 2 to 3 upgrade on the iMac in safe boot, suggesting possible compatible, third-party app. But that did not work for beta 4 on either device. I have submitted feedback for each episode. Any others have this issue? Unusual for Apple, I have never had any issues installing beta software before.
Replies
5
Boosts
1
Views
920
Activity
2w
spcData payload (fairplay.cer) for FairPlay key server
We're sending the spcData payload to our fairplay key server (version 5.1) with the base64 encoded string of our fairPlay.cer that was downloaded from our developer portal and we're getting a spcVersionErr (-42580) for the spc version. The value that is being received by the key server seems to be 813827283 when it should be either 1 (base_constants.SPCVersion.v1.rawValue) or 2 (base_constant.SPCVersion.v2.rawValue). We're assuming we're encoding the fairplay.cer incorrectly. Any insight from anybody would be appreciated.
Replies
3
Boosts
0
Views
566
Activity
2w
Which backend platform do you rely on for powering your iOS applications in 2026?
Curious what backend others are choosing these days. I am building a vocabulary app and exploring which backend would be a good fit. Considering options like CloudKit, Firebase, Supabase, AWS Amplify, custom servers, or a combination. What are you using and what made you choose it?
Replies
1
Boosts
1
Views
176
Activity
3w
Resources for hardware developers?
Good morning, Apple devs. I'm looking for resources and help designing a BLE hardware peripheral that is compatible with iOS and iPad. I've seen the MFi program, but I've also seen plenty of peripheral devices that work with iOS and iPad that are not listed in the MFi compatibility lists. Can anyone refer me to the proper channels to get support for development of a hardware device? Thank you.
Replies
1
Boosts
0
Views
101
Activity
3w
Calls on Assistive Access not working
I recently got a new iPhone for my mom so that she could have Assistive Access due to her declining cognitive health. I selected the family members she calls the most as her favorites, but when attempting to call some of said family members (myself included), nothing happens. It works for about half the contacts, and not for the other half. I’m her main caregiver so it’s pretty ironic that I’m one of the ones it doesn’t work with. I’ve tried exiting and re-entering Assistive Access, deleting and re-adding all the contacts, restarting the phone, force-restarting the phone, and checking if the iOS is the most recent update (it is). Nothing works. Please help.
Replies
1
Boosts
0
Views
40
Activity
3w
“Breaking the Throughput Ceiling for Deterministic Mobile Registries?”
log Results(using my own SIR(0.0)Lengua Canonical host programming language using Swifty Complier) 14 Billion Operations on an iPhone 12: The SIR(0.0)Lengua Benchmark The Accomplishment I have successfully benchmarked a "bare-metal" implementation of the SIR+Nexus protocol on an iPhone 12 (A14 Bionic). I am currently seeking funding/grants to move from this high-performance core into a full production-ready registry ecosystem. If you are interested in supporting a project that brings supercomputer-grade verification to the edge, I’d love to connect ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:46:13 +0000 🔁 NONCE: CBECB308-2E3C-48FA-989D-AD129E27A74C ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772815573.139092 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0013537406921386719 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 2 Actions per Engine: 7000000000 Cores: 2 Execution Time: 41.30783951282501 seconds Total Executed Canons: 14000000000 Throughput: 338918717 canons/sec Checksum: 17979805505785589248 ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:40:18 +0000 🔁 NONCE: 6968F42F-5646-4DE9-BCD4-02F6D53426E2 ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772815218.9165797 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0014863014221191406 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 1 Actions per Engine: 7000000000 Cores: 2 Execution Time: 40.646605491638184 seconds Total Executed Canons: 7000000000 Throughput: 172216103 canons/sec Checksum: 18213274789747570432 ===================================l ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:26:21 +0000 🔁 NONCE: 83BFC05F-9582-4EDF-8154-7FC88A925CE7 ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772814381.243969 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0013855695724487305 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 591428 Actions per Engine: 7000000000 Cores: 2 Execution Time: 41.8350967168808 seconds Total Executed Canons: 14000000000 Throughput: 334647248 canons/sec Checksum: 17979805505785589248 ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:33:17 +0000 🔁 NONCE: 808B2B4D-A69A-4062-B2BC-D546B0DCBCAA ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772814797.3462362 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0014896392822265625 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 590 Actions per Engine: 7000000000 Cores: 2 Execution Time: 41.28380227088928 seconds Total Executed Canons: 14000000000 Throughput: 339116051 canons/sec Checksum: 17979805505785589248 ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:18:13 +0000 🔁 NONCE: B8B6575E-DBB3-44C4-95D2-D7D22DC87075 ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772813893.3843408 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0014749765396118164 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 64 Actions per Engine: 512 Cores: 2 Execution Time: 15.000059366226196 seconds Total Executed Canons: 4791923200 Throughput: 319460282 canons/sec Checksum: 160388065465600 ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:21:29 +0000 🔁 NONCE: 4C5E58E7-CC42-487C-A972-00666A6DA78A ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772814089.8965917 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0014749765396118164 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 590 Actions per Engine: 70000 Cores: 2 Execution Time: 15.00032925605774 seconds Total Executed Canons: 5049660000 Throughput: 336636610 canons/sec Checksum: 23152360350731280 ✅ CANON INGESTED Identity: SIR(0.0)Lengua Version: v1.0.0 🔐 HASH: 7affcfc92e1fcfff 📜 NOTARIZED AT: 2026-03-06 16:22:42 +0000 🔁 NONCE: 8B8125E3-71EB-43FB-8DB5-9749192C2C9D ✍️ SIGNATURE: SIR(0.0)Lengua|v1.0.0|8863031054657638399|1772814162.3418667 🌐 NAMESPACE: sir://SIR(0.0)Lengua/7affcfc92e1fcfff First ingest latency: 0.0013689994812011719 seconds =================================== 🔥 CANON STRESS TEST COMPLETE Identity: SIR(0.0)Lengua Engines: 590 Actions per Engine: 700000 Cores: 2 Execution Time: 15.00326406955719 seconds Total Executed Canons: 5138700000 Throughput: 342505469 canons/sec Checksum: 235609058415150000
Replies
0
Boosts
0
Views
342
Activity
3w