Search results for

missing package product

51,079 results found

Post

Replies

Boosts

Views

Activity

Passkey issue- Unable to verify webcredentials
Recently, we have adapted the passkey function on the Mac, but we always encounter the error message Unable to verify the web credentials association of xxx with domain aaa. Please try again in a few seconds. We can confirm that https://aaa/.well-known/apple-app-site-association has been configured and is accessible over the public network. Additionally, the entitlements in the app have also been set with webcredentials:aaa. This feature has been experiencing inconsistent performance. When I restart my computer or reinstall the pkg, this feature may work or it may still not work. I believe this is a system issue. Here is feed back ID: FB20876945 In the feedback, I provided the relevant logs. If you have any suggestions or assistance, please contact me. I would be extremely grateful!
1
0
406
Nov ’25
Reply to FIDO2 USB Monitoring using custom Authorization Plugin
Thanks again for your inputs. Yes, I started with a test app, and it worked as expected. Then I moved on to the authorization plugin, where the detection part isn’t behaving as expected. I later thought of checking with Apple in case there’s any limitation around the monitoring part within securityd. I’ll review it again based on your suggestions to see if I missed anything.
Topic: Privacy & Security SubTopic: General Tags:
Nov ’25
Reply to How to sending capability requests.
I understand that it is not necessary to include this com.apple.developer.driverkit.allow-any-userclient-access in the driver's Entitlements. I have a new question: I include Capabilities in the Provisioning Profile that might not be used, just in case. If I don't list all these Capabilities in the driver's Entitlements, will it cause the driver to behave abnormally? To issue vendor-specific commands, I created a driver class inheriting from the IOUserSCSIPeripheralDeviceType00 class in the SCSIPeripheralDriverKit Framework. I then created a UserClient inheriting from the IOUserClient class to access it from the app, but IOServiceOpen fails with code 0xe00002d7 and cannot open. The driver's entitlements are as follows. com.apple.developer.driverkit.transport.usb com.apple.developer.driverkit.family.scsicontroller com.apple.developer.driverkit.communicates-with-drivers com.apple.developer.driverkit.allow-third-party-userclients com.apple.developer.driverkit And in the driver's Info.plist, the following de
Nov ’25
Reply to Unexpected 401 Unauthorized response from production endpoint when using sandbox transactionId with Get Transaction Info API
@App Store Commerce Engineer I understand that before release, accessing the production endpoint returns HTTP 401 Unauthorized. Q1. I would like to confirm: at what point does access to the production App Store Server API become available? (A) Immediately after App Review approval (when the app status is “Ready for Sale,” but before it is actually published on the App Store), or (B) After the app is actually released and visible on the App Store? Also, since purchases during App Review must go through the sandbox environment, I plan to implement a fallback mechanism where, if I receive a 401 from the production API, my server will retry verification using the sandbox API. Q2. For the pre-release (App Review) phase, is this understanding correct — that I should detect 401 and fallback to sandbox? Q3. After the app is released and production API access becomes available, if a sandbox transactionId is sent to the production API during a post-release review, is it cor
Topic: App & System Services SubTopic: StoreKit Tags:
Nov ’25
XCode Update
Hi, I recently updated my Mac to macOS Sequoia 15.7.2, and then updated my Xcode packages right afterward. However, when I try to open Xcode, I receive the message: “You can’t open the application because it is being updated.” I contacted Apple Developer Support (software) by phone and went through their troubleshooting steps, but the issue persists. They confirmed that everything appears fine on their end. In System Settings, both macOS and Xcode show as fully up to date. However, when I manually check in the App Store, it says Xcode needs to be updated. When I press Update, I get the following error: “Xcode could not be installed. Please try again later.” I’m fairly new to Xcode, but it seems there may be an incomplete update or verification loop preventing the installation from finishing properly. Could you please advise on how to resolve this so I can open Xcode again?
0
0
111
Nov ’25
Reply to Problem with DriverKitUserClientSample
That sample doesn't quite work out of the box. Here is how you can get it to work on macOS 26 with Xcode 26 (and earlier versions of both, but that's what I'm using). Download the sample from https://developer.apple.com/documentation/driverkit/communicating-between-a-driverkit-extension-and-a-client-app?. Follow only some of the directions under Configure the sample code project: (turn off SIP) - skip this, it is no longer necessary Set Automatically manage signing for both the driver and the app targets Select a development team. Xcode will tell you that you cannot select an individual for this type of signing. ignore the advice about Sign to run locally and AD_HOC_CODE_SIGNING_ALLOWED. ignore all the other stuff. You don't need to make profiles, add capabilities, manually download profiles or add them to Xcode. Now go the Build Settings for the driver and app target, and change the Product Bundle Identifier. The download project uses a disambiguation string that doesn't work, and you end up with ve
Topic: App & System Services SubTopic: Drivers Tags:
Nov ’25
Reply to Delivery of expired voip notifications
We are setting the expiration header as following apns-expiry=0, so from my understanding it should not be delivered if the device was not able to receive the notification in the first attempt. Theoretically, yes, it does that and it certainly does better than setting a longer expiration. However... I have read the following thread https://developer.apple.com/forums/thread/778512, from which I understand this is a long-standing issue. Yes, it is. If you haven't already, please file a bug on this and then post the bug number back here. As part of that bug, please note how long you think a push submission should last after our server receives it before being discarded. For example, is 15s too long? I'd like to get this fixed this year and additional bug reports help drive that process. Hence my question is, is there any way we can notify the call kit that the call is actually no longer valid, and do not display the call to the user at all? No, there is not*. You can report the call and immediately end it, but t
Nov ’25
Reply to Problem with DriverKitUserClientSample
I tried many things, but I can't seem to be able to pass through the check to allow the application to communicate with the dext. What am I missing? So, as it happens, I have a post here that's specifically about getting this sample to work. Try what that post suggests and let me know if you're still having issues. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: Drivers Tags:
Nov ’25
Default Mail App Ad hoc Provisioning Profile Support
Our developer account was granted the com.apple.developer.mail-client by Apple ages ago, which we use for one of our apps. At the time, this entitlement was granted through a special entitlements drop-down on the profile creation page. In fact, the entitlement is still available to us in this manner: Unfortunately, applying the entitlement directly to the profile no longer works through the App Store Connect API. Which is a bummer because we periodically use the API to update our development and ad hoc profiles with new UDIDs. I was eventually able to get Apple to migrate the entitlement to a capability that we can instead apply to the app IDs in our account. Great! However, for some reason the Default Mail App capability (on the Edit your App ID Configuration screen) shows does NOT apply to Ad hoc profiles: Note that Ad hoc is missing. This means we still need to update the Ad hoc profile for the app in question manually through the Apple developer portal. This has to be a bug. It makes no sense tha
6
0
189
Nov ’25
My Mac (Designed for iPad) on M5 Powerbook won't run in Xcode26
prior to upgrading from an M1 to M5 I could run the Mac on iPad via Xcode After upgrading to a M5 I keep getting dyld[88241]: Library not loaded: @rpath/APP.debug.dylib Referenced from: <207ED9FB-3483-3063-B9BC-81EC3BCB34AF> /private/var/folders/54/cwf8kbhx48j71vk_z3zm0t_m0000gn/X/471D0939-4FD4-59C7-8DB5-641DB2A36911/d/Wrapper/App.app/App Reason: tried: '/Users/xxx/Library/Developer/Xcode/DerivedData/project-esgmvpqlktgtvldltqmcjtupefnh/Build/Products/Debug-iphoneos/App.debug.dylib' (no such file), '/usr/lib/system/introspection/App.debug.dylib' (no such file, not in dyld cache), ... bunch more path searching.. Runpath Search paths: $(inherited) @executable_path/Frameworks Runpath Search paths with inherited /usr/lib/swit @executable_path/Frameworks @loader_path/Frameworks @executable_path/Frameworks
0
0
47
Nov ’25
Reply to Notary service down again?
Apologies I am now having troubles getting this to recreate again even using the exact same submission. I will keep trying and hopefully get you something you can work with. What do you consider building with Apple tools? This is our process for building as we are a golang application developed outside of xcode. For each inner PKG: create universal binary sign and verify the binary codesign --sign Developer ID Application: --deep --timestamp --options=runtime codesign --verify --verbose build and sign the inner pkg pkgbuild --root ConcealBrowse.pkg --scripts --sign Developer ID Installer: --install-location /Applications --identifier io.conceal.helper --version pkgutil --check-signature signed-installers/ConcealBrowse.pkg Notarize and staple the PKG xcrun notarytool submit --key --key-id -i ConcealBrowse.pkg --wait xcrun stapler staple ConcealBrowse.pkg After we repeat the above process for all three of our inner PKGs I build and sign the Distribution PKG
Topic: Code Signing SubTopic: Notarization Tags:
Nov ’25
RealityView postProcess effect depth texture
Hello, Question re: iOS RealityView postProcess. I've got a working postProcess kernel and I'd like to add some depth-based effects to it. Theoretically I should be able to just do: encoder.setTexture(context.sourceDepthTexture, index: 1) and then in the kernel: texture2d depthIn [[texture(1)]] ... outTexture.write(depthIn.read(gid), gid); And I consistently see all black rendered to the view. The postProcess shader works, so that's not the issue. It just seems to not be receiving actual depth information. (If I set a breakpoint at the encoder setTexture step, I can see preview the color texture of the scene, but the context's depthTexture looks like all NaN / blank.) I've looked at all the WWDC samples, but they include ARView for all the depth sample code, which has a different set of configuration options than RealityView. So far I haven't seen anywhere to explicitly tell RealityView include the depth information. So I'm not sure if I'm missing something there. It appears that there is indeed a de
2
0
524
Nov ’25
Problem with DriverKitUserClientSample
First time working with DEXT, so I'm trying to make Communicating between a DriverKit extension and a client app sample project to work and I'm having trouble. I'm following the steps for Automatically manage signing. It seems that the step “Sign to Run Locally” is wrong now, so I let it to Apple Developer. Now I have a Provisioning Profile error that says it doesn't include the com.apple.developer.driverkit.allow-any-userclient-access entitlement. If I go to Certificates, Identifiers and Profiles for this AppID and go to Capability Requests and select DriverKit Allow Any UserClient Access, this bring me to a page where I select DriverKit Entitlement but Any UserClient Access is not a choice. I tried asking for UserClient Access but the request has been denied saying that the engineering team does not think these entitlements are necessary for testing locally. So I removed com.apple.developer.driverkit.allow-any-userclient-access from NullDriver.entitlements. I can now install the DEXT but when I try Communic
7
0
126
Nov ’25
Delete TestFlight in-app purchase record by using a real ID.
Hey guys, somehow I used my real ID(not sandbox test ID) to purchase a non-consumable item in the TestFlight package, no actual payment was made, but this payment record cannot be erased. Even though I know the transaction ID, I cannot initiate a refund like using refundRequestSheet(). Does anyone know how to deal with this, or there is no way to solve it?
0
0
120
Nov ’25