Search results for

apple pencil battery life

150,522 results found

Post

Replies

Boosts

Views

Activity

App review taking over 2 weeks — no updates even after resubmission
Hello, We’re facing a long delay with our app review and would appreciate any advice. We submitted our app for review and have been waiting for over 2 weeks with no updates at all — no approval, no rejection, and no request for more information. Since we weren’t sure what was happening, we looked into it and found that sometimes apps can get stuck in the review queue. Based on that, we decided to cancel the submission and submit it again. It has now been 2 more days since resubmitting, and there is still no response or progress. At this point, we’re not sure if this delay is normal or if there might be an issue on our side. App details: App Name: Autoskop Has anyone experienced something similar recently?Is there anything we can do to speed up the process or get clarity from Apple? Thank you.
1
0
46
15h
App review taking over 2 weeks — no updates even after resubmission
Hello, We’re facing a long delay with our app review and would appreciate any advice. We submitted our app for review and have been waiting for over 2 weeks with no updates at all — no approval, no rejection, and no request for more information. Since we weren’t sure what was happening, we looked into it and found that sometimes apps can get stuck in the review queue. Based on that, we decided to cancel the submission and submit it again. It has now been 2 more days since resubmitting, and there is still no response or progress. At this point, we’re not sure if this delay is normal or if there might be an issue on our side. App details: App Name: Autoskop Platform: ios Has anyone experienced something similar recently?Is there anything we can do to speed up the process or get clarity from Apple? Thank you.
0
0
10
19h
I cannot find the "Renew" button in the Developer app for iOS
Hi everyone, My Apple Developer Program membership expired back in September 2025. I am trying to renew it now (February), but the Renew button is completely missing from the Account tab in the Apple Developer app. I have already contacted Apple Support via email regarding this issue, but I haven't received any response yet. Here is what I have already tried: Verifying I am logged in with the correct Account Holder Apple ID. Logging out and logging back in within the app. Checking the web portal, but it just tells me to use the app to renew. Is there any way to force the renewal option to appear, or does support need to manually refresh my account status? Thanks in advance for any help!
0
0
6
22h
Reply to Apple Watch: Restarts and overheating after watchOS 26.3 update
It does seem that the issue is related to any APIs and features intended specifically for developers, which are what this forums for. I'd hence suggest that you post in the Apple Support Community, and if that doesn't help, contact Apple Care or find an Apple retail store to see if folks there can help you restore your device back to its original stable state. Best, —— Ziqiao Chen  Worldwide Developer Relations.
Topic: App & System Services SubTopic: General Tags:
1d
Error during In-App Provisioning (eligibility step, PKErrorHTTPResponseStatusCodeKey=500)
Hello, We are implementing in-app provisioning in our fintech app; the card issuer is a third party, so we have limited control and visibility. We have ruled out the causes we could investigate on our side and on the card issuer’s side. We are reaching out to ask for your help in understanding what is going wrong so we can fix it. What happens: User taps “Add to Apple Wallet” → we present PKAddPaymentPassViewController → they tap Next → after a few seconds the flow fails with Set Up Later alert. Device log: ProvisioningOperationComposer: Step 'eligibility' failed with error
0
0
26
1d
How does NSTextView invoke grammar checking internally
I'm building a macOS app that uses WKWebView for text editing (not NSTextView). I need to provide grammar checking by calling NSSpellChecker programmatically and sending results back to the web editor. The problem: TextEdit (which uses NSTextView) catches grammar errors like Can I has pie? and These are have — but when I call NSSpellChecker's APIs directly, those same errors are never flagged. I've tried both APIs: 1. The unified check() API: let results = checker.check( text, range: range, types: NSTextCheckingAllTypes, options: [:], inSpellDocumentWithTag: tag, orthography: &orthography, wordCount: &wordCount) This returns only .orthography results (language detection). No .spelling, no .grammar — just orthography. 2. The dedicated checkGrammar(of:startingAt:...) API: let sentenceRange = checker.checkGrammar( of: text, startingAt: offset, language: nil, wrap: false, inSpellDocumentWithTag: tag, details: &details) This catches sentence fragments (The., No.) and some agreement errors (The is anyon
0
0
19
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
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
Siri not calling my INExtension
Things I did: created an Intents Extension target added Supported Intents to both my main app target and the intent extension, with INAddTasksIntent and INCreateNoteIntent created the AppIntentVocabulary in my main app target created the handlers in the code in the Intents Extension target class AddTaskIntentHandler: INExtension, INAddTasksIntentHandling { func resolveTaskTitles(for intent: INAddTasksIntent) async -> [INSpeakableStringResolutionResult] { if let taskTitles = intent.taskTitles { return taskTitles.map { INSpeakableStringResolutionResult.success(with: $0) } } else { return [INSpeakableStringResolutionResult.needsValue()] } } func handle(intent: INAddTasksIntent) async -> INAddTasksIntentResponse { // my code to handle this... let response = INAddTasksIntentResponse(code: .success, userActivity: nil) response.addedTasks = tasksCreated.map { INTask( title: INSpeakableString(spokenPhrase: $0.name), status: .notCompleted, taskType: .completable, spatialEventTrigger: nil, temporalEventTrigger: i
1
0
32
1d
Xcode 26.3 RC - Claude Agent returns "Your request couldn't be completed"
Environment: Xcode 26.3 RC macOS 26.3 (25D125) (Apple Silicon / arm64) Setup: Xcode > Settings > Intelligence > Claude Agent: Signed In (account status shows Signed In) Model: Default Steps to reproduce: Open a new chat in Xcode's Coding Assistant Select Claude Agent from the agent dropdown (instead of Claude Sonnet 4.5) Send any message (e.g. HI) Expected result: Claude Agent responds normally. Actual result: The message is sent but immediately returns the error: Your request couldn't be completed. 🚩I have an active Claude Code subscription with remaining usage. Running claude in Terminal works perfectly, confirming the subscription and quota are valid.
0
0
42
1d
Reply to macOS VPN apps outside of the App Store
[quote='854085022, DTS Engineer, /thread/797007?answerId=854085022#854085022'] Keep in mind that appex-based VPN isn’t well aligned with macOS’s execution model. macOS supports multiple users simultaneously, which is a concern because VPN configurations affect the networking stack as a whole. [/quote] So how does that explain network app extensions in App Store apps? What is there to stop a user logged in on the same system (possibly a standard user) from accessing a VPN tunnel started by another higher privileged user via a Mac App Store app with a network app extension and gaining unauthorized access to resources via that tunnel? I would think most people assume App Store apps to be running in a far more restricted environment than apps distributed outside the App Store, but in the case of app extensions the opposite appears to be the case. By forcing Developer ID apps to use system extensions it forces admin privileges in order to install the extension and the explicit granting of Privacy and Security perm
1d