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

SKProductsRequest Returning Invalid Identifiers Despite No Pending Agreements
I'm suddenly receiving zero products from SKProductsRequest, even though this setup previously worked without issues. The debugger shows that both of my product identifiers are now being returned under invalidIdentifiers, and response.products is empty. I’ve confirmed the following: There are no pending agreements in App Store Connect. The subscription is active and configured correctly. The product identifiers match exactly with what’s defined in App Store Connect. Here is the delegate method I'm using (unchanged from when it previously worked): extension UpgradeViewModelProvider: SKProductsRequestDelegate { func productsRequest(_ request: SKProductsRequest, didReceive response: SKProductsResponse) { if response.products.count > 0 { delegate.send(.onProduct(response.products)) } } } Since everything was functioning before, I’m trying to understand what may have caused the identifiers to suddenly be marked as invalid. Any guidance or suggestions on what to check next would be greatly appreciated.
0
0
60
8h
crash while exectuing __llvm_profile_write_file() in Xcode26.0
I am developing an iOS in-app SDK for collecting code coverage data. The SDK writes coverage data to a specified file by calling __llvm_profile_set_filename and __llvm_profile_write_file. This implementation worked correctly until I switched to Xcode 26.0 to build my project. Now, when __llvm_profile_write_file() is executed, it crashes with the following error stack. Can anyone provide any assistance? Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000001 Exception Codes: 0x0000000000000001, 0x0000000000000001 Termination Reason: Namespace SIGNAL, Code 11, Segmentation fault: 11 Terminating Process: exc handler [454] Thread 96 name: Dispatch queue: com.test-coverage.processing Thread 96: Crashed: 0 Demo 0x122602ea8 initializeValueProfRuntimeRecord (in Demo) (InstrProfilingValue.c:351) 1 Demo 0x00000001226064c0 writeOneValueProfData (in Demo) (InstrProfilingWriter.c:153) 2 Demo 0x0000000122606308 writeValueProfData (in Demo) (InstrProfilingWriter.c:234) 3 Demo 0x00000001226060d0 lprofWriteDataImpl (in Demo) (InstrProfilingWriter.c:401) 4 Demo 0x0000000122605d98 lprofWriteData (in Demo) (InstrProfilingWriter.c:261) 5 Demo 0x0000000122604804 writeFile (in Demo) (InstrProfilingFile.c:536) 6 Demo 0x122604664 __llvm_profile_write_file_alias + 228 7 Demo 0x000000011c6dd108 -[BDTestCoverage p_dumpMainCoverageInfoWithCustomKey:] (in Demo) (TestCoverage.m:995) 8 Demo 0x000000011c6dcef8 -[BDTestCoverage p_dumpAllCoverageProfileWithCustomKey:] (in Demo) (TestCoverage.m:970)
0
0
65
8h
IOS 26.1 Issue
When I updated IOS 26.1, When someone call me over voice call phone kept vibrating after call has been picked for 15 sec. Can you please check what’s the issue
3
1
632
21h
Developer Account Application on hold
Hi, Newbie here: I had been signing up for the Apple Developer program on behalf of my LLC when I got locked out by the system due to exceeding the number of attempts for the verification code sent to my business email. The business email was purchased from a domain registrar, and any incoming emails would take more than 10 minutes to arrive, i.e., Apple's time limit for email verification codes. I later found it all had to do with DNS records. I submitted an email to Apple Support since callback options are not available after a lockout, and I've received no response so far. Hence, I'm posting here. Any help would be greatly appreciated. Thanks!
1
0
134
1d
iOS App stuck on black screen after launch (Flutter 3.35.6) – works fine on Flutter 3.24.5
After installing the app from App Store or TestFlight, when the user opens the app and then force-kills it multiple times, the app sometimes gets permanently stuck on a black screen at launch. This issue does NOT happen on Flutter 3.24.5 — works perfectly on all tested iOS devices. The problem started only after migrating to Flutter 3.35.6. This issue happens only in real production installs (App Store / TestFlight). It does not reproduce in Debug mode or through Xcode run / Android Studio run. Expected behavior App should show native splash → render Flutter UI normally. Actual behavior Sometimes after killing the app repeatedly: Native splash shows briefly → then screen turns completely black and stays stuck Steps to Reproduce: Install the app from App Store or TestFlight Launch the app Force-kill the app using app switcher Repeat launch + kill multiple times After 3–7 attempts, app gets stuck on black screen on launch Is this a known issue with the latest Flutter iOS engine? Could this be related to Flutter engine warm-up, pre-warming isolates, or native splash transition? Is there any recommended fix or workaround on iOS side? (e.g., ApplicationDidBecomeActive callbacks, UIWindow setup, GPU thread rendering flush, etc.)
0
0
117
1d
Unable to Enrol as Company & Now Locked From Publishing Updates
I’m running into a problem with my Apple Developer enrollment and I’m hoping someone here has dealt with something similar. Initially, I attempted to enrol as a company. That turned out to be a mistake because Apple couldn’t retrieve my correct DUNS number, even though it was properly created in Australia. After two weeks without any reply from the email support team, we called Apple Support directly and were advised to enrol as an individual first and later convert the account to a company. At that point, it felt like the only option. Only afterwards did we find out that converting the account will disable it during the process, meaning we lose the ability to publish updates, including critical bug fixes, right at the start of our project. That’s obviously not workable. We’ve called support multiple times, but they can’t see the progress of the case or give us any estimate. Meanwhile, we’ve already provided everything requested: DUNS creation documents Official company registration papers ID verification And now we’re stuck. The app is ready, the next release is pending, and we have no clarity on timelines or what else we can do. Has anyone been through this? Any advice on how to move this forward would be appreciated.
0
0
134
1d
Unable to simultaneously satisfy constraints using versions 26.1
I am trying to create a new app using IOS-26.1, macOS Tahoe 26.1 and Xcode 26.1 with Swift6. Is this a bug that is going to be addressed. This is in the Debug Console...Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) ( "<NSAutoresizingMaskLayoutConstraint:0x10bb18870 h=--& v=--& _TtCC5UIKit19NavigationButtonBar15ItemWrapperView:0x115da48c0.width == 0 (active)>", "<NSLayoutConstraint:0x115ac2ee0 _TtCC5UIKit19NavigationButtonBar15ItemWrapperView:0x115da48c0.leading == _UIButtonBarButton:0x115d40c80.leading (active)>", "<NSLayoutConstraint:0x115ac30c0 H:[_UIButtonBarButton:0x115d40c80]-(0)-| (active, names: '|':_TtCC5UIKit19NavigationButtonBar15ItemWrapperView:0x115da48c0 )>", "<NSLayoutConstraint:0x115ac2df0 'TB_Leading_Leading' H:|-(12)-[_UIModernBarButton:0x115d20a80] (active, names: '|':_UIButtonBarButton:0x115d40c80 )>", "<NSLayoutConstraint:0x115ac2fd0 'TB_Trailing_Trailing' H:[_UIModernBarButton:0x115d20a80]-(12)-| (active, names: '|':_UIButtonBarButton:0x115d40c80 )>" ) Will attempt to recover by breaking constraint <NSLayoutConstraint:0x115ac2fd0 'TB_Trailing_Trailing' H:[_UIModernBarButton:0x115d20a80]-(12)-| (active, names: '|':_UIButtonBarButton:0x115d40c80 )> Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
2
1
364
2d
Skip button for tvOS with Google IMA SDK Pod
Hello, I am currently working on a tvOS project that uses the following pod: GoogleAds-IMA-tvOS-SDK (version 4.16.0). I have two specific requirements and would like clarification on their feasibility: Custom Skip Button Timing: I would like to display a custom skip button with my own skip-timer logic, instead of relying on the skippable time defined in the ad tag. Is it possible to hide the default IMA skip button and replace it with a custom one? Force-Skipping Ads: Once my custom skip button becomes available and the user chooses to skip, I need to skip the ad regardless of whether the ad itself is defined as skippable. Is there any way to force-skip an ad on tvOS using the IMA SDK? If there are any alternative approaches or recommended solutions that could help achieve these requirements, I would greatly appreciate your guidance. Thank you.
0
0
80
5d
tvOS 26.2 Glitch
Hi @DTS Engineer in tvOS 26.2 Beta is still this annoying Shadow Glitch… 😔 I have submitted an Bug-Report, but dont get an Answer… FB18719371 The Animation is not smooth and the Shadow is abruptly „jumping“… I don’t get any Response from the Apple Engineers. But this GUI Glitch makes the otherwise very high-quality tvOS GUI appear very unprofessional. Could you please help me? 🤔
2
0
143
5d
Apple Watch still resetting itself. I take beta blockers and I don’t know if it’s the beta on my iPhone is the culprit?
So I went through my first watch that had a problem with the ECG would not register so I turned it into Apple. They decided to send me a new watch of the series 10 so they gave me a new watch which was fine but then I noticed it kept resetting itself out of the blue so then I sent it to Apple. They couldn’t figure it out so they sent it back to me. I had to resend it again and then they decided OK well we can’t figure it out so they sent it back to me and then I asked them well this is ridiculous. Why can’t you just restore it to the original so they couldn’t figure that out so instead they had to pre-authorization the watch to get me another one so I had to ship back my other one it had to be the most ridiculous thing I’ve ever gone through with Apple Support in my entire life. I take beta blockers and I even did a fresh install and no beta at all on the watch and it’s still resetting itself it drains the battery like crazy and I’m not sure if it’s because connected on my phone that is beta is causing the problem so I have the iPhone 12 Pro and I have no idea what’s going on and Apple Support really has not been helping me whatsoever and I had to contact them earlier today just to get my refund that I shipped back the watch like three days ago this is gonna be the worst customer service I’ve ever dealt with Apple.
0
0
26
6d
Sudden Drop in VPM5 Frame Rate
Hello, I'd like to consult everyone about abnormal frame rate issues encountered during Vision Pro usage, along with questions regarding refresh rates. I hope to gain insights or solutions: My VP (M5) device experiences sudden frame rate drops during operation, with the following specific symptoms: During initial operation, the frame rate is approximately 90 frames per second, providing a smooth and normal user experience; However, it subsequently drops unexpectedly to 45 FPS, causing noticeable lag that severely impacts usability. Actual usage logs provide a clear timeline: During the first session (23:47:35–23:57:41), the frame rate remained consistently stable at 90 FPS; After pausing usage for a period and restarting the device (00:22:30–00:30:47), the frame rate initially remained stable at 90 FPS. However, starting at 00:30:48, the frame rate suddenly dropped to 45 FPS and remained at this low rate until 00:36:18. Additionally, we have two further questions: What could cause this sudden, unexplained drop from 90 FPS to 45 FPS? Our team has multiple VP M2 devices of the same model and noticed that some default refresh rates are 90Hz while others are 100Hz. What factors determine the frame rate of these devices? Why do refresh rate differences occur among identical models? Have others encountered similar sudden frame rate drops? If so, could you share potential causes and troubleshooting approaches for resolving such issues? Thank you very much!
0
0
161
1w
Announcing the Swift Student Challenge 2026
Announcing the Swift Student Challenge 2026 Every year, Apple’s Swift Student Challenge celebrates the creativity and ingenuity of student developers from around the world, inviting them to use Swift and Xcode to solve real-world problems in their own communities and beyond. Learn more → https://developer.apple.com/swift-student-challenge/ Submissions for the 2026 challenge will open February 6 for three weeks, and students can prepare with new Develop in Swift tutorials and Meet with Apple code-along sessions. The Apple Developer team is here is to help you along the way - from idea to app, post your questions at any stage of your development here in this forum board or be sure to add the Swift Student Challenge tag to your technology-specific forum question. Your designs. Your apps. Your moment.
4
3
755
1w
Failed to restore with error code E_UNKNOWN and a TLS error caused the secure connection to fail
Hi all, I was hoping someone could help with this. I have an app that requires a subscription To access all content and features. However, some of our users’ subscriptions are not being detected and when they hit “Restore” they are faced with the error: “Failed to restore with error code E_UNKNOWN and a TLS error caused the secure connection to fail“ We have asked the users to disable VPNs, change networks / data connection, restart devices etc. but this doesn’t seem to work. We are unable to produce this error on our test devices. Nor can we see any obvious issues in the code or on the servers. Anyone any idea what could be causing this?
0
0
60
1w
macOS Tahoe 26.1 Set Desktop Picture Broken
Hi, If I set my Wallpaper to Black then go to any .jpg and select "Services-> Set Desktop Picture" the photo does not set. It may set a minute or so later. This action also prevents other colors from being set as if the system is busy with the photo somehow. My desktop app that sets Wallpaper is also broken I believe because of the above. Anyone have any workarounds or guidance? I have filed a Feedback Assistant bug. Thanks, Jimmy
0
0
55
1w