Search results for

missing package product

51,799 results found

Post

Replies

Boosts

Views

Activity

review keeps failing ovee IAP issue
hi, first time submitter her, having problems with IAP and getting review approved. Apple reviewer keeps saying that attempted purchase results in error: subscription product not available. please try again later i have verified that sandbox returns a product,. how else can i test this without just submitting again?
1
0
177
2w
Reply to CloudKit sync fails across TestFlight iOS + macOS builds — “Field recordName is not marked queryable”
Whether querying by recordName should work in production CloudKit Yes, in case you have the appropriate indice in the CloudKit production environment. What specifically causes the “Field recordName is not marked queryable” error in TestFlight builds The error is triggered when you try yo query a CloudKit record type and the type doesn't have the index for its recordName field. If the error only occurs in the production environment, which is by default used by a TestFlight build, and not in the development environment, it will indicate that the CloudKit schema in the development environment is not completely deployed to the production environment. To address the error, try to use CloudKit Console to add the indice, as discussed here and here. What steps are required to ensure CloudKit schemas are correctly deployed for cross-platform sync If you can use CKTool to dump the schemas, as discussed in Automate CloudKit tests with cktool and declarative schema, and then compare an
2w
Reply to filecopy fails with errno 34 "Result too large" when copying from NAS
I ran the following commands in Terminal: cp /System/Library/CoreServices/Finder.app/Contents/Resources/Invitation.aiff ~/Downloads/Invitation.aiff xattr ~/Downloads/Invitation.aiff chflags -v 0 ~/Downloads/Invitation.aiff xattr ~/Downloads/Invitation.aiff but the output of each of these commands was empty, so again it seems that even with the chflags -v 0 Invitation.aiff command no extended attributes are revealed on that file. I tried copying the same System/Library/CoreServices/Finder.app/Contents/Resources/Invitation.aiff file to a FAT volume connected via SMB, and the results are the same. I'm afraid we'll never know how that file (and hundreds others) got to the SMB volume. The user told me they're currently unable to reproduce the issue and are tired of running experiments, so I guess that's it for now... until I'll hear from the next user having the same issue. I have lost count of how many users have already contacted me about the exact same issue and how many days I've already spent trying
Topic: App & System Services SubTopic: Core OS Tags:
2w
Archiving Catalyst project that embeds macOS tool
Hi! I have a Catalyst app that embeds command line utility. So the project has two targets: Catalyst target, this target depends on #2 and embeds it into its bundle. macOS target, the command line tool. Both targets have package dependency to the same package. I used this to embed the CMD tool. Everything builds, runs and works fine until I try to archive the project. Archiving stops early with such error: error: Multiple commands produce '/Users/kse2/Library/Developer/Xcode/DerivedData/PkgTest-clngkndczxoprpdlwefqqiqlryjt/Build/Intermediates.noindex/ArchiveIntermediates/PkgTest/IntermediateBuildFilesPath/UninstalledProducts/macosx/MacrosForSwift.o' note: Target 'MacrosForSwift' (project 'MacrosForSwift') has a command with output '/Users/kse2/Library/Developer/Xcode/DerivedData/PkgTest-clngkndczxoprpdlwefqqiqlryjt/Build/Intermediates.noindex/ArchiveIntermediates/PkgTest/IntermediateBuildFilesPath/UninstalledProducts/macosx/MacrosForSwift.o' note: Target 'MacrosForSwift' (project 'MacrosForS
2
0
107
2w
Reply to Apps do not trigger pop-up asking for permission to access local network on macOS Sequoia/Tahoe
[quote='874764022, TotalPhase, /thread/814226?answerId=874764022#874764022, /profile/TotalPhase'] We haven't setup a VM yet. [/quote] I strongly recommend that you do. It has some key benefits: It strictly constrains the problem space. For example, if you have a bug with identifying the correct broadcast interface [1], such a problem will go away in a VM because there’s only one interface. So, if the local network alert always shows up in a VM but fails on real hardware, it’s likely that this isn’t an issue with local network privacy per se, but something in your code. It makes it much easier to run tests in isolation. You can quickly iterate on your tests, creating a new clone of your ‘clean’ VM each time. It allows you to test across OS releases. If you think something broke in, say, macOS 26.2, you can easily test 26.1, 26.2, and 26.3 beta, all in parallel. Debugging these problems on real hardware just makes things harder. [quote='874764022, TotalPhase, /thread/814226?answerId=874764022#874764022, /profil
2w
Verify an app before sending to Notary service
Hi, we are sending MacOS apps packaged in a ZIP archive or DMG disk image to the Notary Service. Before we send the app for notarization, we check the code signature via command codesign -vvv --deep --strict /path/to/app_or_bundle The result is positive and it does not provide any gaps. (And yes, we are following the inside out code signing approach, mentioned at Using the codesign Tool's --deep Option Correctly) Unfortunately, the result of the Notary service provided that one file has no signature, which was not detected by the signature verification command. The path of the binary was in .app.zip/.app/Contents/Resources/inst/ How I can be verify like a the Notary service does it on our side? Best regards, Stefan
1
0
231
2w
Reply to Apps closed in background without crashlog or hint
[quote='874797022, Xunreal75, /thread/814501?answerId=874797022#874797022, /profile/Xunreal75'] I find this termination behavior too aggressive [/quote] My role here on the forums is to help developers create products for Apple platforms as they currently stand. If you’d like to see things change in this space, you are free to file a bug report [1] describing what you’d like to see change. See my Bug Reporting: How and Why? post for more details about that process. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] Or enhancement request. In cases like this the distinction is one of perspective.
2w
App Launchscreen Size NOT Correct on iPadOS 26
Hello, We’re seeing an iPad-specific Launch Screen issue related to multitasking window sizes. Environment Device: iPad (iPadOS 26) Device orientation: Landscape App is launched in a small window where the app window is portrait-shaped (width < height) Issue When the iPad is in landscape but the app is launched as a portrait-shaped small window, the LaunchScreen.storyboard appears to be rendered/layouted as landscape, not matching the actual window geometry. As a result, the Launch Screen content is clipped / partially missing (we see blank/empty area at the bottom during launch). After the app finishes launching, our first view controller uses the correct window size and the UI looks fine — the problem is mainly during the Launch Screen phase. What we checked LaunchScreen.storyboard uses Auto Layout and is expected to adapt to screen/window size. This only reproduces when the device orientation and the app window aspect ratio don’t match (landscape device + portrait-shaped app window, or vice ver
0
0
104
2w
No response from Apple Developer Support after 1 week (Case ID: 102818054039)
Hello everyone, I’m posting here to see if anyone has experienced a similar issue or can advise on next steps. I submitted a support request to Apple Developer Support over a week ago and received the automated confirmation, but I haven’t received any follow-up or response yet. Case ID: 102818054039 I’ve already been charged USD 99.00 for the Apple Developer Program, and the payment was successful. Below are some of the relevant details for reference: Product: Apple Developer Program Invoice Number: MC47999846 Invoice Date: January 29, 2026 Web Order Number: D004733307 Sales Order Number: AER8645015 At this point, I’m just looking for a status update or guidance on what to do next. If anyone has suggestions on how to get a response from Apple Developer Support or escalate the issue, I’d really appreciate it. Thanks in advance for any help.
1
0
84
2w
iOS UDP transmission always experiences packet loss
My iOS application needs to connect a device by wifi and exchange data between them. The way of transmission is using the UDP protocol, most of all, it works well. But some part of iOS devices will loss the package always. Even if re-open the application or reboot wifi devices, or reboot iOS devices, it can not be solved. Only reset the network settings on iOS devices could fix it. But this can not make sure that be well always, if occurs in the future. User need to reset network setting again. Are there any brothers know or meet this phenomenon? Thanks for your time to research this.
2
0
93
2w
CloudKit sync fails across TestFlight iOS + macOS builds — “Field recordName is not marked queryable”
I’m running into a CloudKit sync issue that I can’t reconcile after multiple rebuilds, TestFlight uploads, and entitlement verification, and I’m hoping for guidance on what I’m missing or whether this is expected behavior. Context App: RankSpinnah Platforms: iOS + macOS Distribution: TestFlight Xcode: 26.x Both apps use the same bundle identifier, same container, and same Apple Developer team Automatic signing enabled; Xcode-managed profiles CloudKit capability enabled for both targets Both builds install and run correctly from TestFlight on: iPhone 17 Pro Apple-silicon Mac (M5 MacBook Pro) The Problem CloudKit data does not sync at all between devices. On both iOS and macOS, CloudKit queries return no records, and I consistently see this error: Field 'recordName' is not marked queryable This occurs even when querying for records that should exist and after fresh installs on both devices. What I’ve Verified Same iCloud account signed in on both devices CloudKit container exists and is enabled App San
1
0
112
2w
com.apple.developer.payment-pass-provisioning missing in TestFlight build despite provisioning profile having it
In Xcode, under Signing & Capabilities (Release) for our bundle ID the selected provisioning profile does include the entitlement: com.apple.developer.payment-pass-provisioning However, when we upload a new build to TestFlight, the Build Metadata → Entitlements section for the same bundle ID does not include com.apple.developer.payment-pass-provisioning. Because of this, PKAddPaymentPassViewController does not open in TestFlight builds. This suggests that while the entitlement is enabled for the App ID and visible in Xcode, it may not yet be propagated to App Store Connect’s signing service for TestFlight/App Store builds. Please Note: The Wallet Entitlements team had confirmed that they had granted entitlements for our team and the apple IDs Xcode : 26.0.1 Profile being used: Distribution Profile
8
0
685
2w
Reply to Critical: finishTransaction() fails to clear queue in iOS 26.2 Sandbox (TestFlight)
Thank you for the detailed information. To investigate this behavior thoroughly, could you please file a report using Feedback Assistant and include a sysdiagnose log? Part 1 How to File the Feedback Report Navigate to Feedback Assistant and log in with your Apple Developer account. Choose iOS & iPadOS for the product. For the report details, please include the detailed description and steps to reproduce from your post as well as the sysdiagnose. Part 2 Capture and Attach sysdiagnose Go to the Bug Reporting - Profiles and Logs page. Follow the instructions to install the necessary profiles for App Store issues. Once the profiles are installed, reproduce the purchase issue in your app and capture the sysdiagnose. Attach the resulting log file to your Feedback Assistant ticket. Part 3 Share the Feedback ID After you submit the report, please share the Feedback ID here to find your report and track its progress.
2w