Search results for

İOS 26 beta battery %1

258,423 results found

Post

Replies

Boosts

Views

Activity

iOS 26.3: Memory crash with @AppStorage and view transitions
I'm experiencing consistent memory crashes in iOS 26.3 (23D127) when using @AppStorage with view transitions. Environment: Device: iPhone 17 Pro Max iOS: 26.3 (23D127) Xcode: 26.2 (17C52) Issue: App crashes with Terminated due to memory issue when: Using @AppStorage to manage state Calling UserDefaults.set() in completion handler Transitioning to new view based on changed state Workaround: Using @State instead of @AppStorage prevents crash. Feedback: FB############ (your number) Has anyone else experienced this? Is this a known issue in iOS 26?
Topic: UI Frameworks SubTopic: SwiftUI
0
0
21
1d
Reply to Apple watch Xcode pairing & connection issues
Thanks again for reporting the issue. It seems that the issue is impacting the community, but I haven't seen any feedback report ID posted here. Do folks have any feedback report yet? If not, would you mind to file one and share your report ID here? I understand that filing an actionable feedback report takes time, but that will help. I am trying to capture the issue, and yet, my current configuration, Xcode 26.2 (17C52) + iPhone 17 Pro with iOS 26.3 (23D127) + Apple Watch series 10 with watchOS 26.3 (23S620), does work for me. Best, —— Ziqiao Chen  Worldwide Developer Relations.
1d
How to modify the launchctl config to start Postfix?
On Sequoia, I want to configure my postfix as a server. And for this I have to change the way postfix is started from: /System/Library/LaunchDaemons/com.apple.postfix.master.plist But this file is on the read only / file system. Then I just unloaded this startup, and made a new one in: /Library/LaunchDaemons/com.apple.postfix.master.plist and I was able to start it. But on the next system boot, the system one in /System/Library/LaunchDaemons was started again. How should I cleanly and permanently achieve this server basic modification?
1
0
29
1d
Reply to Transaction.updates sending me duplicated transactions after marking finished()
Thanks for your post as it seems very well written explaining the issue with the code in the end, but following your code as you just looking at a subscription is difficult to understand what is the cause of the issue. I’m not an expert in subscriptions but I wonder looking at your code if could be a Swift's concurrency issue as you are not setting the for await result in Transaction.updates ? I think the problem may b3e that your current handler, though running on @MainActor, processes transactions sequentially within that single loop. If processing takes even a few milliseconds, new updates can arrive and pile up behind the currently processing one, potentially leading to them being handled more than once if logic isn't airtight? I do believe by encapsulating your logic within an actor and using a set for deduplication, you create a predictable and thread-safe environment for handling StoreKit's asynchronous transaction updates, effectively solving the duplicate problem you've encountered. Somethin
Topic: App & System Services SubTopic: StoreKit Tags:
1d
ShazamKit enabled on App ID but provisioning profiles do not include com.apple.developer.shazamkit entitlement
Hi, I’m a paid Apple Developer Program member and I’m seeing an entitlement issuance issue with ShazamKit. ShazamKit is enabled for my App ID (com.tomharris.dnbidfinder) in Certificates, Identifiers & Profiles. However, every iOS Development provisioning profile I generate does not include the entitlement: com.apple.developer.shazamkit verified this by decoding the downloaded .mobileprovision file: security cms -D -i .mobileprovision | /usr/libexec/PlistBuddy -c Print :Entitlements /dev/stdin The entitlement dictionary does not contain the ShazamKit key. Because of this: • The signed .app does not contain the Shazam entitlement • SHSession.match(signature) fails on device • I receive ShazamKit runtime error 201 / 212 I’ve already: • Toggled ShazamKit off and back on for the App ID • Created new provisioning profiles • Created a brand new App ID to test • Refreshed profiles in Xcode The portal UI shows ShazamKit as enabled, but the entitlement is not being issued into provisioning profiles. Has an
0
0
13
1d
Reply to SwiftData + CloudKit: BGSystemTaskScheduler Code=8
Just to share a bit more color, the error happens when Core Data + CloudKit schedules a new export task when another one is still in progress. In this situation, the scheduling will fail, and the system will drop the new task. In Core Data + CloudKit, however, I don't think this is an issue, because NSPersistentCloudKitContainer will schedule another export task next time when it detects something yet to export, which can happen some time after it detects that a previous export task failed, or that a new change on the Core Data store was made, and so the data should eventually be exported. You should be able to observe the behavior by capturing and analyzing a sysdiagnose. Best, —— Ziqiao Chen  Worldwide Developer Relations.
1d
Application getting rejected, because of Guideline 2.1 - Performance - App Completeness
I have an auto-renewable subscription and added everything in IAP subscriptions and inside my app. But I still keep getting this rejection and no one responds to be question at the app review. Guideline 2.1 - Performance - App Completeness We are unable to complete the review of the app because one or more of the in-app purchase products have not been submitted for review. Specifically, the app includes references to subscriptions but the associated in-app purchase products have not been submitted for review. Next Steps To resolve this issue, please be sure to take action and submit your in-app purchases and upload a new binary in App Store Connect so we can proceed with our review. Note you must provide an App Review screenshot in App Store Connect in order to submit in-app purchases for review. Learn more about required in-app purchase metadata. But I have done all thse things and submitted the new binary as well. Still rejection.
0
0
13
1d
Reply to URGENT: Paid $99 enrollment fee - Account not enrolled, Apple not responding
I’m experiencing something very similar. I paid the £79 enrollment fee three days ago (17th Feb) and received both the receipt and payment confirmation email. However, there is no visible indication in my account that the enrollment is under review or in progress — the portal does not show any status update. Because of this lack of status information, I mistakenly initiated a second enrollment, assuming the first one had not gone through. I later withdrew the second application and immediately received a confirmation email for that withdrawal. However, I never received any confirmation that my original enrollment is being processed — only the payment receipt. This is currently blocking my app release, as I’m ready to publish and have already launched on the Play Store. Has anyone found a reliable way to get clarity on enrollment status or escalate this? Any guidance would be greatly appreciated.
1d
Does an app relying on CoreLocation (GPS) fit the Swift Student Challenge judging criteria?
Hi everyone, I’m currently developing my submission for the Swift Student Challenge. My app idea heavily relies on CLLocationManager to track the user's movement (recording coordinates, altitude, and calculating distances) to provide a localized, real-world experience. I have a few questions regarding how this will be evaluated during the judging process: Testing Environment: Since the rules mention that Xcode app playgrounds are run in the Simulator, but submissions optimized for iPad are run on real devices, will the judges physically test an app that requires real-world walking/movement? Location Permissions: Will the judges accept the iOS location permission prompts to experience the app, or should I build a Simulation Mode with mock GPS data to ensure they can evaluate the core logic without leaving their desk? Judging Criteria: Does a location-dependent app fit well within the Technical Accomplishment and Creativity criteria, or is it too risky if the judges cannot test the physical movement as
0
0
18
1d
Can't create new version of app or delete old unreleased one
I've come back to a project that last released some 8 years ago. I've updated it over the last couple of months and now I'm trying to create a new version on App Store Connect, but the button isn't there. I still have a couple of versions listed there, one in Prepare for submission and one in Ready for Distribution. The one labelled as ready for distribution is actually still in the app store. There doesn't seem to be an option to delete the version I never submitted
0
0
15
1d
[Mac] CloudKit CKQuerySubscription silent push notifications not arriving
I have the following code running on macOS and iOS: CKQuerySubscription *zsub = [[CKQuerySubscription alloc] initWithRecordType:ESS_CLOUDCONTROLLER_RECORDTYPE_PUSHNOTE predicate:[NSPredicate predicateWithFormat:@TRUEPREDICATE] subscriptionID:@pushZSub options:CKQuerySubscriptionOptionsFiresOnRecordUpdate|CKQuerySubscriptionOptionsFiresOnRecordCreation|CKQuerySubscriptionOptionsFiresOnRecordDeletion]; zsub.zoneID = zid; CKNotificationInfo *inf = [[CKNotificationInfo alloc] init]; inf.shouldSendContentAvailable = YES; inf.desiredKeys = @[ESS_PN_RECORDFIELD_KEY_OVERALLDATE]; zsub.notificationInfo = inf; CKModifySubscriptionsOperation *msop = [[CKModifySubscriptionsOperation alloc] initWithSubscriptionsToSave:@[zsub] subscriptionIDsToDelete:nil]; msop.qualityOfService = NSQualityOfServiceUserInitiated; msop.modifySubscriptionsCompletionBlock = ^(NSArray * _Nullable savedSubscriptions, NSArray * _Nullable deletedSubscriptionIDs, NSError * _Nullable operationError) { dispatch_async(dispatch_get_main_queue(
1
0
41
1d
Reply to When you set inputAccessoryView AND inputView you get unexpected system UI in between the two custom views
I imagine this is working as intended, not a bug. It’s the top of the keyboard. The documentation for UIInputView states The UIInputView class is designed to match the appearance of the standard system keyboard when used as an input view with a responder. You should avoid applying a background to the input view (blue in this example) to avoid covering up the system effects. This is how a “proper” input view + input accessory view looks on iOS 26:
Topic: UI Frameworks SubTopic: UIKit Tags:
1d
Reply to SPM Failed to verified fingerprint for SSH url since Tahoe 26.3
It is not fixed on macOS 26.4 beta or Xcode 26.4 beta. I believe I have found a workaround however: Set this value in Terminal and then restart Xcode and run Update to latest package versions. defaults write com.apple.dt.Xcode IDEPackageSupportUseBuiltinSCM 1 I have verified this works for me with Xcode 26.3 and 26.4 on macOS 26.4 beta after previously having the issue above.
1d
App in “Ready for Review” since Feb 1 – Seeking Guidance
Hello, I’m hoping to get some guidance regarding a submission that appears to be delayed. We submitted our iOS app on February 1, 2026, and it has remained in “Ready for Review” status since then (currently February 20). For context: • Initial submission: February 1, 2026 • Support case opened: February 9, 2026 • Expedited review requested: February 18, 2026 • Current status: Still “Ready for Review” We understand review timelines can vary, and we appreciate the work of the App Review team. However, given the length of time in queue and the lack of status changes, we wanted to confirm that the submission is active and not blocked or requiring additional information from our side. We have not received any rejection, clarification request, or indication that further documentation is needed. If anyone has experienced a similar delay or can advise on next steps, we would greatly appreciate it. Thank you in advance.
2
0
40
1d
Reply to OnDemand VPN connection stuck in NO INTERNET
[quote='876733022, disinghal, /thread/811887?answerId=876733022#876733022, /profile/disinghal'] URL Session is calling a public endpoint. [/quote] Right, but you’ve set up your on-demand rules to say that everything generates demand. It’d be interesting to see what happens if you configure your on-demand rules to only generate demand what you load a URL that’s behind the VPN. I suspect it’ll work consistently, but if you find that’s not the case then that’d be an interesting datapoint. [quote='876733022, disinghal, /thread/811887?answerId=876733022#876733022, /profile/disinghal'] It happens intermittently. [/quote] Fair enough. But that doesn’t really contradict the position I explained above. You’ve set yourself up for failure and that you only fail in some cases. That’s a win, right? (-: Seriously though, I don’t think I’m going to be able to help you further here. You are clearly exploring the limits of what’s possible. If you want to make the case that this should work, I recommend that you do that direct
1d