Search results for

apple pencil charging

147,886 results found

Post

Replies

Boosts

Views

Activity

App Intents migration path for SiriKit domain intents (INStartCallIntent, INSendMessageIntent)?
We're in the process of migrating our app's custom intents from the older SiriKit Custom Intents framework to App Intents. The migration has been straightforward for our app-specific actions, and we appreciate the improved discoverability and Apple Intelligence integration that App Intents provides. However, we also implement SiriKit domain intents for calling and messaging: INStartCallIntent / INStartCallIntentHandling INSendMessageIntent / INSendMessageIntentHandling These require us to maintain an Intents Extension to handle contact resolution and the actual call/message operations. Our questions: Is there a planned App Intents equivalent for these SiriKit domains (calling, messaging), or is the Intents Extension approach still the recommended path? If we want to support phrases like Call [contact] on [AppName] or Send a message to [contact] on [AppName] with Apple Intelligence integration, is there any way to achieve this with App Intents today? Are there any WWDC sessions or documentati
3
0
122
1w
Need assistance preventing renewals for inactive promotional trial subscriptions
Can anyone advise on this? We distributed promotional trial codes for our app Ask Dolly. These 1-month free trials are set to renew and charge users in March 2026. A segment of users redeemed the promo codes but never created accounts or opened the app. We don't have their contact information to notify them. Our CEO has directed us to prevent these inactive subscriptions from renewing to avoid charging users who never engaged with the service. We've downloaded the Subscription and Offer Code Redemption reports from App Store Connect, but cannot map Apple's Subscriber IDs to our user database (we only store Transaction IDs). This prevents us from identifying which specific subscriptions to cancel. What We Need: Assistance preventing renewals for promotional subscriptions where users have had zero app sessions/opens as of the end of February. These trials will start to renew on March 3, 2026. We need to resolve this before then to avoid charging inactive users. Can you help u
0
0
36
1w
Unable to use Testflight email invite properly
I have a tester who switched phones a few months back. Crucially he no longer has access to the old phone. On his new phone when I send him a test flight invite to his apple account, 123@example, he receives it but it fails to work when he clicks the link. He is getting the following message. The Apple account (123@example) you're currently signed in with does not match the one (456@example) associated with this invitation. He has no idea what email 456 is. Since his old phone was a hand me down, I'm assuming it's someone else's email entirely. I'm trying to figure out how we clear this association out. I tried deleting his app store connect for my app and reinviting him all the way from the beginning. This did not work. As a stopgap I'm giving him a public link under an external testing group but I'd really like to not have to do that. Anyone have any ideas how we can fix this so I can shift him back to the Internal testing group?
0
0
67
1w
Reply to Lost 32 digit ASk
DTS Engineer, I was referred to this forum by Apple Developer Support as I am trying to get a certificate that is only available to apple developers (FairPlay Streaming). The forum you cited is for consumers and not applicable to those seeking a new Account Security Key (ASk) for FPS. Security Engineer, getting a new certificate was my first thought. Please advise on how to do that. Now that I have a FPS certificate the dialogue to request a certificate is no longer there and I do not see any way to delete the certificate that I have. Thank you for responding but I'm afraid neither of your suggestions are actionable. I am stuck with an unusable FPS certificate because I don't have the required ASk. How can I request a new one??
Topic: Media Technologies SubTopic: General Tags:
1w
Live Q&A Summary - SwiftUI foundations: Build great apps with SwiftUI
Here’s a recap of the Live Q&A for SwiftUI foundations: Build great apps with SwiftUI. If you participated and asked questions, thank you for coming and participating! If you weren’t able to join us live we hope this recap is useful Where can I watch the VOD? Is the sample code “Wishlist” that was shown available for download? You can view the replay of the entire event here https://www.youtube.com/watch?v=Z3vloOtZLkQ The sample code for the Wishlist app will be made available in the coming weeks on the Apple Developer website, we'll send an update via email when it is available. What are the best practices when it comes to building complex navigations in SwiftUI? The developer website has documentation on navigation style best practices. Explore navigation basics like NavigationStack and TabView to get a ground-up understanding. For documentation on navigation APIs see Navigation. How can I integrate UIKit with my SwiftUI app? What about adding SwiftUI into my UIKit app? See UIKit integration: A
Topic: UI Frameworks SubTopic: SwiftUI
2
0
56
1w
Xcode Simulator error
Following is an error I encounter when trying to run a foundation model function in simulator. Error Domain=FoundationModels.LanguageModelSession.GenerationError Code=-1 (null) UserInfo={NSMultipleUnderlyingErrorsKey=( Error Domain=ModelManagerServices.ModelManagerError Code=1026 (null) UserInfo={NSMultipleUnderlyingErrorsKey=(n)} )} Its a swift playground I'm building in xcode and works fine in the preview and on a real device too but since it's my submission for the swift student challenge I need it to run on the simulator. I have updated my macOS to latest version of Tahoe(26.3) and Xcode is also on latest version. The simulator I run the playground is also on ios and iPadOS 26. I have set my region to US and have turned on Apple Intelligence on my mac too. Any suggestions on how to fix the issue?👾
1
0
95
1w
Dynamic Type Layout constraint Issue - "My card" label Clipping at 100% Text Size (IOS 26.3.1 or 26.3.2)
Hello, I would like to report a potential Dynamic Type rendering issue observed in Control Center. After increasing the system text size to 100%, the label “My Card” appears visually constrained and partially clipped instead of scaling proportionally according to Dynamic Type guidelines. Steps to reproduce: Open Settings Increase Text Size to 100% Open Control Center Observe the “My Card” label Expected behavior: The label should scale proportionally using preferred text styles and remain fully visible without truncation. Observed behavior: The label appears constrained, suggesting possible fixed height constraints or insufficient layout flexibility. Technical hypothesis: This may be caused by: Fixed height constraints on the text container Non-preferred font usage instead of dynamic text styles Missing adjustsFontForContentSizeCategory configuration Incomplete layout testing across content size categories Given Apple’s emphasis on accessibility and Dynamic Type compliance, I believe this may be wort
Topic: UI Frameworks SubTopic: UIKit
1
0
46
1w
Time-Sensitive Trip Offer UI (Lock Screen + Persistent Until Action) – iOS 14 Best Practice?
Hello, I am developing a driver-based application targeting iOS 14+, where users receive time-sensitive trip offers (approximately 10–15 seconds to respond). We would like to implement behavior similar to approval-based apps (e.g., MyGate-style interaction), with the following requirements: When the device is locked: A highly visible notification that allows quick Accept / Decline action. When the device is unlocked (foreground or background): A notification that remains prominently visible (sticky-style) at the top of the screen until the user takes action (Accept / Decline) or the offer expires. Our goal is to ensure the offer remains noticeable and actionable within the short response window. I would appreciate clarification on the following: On iOS 14, is there any supported mechanism to present a true full-screen blocking interface while the device is locked (without using CallKit or Critical Alerts entitlement)? Is there a supported way to make a notification persistent or non-dismissible until the user
1
0
77
1w
Reply to Local Network permission on macOS 15 macOS 26: multicast behaves inconsistently and regularly drops
I have one small correction here: [quote='875229022, DTS Engineer, /thread/809211?answerId=875229022#875229022'] The kernel can’t access the user context directly, so it has to ‘up call’ to a helper process running in the user context. [/quote] There are more layers to this onion that I originally thought, and a colleague informed me that it’s not the kernel doing the up call here but rather a daemon. This doesn’t really change my overall outline of the issue, but I wanted to post a correction because if you dig around in the system log you’ll notice this daemon in play. [quote='875908022, VictorPetitjean, /thread/809211?answerId=875908022#875908022, /profile/VictorPetitjean'] would you have an advice on how to make this issue happen less often? [/quote] Sadly no. [quote='875908022, VictorPetitjean, /thread/809211?answerId=875908022#875908022, /profile/VictorPetitjean'] By not opening the app too soon after startup [/quote] I experimented with this during my efforts to understand the reproducibility of the is
1w
Apple Pay Extensions Implementation guide Not found
Good morning, the link https://applepaydemo.apple.com/wallet-extensions returns a {detail:Not Found} when accessed. This is one of the links that are present in https://developer.apple.com/documentation/PassKit/implementing-wallet-extensions, could this be looked at please ? The exact place is: For more information on Wallet Extensions, see the Apple Pay Demo - Wallet Extensions documentation.
0
0
41
1w
Reply to Rosetta 2 Deadlock on M4 Pro
[quote='875945022, Gcenx, /thread/814383?answerId=875945022#875945022, /profile/Gcenx'] That would be FB15880492 [/quote] [quote='875994022, Gcenx, /thread/814383?answerId=875994022#875994022, /profile/Gcenx'] I was just informed that FB21763885 [/quote] Perfect. Thanks! I took a quick look as these and they definitely landed in the right place. Beyond that, there’s no much more info that I can share [1]. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] As I explain in Quinn’s Top Ten DevForums Tips, Apple folks can’t talk about The Future™.
Topic: App & System Services SubTopic: Core OS Tags:
1w
Reply to NEFilterManager fails with NEFilterErrorDomain Code=1 (“Configuration invalid or read/write failed”) on iOS — is NEFilter supported on non-supervised devices?
It’s better to reply as a reply, rather than in the comments; see Quinn’s Top Ten DevForums Tips for this and other titbits. I’m not in a position to discuss the specifics of other folks apps. If you’re talking with that developer, I recommend that you ask them for details as to what this “Apple approval/permission” entailed. However, to the best of my knowledge there is no technical mechanism to bypass the content filter restrictions discussed in TN3134. Two things: It’s possible that they’re talking about the Screen Time case. The Family Controls capability is managed for distribution, that is, developers must be granted permission by Apple to distribute an app using Family Controls, and that could be constructed as “Apple approval/permission”. It’s also possible that they’re not using a content filter. I’ve seen folks implement content filtering using a packet tunnel provider. I consider this to be managerial abuse [1], and it’s not something that DTS supports. See TN3120 Expecte
1w
Reply to enforceRoutes impact on connection speed
[quote='815475021, krzsiwek, /thread/815475, /profile/krzsiwek'] Is this behavior known and expected? [/quote] Probably [1]. But it’s useful to have a specific benchmark to highlight this cost. I recommend that you file a bug describing the issue, how you’re testing the performance, and what results you got. Please post your bug number, just for the record. [quote='815475021, krzsiwek, /thread/815475, /profile/krzsiwek'] Is there anything we can do to mitigate [this] in our application? [/quote] Not that I can think of. There isn’t really much wiggle room here. Either the property is on or off and, assuming a specific flows hits your packet tunnel provider in both cases, it sees the same set of packets for that flow. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Historically the networking stack didn’t have fancy features like enforceRoutes, and there’s been decades of optimisation for that simple case.
1w