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

1% аккумулятора iPhone 12 IOS 26public beta
1% батареи на айфонах от 11 модели и до 15 исправлять собираются? 4 беты выпустили, паблик выпустили а а исправление только для 15 про сделали. Алее парни. модели от 11 и до 15 имеют точно такую же проблему. При обновлении на IOS 26 получаем 1% батареи, 0% емкости и аккумулятор не заряжается. Паблик для этого выпустили? Испанский стыд это не про Apple. 4 обновления не исправлять одну ошибку о которой весь интернет пишет, а Apple упорно делает вид что эта проблема была только на 15 pro и выше и только в первой бета PS: если мне снова сказать писать об этой проблеме в ветке Community, то я в ней писал. Для того чтобы оставить сообщение, нужно указать под форум. Предлагается три варианта и Apple Arcade или что то связанное с дизайном ну никак для этого сообщения не подходят
1
0
539
Jul ’25
Multipath
NSURLSessionConfiguration *cfg = [NSURLSessionConfiguration defaultSessionConfiguration]; cfg.allowsCellularAccess = YES; cfg.multipathServiceType = NSURLSessionMultipathServiceTypeInteractive; NSURLSession *session = [NSURLSession sessionWithConfiguration:cfg]; NSURL *url = [NSURL URLWithString:@"https://www.apple.com"]; [[session dataTaskWithURL:url completionHandler:^(NSData *data, NSURLResponse *resp, NSError *err) { if (err) { NSLog(@"❌ Request failed: %@", err); } else { NSLog(@"✅ Received %lu bytes via %@", (unsigned long)data.length, resp.URL.absoluteString); } }] resume]; When I use NSURLSession and set multipathServiceType = NSURLSessionMultipathServiceTypeInteractive, whenever I’m connected to a Wi‑Fi network without Internet access, all of my app’s network requests automatically and seamlessly fall back to cellular to fetch data. Why, then, can’t WKWebView load pages? What do I need to configure? Notes: My developer account already has the Multipath entitlement. I’ve added the Multipath capability under Signing & Capabilities in Xcode. In my .entitlements file I’ve set com.apple.developer.networking.multipath = true.
0
0
394
Jul ’25
CarPlay
Перестал показывать CarPlay после обновления, интересно скоро исправят?
1
0
43
Jul ’25
Change Developer Forum Username
Hi There, Last year, I changed my company name from SugAR Labs to All Immersive. My current developer forum username is "SugAR_Labs" and I would like to change it to "All_Immersive" to match my new company name. I was advised by developer support on a phone call that there is not a way for me to do this myself. They referred me to a post like this to see if someone could help. Can someone help me make the change? Thanks!
2
0
167
Jul ’25
1% батареи и не заряжается
1% батареи на айфонах от 11 модели и до 15 исправлять собираются? 4 беты выпустили, паблик выпустили а а исправление только для 15 про сделали. Алее парни. модели от 11 и до 15 имеют точно такую же проблему. При обновлении на IOS 26 получаем 1% батареи, 0% емкости и аккумулятор не заряжается. Паблик для этого выпустили?
1
0
322
Jul ’25
Multiple Videos' Sound Overlapping Issue in Photos
Feedback:
 When playing videos in the Photos app, the sound doesn’t stop automatically when swiping to the next video. For example: Open a video—sound plays only after manually enabling it. Swipe to the second video—the first video’s sound continues playing. Swipe to the third video—both previous videos’ sounds keep playing, overlapping with the current video’s audio. Problem:
 Users must manually go back and pause each previous video to stop the sounds, otherwise, they loop indefinitely. This creates a frustrating and confusing experience. Request: 
Please fix this issue by automatically stopping the audio of previous videos when swiping to a new one.
1
0
30
Jul ’25
Enrollment Could Not Be Completed
I have been trying since January to get myself enrolled in the Apple Developer program. I’ve called customer support, I’ve sent emails, I’ve plead and begged and no avail. First I registered and I was not aware there would be such a steep price point. I couldn’t afford it so I got these emails — then later when I try to re-enroll, it asks me to verify my identity, which I did with my state issued id. So it says I can’t continue. I email and ask why and get this back.. So I call and someone named Mallory who assures me she’s the highest point of escalation under Steve Jobs tells me there is nothing anyone can do, she can’t tell me why it’s not allowed but it’s just not and I’m screwed, then hangs up on me and sends this - and my most recent attempts to continue support just get met with a “We can’t cont your enrollment at this time for one or more reasons”. So I have decided to post every day, every where, as much as possible until someone from Apple corrects this. I can’t seem to get help otherwise.
0
0
258
Jul ’25
Photo album videos and sound issues
Is anyone aware of a issue with the videos of you replaying a video you took then swip up the sound is still being played when you open another video it doubles to the first video if you open a third video and so on it just keeps adding the sound of all the other videos you open and swip up to change to a different video all videos sound is being played and doubled over The videos o was hoping they would be a fix on iOS 26 beta 4 but so far nothing has fixed the issue. You have to close the entire photo library and swip up to force close the phot video gallery for the recording sounds playing to stop??
0
0
215
Jul ’25
12+ Apps Disappeared
I have two apps that are 12+, Spotify and Roblox, and yesterday, I noticed that they were gone from my Home Screen and App Library. They are still installed, but when I go on to the App Store, go on the app, and tap Open, I get a pop-up saying, “Restrictions Enabled—Certain apps, features, or services can't be seen or used when Restrictions are on. To use this app, turn Restrictions off.” But in fact, the age limit in my restrictions is set to 12+, so I don’t know why I can’t open them. I have the iPadOS 26 Developer Beta installed, and it’s an iPad (A16 model). Is the problem somehow related to the Beta? I posted this on in the Apple Support Community, but I got an email saying they deleted my post since it contained information about beta software.
1
0
223
Jul ’25
Independent Technician from Chile Publishes Surgical Apple XR Restore Lab – POSIX Environment, Public Portfolio, Formal Apple Request
Hello engineers, technicians and Apple community, I'm an autodidact technician from Temuco, Chile. I have built a fully documented surgical Apple restore lab focused on extreme intervention and analysis for a disabled iPhone XR. The restoration was executed using POSIX infrastructure (MSYS2/UCRT64, WSL2, Hyper-V) with manual compilation of essential tools (libirecovery, img4tool, libimobiledevice). All scripting, bootchain traces and environment diagnostics have been published for public review. 🔧 GitHub repository (public): https://github.com/Robinson-bastias/apple-xr-surgical-lab 📄 PDF portfolio (attached): Apple_XR_Surgical_Portfolio.pdf I have submitted a formal technical request to Apple Developer Support with full rights, asking for community engagement and further access to devices for expanded research. My goal is to contribute surgical technical insight, empower autodidact technicians in underserved regions, and help strengthen Apple restoration transparency from the ground. All traces, interventions and logs are public and replicable. Feedback, validation or references to Apple restoration mechanisms are deeply appreciated. Thank you for considering this independent initiative. – Robinson Miguel Bastías Leiva Technical operator / autodidact Temuco, Chile
0
0
43
Jul ’25
Broadcast Extension sound is not received after another app uses the mic on iOS
Hello all, I have an application that uses broadcast extension of Replay kit to record the entire screen and mic sound to a file on iOS. Up until some months ago, everything was smooth. Currently I am facing the following issue. If another app uses the microphone, then I loose the sound and never comes back. In order to debug this issue I have added a log to the processSampleBuffer, that logs a text each time it receives a .audioMic buffer type. I start the recording and everything works as expected. Later on, I go onto an app that uses microphone, and then I do not get any log for audioMic. I stop the recording on that app, but the sound never comes back. This as a result makes my video file to not have any sound at all. In the above context I also noticed that even with Photos app broadcast extension, if you start recording a video, and you go to Speech to text feature of the keyboard, then the sound is joined. While the STT is on, there is no sound and the sound of whatever comes after STT stops is joined to the sound before the STT starts, so I guess that this is something general. Also on the same research I did, I saw that google Meet app does not allow any microphone to be used from another app while you are in a meet (Even the STT is grayed out). I would like to know my options here. What can I do to have a valid video file with sound? How can I not allow other apps to use the microphone while my app is recording? Is there any entitlement? How does Google Meet do that? P.S. I have added an observer to observe the interruptions for the session and the type .began runs, but the type .ended does not, so I can not actually set the AVAudioSession to active again.
0
0
160
Jul ’25
Add “Share & Delete” Option to iOS Share Sheet (Photos, Files, etc.)
🧠 Feature Proposal: Share & Delete Option for iOS Share Sheet 🔍 Problem: Many users frequently share temporary content like group photos, screenshots, or memes. After sharing, these files often stay in the Photos or Files app, leading to storage clutter. 💡 Solution: Introduce a "Share & Delete" option inside the default iOS Share Sheet. 📲 How it works: User selects photo(s)/file(s) Opens the Share Sheet Sees two options: 📤 Share (Standard) 🗑️ Share & Delete (New Option) After sharing, iOS prompts: "Do you want to delete these items from your device?" ✅ Benefits: Reduces storage usage Simplifies file cleanup Speeds up user workflow 🔐 Safety Considerations: Confirm deletion after successful share Show “Undo” or move to Recently Deleted 📂 Attribution: Originally proposed by Vicky on July 20, 2025. More Details & UI Mockup: 👉 GitHub: https://github.com/vicky2940/share-and-delete-feature 👉 Android Tracker Submission: https://issuetracker.google.com/issues/433195069 Please consider this small but impactful UX enhancement for future iOS versions.
1
0
120
Jul ’25
TMS-90714: Invalid binary - The app contains one or more corrupted binaries
"TMS-90714: Invalid binary - The app contains one or more corrupted binaries" I am facing this error email from appstore since 15 days now and i tried 49 different things to fix this but it is not fixed. I migrated my app from storyboard controller to swiftUI and tried to submit to appstore and am not seeing the build in testflight and am receving the email error above. Can anyone please help, i will provide the required info, also i can pay couple hundered bucks.
4
0
331
Jul ’25
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
1
0
196
Jul ’25