Hi,
Have done the update for IOS Beta 4 and after it was done the screen just had the background and no icons. Couldn't get to any of the icons. Tried to do a restore on the iPad from my Mac and it started the restore but then got the message that it errored out and gave me this:
Need help trying to get this fixed. Also tried a computer that wasn't in the beta and got the same error message. Tried to turn it off and then see if it would go back to the error before and it just stays in recovery mode. Please help. Thank you.
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.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
i want to make purchase for app subscription (recurring payment)
but it showing debit card "not accepted by app"
why is that
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.
Topic:
Community
SubTopic:
Apple Developers
Hello, I have iOS 18.4 beta, where can I see the energy consumption, by Matter 1.3?, in Apple Home application?, I see it is in beta, thanks Michal.
I'm building a document-based app using SwiftUI's DocumentGroup with a ReferenceFileDocument. Everything works well when documents are created in the "On My iPhone" directory — they save(After registering Undo action), even after renaming.
However, when I create a document inside iCloud Drive (by default it creates in iCloud Drive as iCloud sync is enabled in capabilities), the document:
✅ Saves properly before rename
❌ Stops saving changes after renaming the file (By taping the filename at the top of the screen When document is open(Using inline rename UI in the navigation bar))
This issue only occurs for iCloud Drive–based documents. The same rename flow works fine for locally stored documents.
How can i ensure the document continues saving properly in this case?
Topic:
Community
SubTopic:
Apple Developers
I’m trying to register an Apple Developer Account for my company. I uploaded all the required documents, but my initial application was rejected, and I was asked to provide notarized translations of my documents. I translated them and submitted everything for review on April 1.
After a week without a response, I contacted Apple Support. They replied that the documents had been received and were under review. However, as of today, April 24, my account is still under review. I’ve sent five follow-up emails to Support asking for a status update on my case, but I haven’t received any replies.
Has anyone faced a similar situation and could suggest what I can do to get a status update and finally complete the registration?
If anyone from Apple Support is reading this, my case number is 20000098634973 and my Enrollment ID is J34432JQFC.
Thank you in advance for your help.
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.
Hi everyone, I am doing some research into authentication methods on iOS apps. I'm looking to understand the choices iOS developers make and why. If you're an iOS developer, I’d be super grateful if you could take a couple of minutes to fill out a short questionnaire — it’s just 6 questions plus a few demographics, and it really helps my research. 🙂
This is a Swansea University research project approved by the Faculty of Science and Engineering under approval number 120251357213133. Link to questionnaire: https://forms.microsoft.com/e/YZme9jYZE6
Topic:
Community
SubTopic:
Apple Developers
before this post I posted this question in Apple Support Community. I do not know this is about some part of beta. but I need to know have some way to change them in beta.
My Macbook internal keyboard is ANSI Layout but in Keyboard setting input sources with beta is show the ISO layout.
so I need to type `(backtick) but it show "§" instead. how to change keyboard type ISO to ANSI ?
Okay… help me out, I’m behind on the times. Upgraded to the 26 beta from … honestly I think I was still using 16-something? And I’m wondering where the photo markup feature went? To be clear, I’m referring to the ability to write on a photo or screenshot from the Photos app by clicking “Edit”, then “Markup”. Is it gone or am I overlooking it? And do forgive me if this feature has been gone for a while already—as I mentioned, it’s been a while since I bothered with an iOS update.
(So far, I definitely liked the version I was on previously much more!)
Topic:
Community
SubTopic:
Apple Developers
While on ios26 beta2 i changed my battery for an aftermarket one. Phone cannot be charged anymore, battery status 1%. So it reboots. had to replace oem battery to make local backup, to revert to ios18. and have aftermarket battery to work again.
Topic:
Community
SubTopic:
Apple Developers
Hi,
Having a weird issue that I’m noticing on Apple TVs with some apps that are by the same company. I think it’s storing residual user data if if you delete the app and all other apps relating to this. I have even tried deleting every app and reinstalling but we found two apps to be still logged in. Seams like a sandboxing bug and I presume it’s to do with App data stored in the shared app groups.
I can only reset the apple tv to remove the user data. The two apps we can see are being persistent is Binge and Kayo by streamotion.
We have tried problem solving this in every way imaginable but it’s Interesting that this is allowed to happen on an Apple platform. There is no active user logged into the apple TV with an Apple ID either
I am using an iPad Pro 11” on iOS 26 dev beta. I try to open 12+ apps and they don’t work. I have tried force restarting the device and checking settings and everything seems to be in order.
Currently running 15.5 Beta 3 on a Mac Studio M4. I am unable to read/write to my Home folder from most of my applications. I receive an error basically saying I do not have access rights to the file/folder. If I go to the file directly and open it, it works. I have repaired disk permissions, checked the Sharing & Permissions settings via Get Info, and finally called Apple. Of course, since I am running the beta, the support was quite limited. I will add that I am also unable to open .dmgs that have been downloaded to my Downloads folder. I receive the "The disk image couldn’t be opened. The operation couldn’t be completed. Operation not permitted" error. If I copy the .dmg to another drive, I can open it from there.
Topic:
Community
SubTopic:
Apple Developers
I'm trying to create an Apple account for my client, and I'm getting this error "We can't create your account at this time." I've tried with two different email addresses and always get the same error. What could it be?
Topic:
Community
SubTopic:
Apple Developers
Back in December 2024 I noticed when I go through the steps to print I would get an error to cancel or retry. We have 4 iPhones and 3 had the newest IOS and those 3 would get the same error. The phone that had old ios 17 something the print would work. Called Apple and did troubleshooting, the opened something on apples end for the developer to investigate. Within 2 weeks a new ios was available and fixed the issue on the 3 phones that could not print. I did the latest update February and March 2025 on all 4 phones thinking no way the issue will happen again and if did all 4 phone cannot print. Is there an iOS bug that is affecting printing ios 18.3.2.
Topic:
Community
SubTopic:
Apple Developers
There is no option in the contacts through the phone selection to search contacts. You have to go into the actual contacts app to do that now
Topic:
Community
SubTopic:
Apple Developers
In e-sim after before some time not richeble the internet it was the big issue for me
From iOS 26Beta1, iOS 26Beta1.1 to iOS 26Beta2. I couldn't log in to the Feedback App for 4 weeks. It kept prompting BUGs and asked me to log in to Feedback. However, the problem was that I couldn't log in to Feedback. So the problem kept repeating. Apple didn't receive any feedback, so Apple thought this was the most successful version in the history of iOS because it didn't receive any feedback.
Topic:
Community
SubTopic:
Apple Developers
calling this app store connect API returns 201 created but does not clear purchase history for sandbox account