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

All subtopics
Posts under Community topic

Post

Replies

Boosts

Views

Activity

SwiftUI Tutorial Question
In the ScoreKeeper tutorial there's the following code: ForEach($players) { $player in GridRow { TextField("Name", text: $player.name) Text("\(player.score)") Stepper("\(player.score)", value: $player.score) .labelsHidden() } } Can someone please explain why the 2 instances of "player.score" are not preceded by "$". Thanks!
0
0
233
Sep ’25
There was an error processing your request. Please try again later
Hello everyone, on August 31st, all the apps in my personal developer account were suddenly expired and deleted, I have not received any response from Apple. My apps are in compliance with Apple's policies. I then uploaded a new version and sent it to the review team, but I received the following error "There was an error processing your request. Please try again later." I have contacted Apple via Email and Phone but no one cares about my problem. Has anyone had the same situation as me, I am really worried.
6
2
981
Sep ’25
App Deleted itself after Freeze+ForceQuit on Tahoe 26.1B
I work on a MacBook Pro M3 Max 36GB RAM I am running macOS Tahoe Version 26.1 Beta (23B5042k) The last few days I had a couple of situations where Blender 4.5 LTS Froze and I had to forcequit, I noticed Blender would get Deleted with no notification after the forcequit, it was nowhere to be found on the Application List, Finder. Thought it was a blender issue because I run a special module with it. However around 30min ago I was using Mem and the App froze and I had to ForceQuit, The app also got removed, is not on the list of application and nowhere to be found however the icon on the dock which remained shows a Question Mark. I think this is an OS Behavior I just dont know what to attribute it to.
0
0
77
Sep ’25
Active Paid Subscriptions dropped to 0 suddenly on App Store Connect
Hello, I noticed that on September 18, 2025, my Active Paid Subscriptions metric in App Store Connect suddenly dropped to 0 (-100%). However, my subscribers are still active and visible in RevenueCat and Superwall, which both confirm that users have not canceled their subscriptions. This makes me believe it is an App Store Connect reporting issue rather than an actual churn. Could you please confirm if this is a known data delay/bug, and let me know when the metric will be corrected? Thank you for your help
7
1
619
Sep ’25
Apple car play
OK so I cannot get my phone icon or my phone app to work with Apple CarPlay like it will not it says I need to download an app for that but I definitely already have the phone and the Apple CarPlay downloaded and set up so I’m just like I’m confused and I just don’t understand what is happening.
0
0
107
Sep ’25
I think there's a rootkit installed on my device. Please help.
Does anyone know how to fix their launch agents list to remove suspicious applications. I found out there is a "codesigning" tool allowing suspicious applications to snatch Apple's certificates and codesign their own binaries with them. How do I know, I've literally done it test the restrictions / requirements. Once a binary or application has been signed, it can run anywhere and the system will trust it. I found a process called com.apple.seserviced in the file path /usr/libexec/seserviced. I checked the entitlments and this straight up looks like a commercial sized entrance for this binaries to trample on my computer and iPhone. I'm thinking about putting the code in jail or a lock on the file until I can figure out it's purpose. codesign -d --entitlements :- /usr/libexec/seserviced
0
0
140
Sep ’25
Warning "Public import of 'CoreData' was not used in public declarations or inlinable code"
Hello, In my App.xcdatamodeld I have an entity called File. When I am building the project with Xcode, file FileEntity+CoreDataProperties.swift is generated. After upgrading Xcode to version 26.0 (17A324), I am getting the warning: Public import of 'CoreData' was not used in public declarations or inlinable code Any idea how to get rid of this warning since it's a generated file and I can't see any option to change it?
0
2
152
Sep ’25
help
im being hacked im not a developer im being illgeally enrolled into mdm/ developer ive been being hacked for a while and its gotten to the point that my life has been put in danger and my family had to file a missing persons report because i went missing for 6 weeks my calls even to 911 are being intercepted and i have a software license agreement that i shouldnt have my identity has been stolen and i cant get off this developer mdm thing
0
0
59
Sep ’25
Error with my camera since ioS 26 update
I have a problem with my iPhone 13 Pro camera since I updated to ioS 26 it brought a camera message and when I open the camera app photo and video mode is at 2x and on potrait and cinematic mode the camera is zoomed to 3x and I can’t zoom out.. I tried resetting all settings but it didn’t work. But sometimes when I restart the phone it works normally then after sometime the screen goes black…kindly help me
0
0
213
Sep ’25
ios26 camera problem on home screen apps
since the release of iOS26 i get new reports of people making home screen apps of website pages that had camera accessibility to take pictures that mention the camera being 90degree sideways to what it should be. i have tested it myself and was able to reproduce the issue quite easily on iPhones 13|15|16 regular and pro versions. this affects all cameras when trying using them with navigator.mediaDevices.getUserMedia({...})...
2
0
376
Sep ’25
tvOS 26 Bugs – Persistent UI animation issues: app launch stutter, text rendering jumps, shadow jumps, abrupt swipe transitions
Hello :-) I‘m not entirely sure, if I‘m on the correct Place here. But I would like to report some Bugs with tvOS 26 (Beta 6) to the Apple Engineers! Description I am reporting multiple persistent UI animation issues observed in tvOS 26 (Beta 3). These issues have been reproducible across multiple tvOS releases. They are subtle but noticeable, and they affect the overall polish and perceived quality of the system. I am happy to provide high-quality video captures for each of the issues described below. ⸻ Bug #1: App launch animation stutter/jump Summary: The zoom-in animation from a Springboard icon to full-screen app stutters or jumps at the moment the app becomes full screen. Steps to reproduce: 1. On Springboard, select any app icon. 2. Observe the zoom-in animation. Expected result: Smooth, continuous zoom without frame drops or jumps. Actual result: Animation visibly stutters/jumps at the full-screen transition. Possible cause: Timing issue in Core Animation interpolation or abrupt view hierarchy switch. ⸻ Bug #2: Text rendering weight change (“jump”) during transitions Summary: Text inside apps changes visual weight mid-transition from scaled preview to full screen. Steps to reproduce: 1. From Springboard or App Switcher, launch an app with visible text. 2. Observe text during the zoom animation — initially slightly bolder, then thinner once full screen. Also occurs in: • Top Shelf banners in the Dock • App Switcher → full-screen transitions Expected result: Consistent text rendering throughout the transition. Actual result: Visible “pop” in text weight/anti-aliasing during transition. Possible cause: Different rasterization/anti-aliasing mode between preview snapshot (CALayer.contents) and live CoreText/UIKit rendering. ⸻ Bug #3: Focus shadow jumps instead of interpolating smoothly Summary: Shadows around focused UI elements (icons, buttons) change abruptly during focus transitions. Steps to reproduce: 1. Navigate between focusable UI elements on Springboard or in apps. 2. Observe the shadow effects. Expected result: Shadows interpolate smoothly (offset, opacity, radius) during focus transitions. Actual result: Shadows “jump” abruptly, breaking animation smoothness. Possible cause: UIFocusEngine not interpolating shadow parameters consistently. ⸻ Bug #4: Abrupt jumps when swiping horizontally between content items Summary: In horizontally scrollable poster/content rows, focus snaps abruptly instead of scrolling smoothly. Steps to reproduce: 1. In the TV app or any app with horizontal poster rows, swipe left/right. 2. Observe the transition between focused items. Expected result: Smooth horizontal navigation with continuous motion. Actual result: Occasional abrupt snapping/jumping between items. ⸻ Impact While none of these bugs block core functionality, they degrade the premium feel and visual polish of tvOS. They are persistent across releases and occur in core system UI, so they are visible to all users. Note I can provide video recordings for each bug to assist engineering in reproducing and analyzing the issues.
3
0
430
Sep ’25
How to remove old entries from Spotlight search on macOS Tahoe?
Hello, I see five very old entries in the list of "results from apps" (Settings -> Spotlight; I use MacOS 26), e.g. com.flexibits.fantastical2.mac or com.surteesstudios.Bartender. But I uninstalled these app long time ago, e.g. Fantastical 2 (it must have been many years). How can I delete these "extensions"? Where are they stored? I searched in e.g. ~/Library/Application Support, with EasyFind and HoudahSpot but no positive result. And I already contacted the developers of some of these apps but they could not really help either. Takk, Claus
0
0
44
Sep ’25
Mail after send app to review
Hi, I submitted an app update for review, and before, I automatically received an email from Apple saying, "Your app is under review," but now I haven't received that email. Does this mean there's a problem with the app? Did I do something wrong? Or do I just not receive that email every time? (So far, I've received it every time I've submitted an app for review.) I hope you can help. Thank you.
0
0
39
Sep ’25
Files app iOS 26
Ok, so I’ve downloaded iOS 26 for the iPhone and iPad and there are a couple of points bugging me. Why oh why would somebody think that it was a good idea to remove the ability to scroll through photos in a folder in files? Where in their tiny minds did they think that opening a photo, viewing said photo, then closing photo to then open the next photo in sequence was a better or more productive way than just swiping left and right? I mean, seriously!!! And why the need for a separate Preview app when it worked fine opening files in the Files app?! I deleted the Preview app from my iPhone to see what difference it would make, but alas it made things worse. Now, because there’s no Preview app, Files wants to open my photos in an image editing app called Afterlite! I checked settings for the files app, and the only options I have for opening photos are Afterlite (which it’s decided to make default), the Photoshop app, or iMovie! Does anyone have any ideas how to get photos stored in the Files app to open IN the Files app or at least the Photos app? Just when I thought they’d come to their senses and sorted out that god awful iOS 18 Photos app, they go and do something like this! Also, can someone explain to me what the point is of having a month and year view in the Photos app? When I sort by month and pick a particular month or date in a month, instead of showing just those images taken that month, it just takes you back to the view with ALL of your photos? Surely if you have thousands of photos on your device and you want to see only photos on a particular date, it would make sense to show only the photos from that date. Even if it generated automatic albums under the album view for each month and year that would be something!
3
0
413
Sep ’25
UI broken in Shop/Bag page
When we try to order the product in apple website. We observed that content is not fully visible on the below page in my personal device (iPhone 14Plus) behaviour is same in landscape as well. [https://www.apple.com/in/shop/bag)
0
0
55
Sep ’25
Macbook M4 pro MacOs 26
Title: High CPU usage by WindowServer during Twitch playback on M4 Pro (macOS 26 Tahoe) Description: After upgrading to macOS 26 (Tahoe), I’ve noticed that Twitch playback in both Safari and Microsoft Edge causes WindowServer to consume 40–50% CPU on a MacBook Pro with the M4 Pro chip. This results in noticeable fan noise and reduced battery life, even when only one 1080p stream is active. This behavior was not present in the previous version of macOS. Steps to reproduce: Open Twitch in Safari or Edge. Play any live stream at 720p or 1080p. Observe Activity Monitor – WindowServer process hits 45%+ CPU consistently. Expected: Hardware video decoding and efficient GPU-based composition should prevent CPU overload. Actual: WindowServer consumes high CPU, fans activate Hardware: MacBook Pro 14” (M4 Pro, 2025), macOS 26.0 (Tahoe)
0
0
341
Sep ’25