Search results for

“missing package product”

52,933 results found

Post

Replies

Boosts

Views

Activity

My does my production push certificate have development credentials in it?
HiI'm trying to upload my production p12 push cert to my push provider, and it keeps telling me that it's a development cert. I've created and recreated the cert again, making sure it's a production cert, but I still get the error:P12's gateway is Development while it was uploaded as ProductionFor further information please refer to our iOS guideI notice that the p12 contains both development and production credentials. Is this normal? Is there something I'm missing re creating a production certificate?Thanks for your time and help.
1
0
394
Dec ’17
Command line tools - headers missing
Hi,In 10.14 last year, Apple stopped installing headers with the command line tools, but it was possible to get them via a separate .pkg installer which they placed at /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg.This appears to be completely missing in 10.15 and I'm unable to compile 3rd party software using the command line tools because of missing headers like zlib and libxml2Anyone know where to get them for macOS 10.15 Catalina?Thanks
2
0
9.6k
Sep ’19
Swift Package Manager MongoDB
I've been trying for hours just wanted some direction. I am trying to set up an app that uses a local mongo database. I've set up the IP address and everything, I'll be port forwarding for usage outside my local network. But I've been having some trouble importing mongbodb for my swift app. I keep getting this error with the package manager. If you have some tips please send them my way. So here is the code I'm supposed to use got this from the GitHub page: https://github.com/mongodb/mongo-swift-driver // swift-tools-version:5.1 import PackageDescription let package = Package( ttname: MyPackage, ttdependencies: [ tttt.package(url: https://github.com/mongodb/mongo-swift-driver.git, from: VERSION.STRING.HERE), tt], tttargets: [ tttt// Async module tttt.target(name: MyAsyncTarget, dependencies: [MongoSwift]), tttt// Sync module tttt.target(name: MySyncTarget, dependencies: [MongoSwiftSync]) tt] ) So all I did was add the version I needed and I put the latest. // swift-tools-version:5.3
1
0
1.3k
Jan ’21
Get all Products for in a subscription group
If I use SubscriptionStoreView.init(groupID), it seems to be able to look up all the Products that have that subscription group ID. But I don't see any public method for doing that myself. Am I missing something, or is SubscriptionStoreView using a private method to do this lookup? I know that historically it has always been necessary to know the product IDs of all the products you want to sell; you have never been able to ask Store Kit to give you a list. SubscriptionStoreView doesn't seem to have this limitation, which is a bit surprising.
0
0
736
Feb ’24
Reply to When will ONE_TIME_CHARGE notify type be available in a production environment?
Emails were sent to developers announcing the release of ONE_TIME_CHARGE notification in production scheduled for May 27th. Our services often miss orders because of the absence of this notification. Do you have more information why your app is missing purchases in-app? At time of purchase an unfinished transaction will be available to your app in order to validate and deliver services.
Topic: Community SubTopic: Apple Developers Tags:
May ’25
Does Xcode / Swift Package Manager support custom Git authentication flows for private package distribution?
Hi, We are evaluating Swift Package Manager for distributing private packages to external customers. Our use case requires enterprise-grade authentication beyond standard username/password, personal access token, or SSH key based authentication. Our current authentication model relies on request signing / IAM-based authorization rather than standard Git credentials. From what we can tell, Swift Package Manager does not appear to expose a built-in mechanism for custom authentication hooks during package resolution. Because of that, we started exploring whether a Git-based workaround might be possible, such as: using a custom Git URL scheme handling that scheme through a Git remote helper using a Git credential helper or related Git configuration for authentication We tried a proof of concept along these lines, but Xcode did not seem to recognize or resolve the package correctly. We are trying to understand what is officially supported and what is not. Our questions
0
0
136
Apr ’26
In App Packages - Developer Action Needed
Hi,We are introducing In-App purchases for the first time. Auto-renewing subscription. The In-App packages are fine but the App got rejected for some binary issues. So we have made the necessary changes. But the In-App packages created went into the status of Developer Action Needed, but when we wrote to Apple for support, they said since it's our first time submitting the App with In-App Packages, the App and the In-App packages should be submitted together for approval.Since the In-App package status is Developer Action Needed we are not able to include that while submitting the app for review in the In-App Purchases section. I want the In-App Packages status to be Ready to submit so we can include that while submitting the app for review. Can someone help us here?P.S. We have already faced this issue and when we changed the language on the In-App packages, the status went from Developer Action Needed to Waiting for review, and even in that stat
2
0
1.1k
Mar ’20
Using InstallerJS in MDM distributed package
Hi, We are creating a Installer package which will be distributed to user through MDM with the InstallApp command. Our distribution package use the Distribution.xml file and InstallerJS to check each flat package version and select the package for install only if there is no receipt or if the already installed package version is older. The package is working fine when using the GUI Installer or through the command line installer. When trying to install the package through MDM, all package which use InstallerJS javascript to decide if it will be install or not will not be selected and thus will not be installed. Is this the expected behaviour? Looking at the install log, I can see that the package selection seems to be done by appstored when installing through MDM. Is appstored not able to understand the InstallerJS script? The documentation specifies that InstallerJS is for the Installer application. https://developer.apple.com/d
2
0
1.7k
Jun ’21
Unable to load a subscription product in the app
Hi, I am building a new app in the App Store - the app is not live yet. I have setup an annual subscription product in AppStore Connect. Our problem is that we are unable to retrieve the product from our app - we've made sure that there are no missing metadata (e.g. price, availability). Has anyone encountered before? Appreciate any help provided. Thanks
7
0
211
Jan ’26
Testing a Notarised Product
To ship a product outside of the Mac App Store, you must notarise it. The notary service issues a notarised ticket, and the ultimate consumer of that ticket is Gatekeeper. However, Gatekeeper does not just check the ticket; it also applies a variety of other checks, and it’s possible for those checks to fail even if your notarised ticket is just fine. To avoid such problems showing up in the field, test your product’s compatibility with Gatekeeper before shipping it. To do this: Set up a fresh machine, one that’s never seen your product before. If your product supports macOS 10.15.x, x < 4, the best OS version to test with is 10.15.3 [1]. Download your product in a way that quarantines it (for example, using Safari). Disconnect the machine from the network. It might make sense to skip this step. See the discussion below. Install and use your product as your users would. If the product is signed, notarised, and stapled correctly, everything shou
0
0
7.5k
Mar ’20
Reply to Is x86 and AMD no longer available?
Hello, On PyPi I see the latest tensorflow-metal 1.1.0 released Sep 29, 2023 for TensorFlow v2.14 with support for macOS 12.1+. According to Get started with tensorflow-metal Mac computers with Apple silicon or AMD GPUs are supported so that would imply that the packages you seek are available (or should be as they aren't deprecated). Intel GPUs are not supported. Note also that the base TensorFlow package changes for TensorFlow 2.13+: tensorflow versus the legacy tensorflow-macos. If after verifying your configuration you still don't find what you need for AMD support please use the Feedback Assistant to send us bug report for the missing packages.
Topic: Machine Learning & AI SubTopic: General Tags:
Jan ’25
Push package signature verification fails
I am trying to implement the push notifications with APN for my website and keep running into problems with the push package signature. I have followed the instructions as provided by Apple and was able to succesfully run the .php script (after updating it to account for the required intermediate certificate) to compose my push package. Creation of the push package .zip file is succesful and a signature file is generated.On asking the user for permission to send push notifications and when serving the push package I encounter the 'Signature verification of push package failed' error. After several attemps of trying to regenerate the push package as per Apple's instructions I am unable to determine exactly what the cause might be or what is wrong with the push package or signature.Any suggestions as to what I may be doing wrong?
2
0
2.3k
Jul ’19
Reply to Killed: 9 for the binary signed with endpoint-security entitlement
OK, so, just to clarify, my previous post was not using the term package to refer to an installer package, but rather to the directory structure in which your daemon is embedded. Once you embed your daemon in an app-like structure, the system will be able to find your provisioning profile at the Contents/embedded.provisionprofile and will use that to authorise your daemon’s use of the ES entitlement. This is true regardless of what: Tools you use to create the product Installer technology you use to write it to disk Using an Apple installer package is cool, but any other installer mechanism will also work. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: General Tags:
Aug ’21
My does my production push certificate have development credentials in it?
HiI'm trying to upload my production p12 push cert to my push provider, and it keeps telling me that it's a development cert. I've created and recreated the cert again, making sure it's a production cert, but I still get the error:P12's gateway is Development while it was uploaded as ProductionFor further information please refer to our iOS guideI notice that the p12 contains both development and production credentials. Is this normal? Is there something I'm missing re creating a production certificate?Thanks for your time and help.
Replies
1
Boosts
0
Views
394
Activity
Dec ’17
Reply to High Sierra asking for ‘disk password’ and won’t accept any
thanks. i did this and my login is appear again. but when i logged in this error appear “ MacOS could not be installed on your computer the path /System/installation/packages/OSInstall.mpkg appears to be missing or damaged. quit the installer to restart your computer and try again.” but when tap on restart same problem appears again. anyone can help me ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’17
Command line tools - headers missing
Hi,In 10.14 last year, Apple stopped installing headers with the command line tools, but it was possible to get them via a separate .pkg installer which they placed at /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg.This appears to be completely missing in 10.15 and I'm unable to compile 3rd party software using the command line tools because of missing headers like zlib and libxml2Anyone know where to get them for macOS 10.15 Catalina?Thanks
Replies
2
Boosts
0
Views
9.6k
Activity
Sep ’19
Subscription showing missing metadata and not found in flutter app
I have successfully created subscription with all metaData: Localization(inside subscription and also for subscription group), logo, description and also screenshots but subscription shows missing metadata instead of ready to submit causing flutter app package inAppPurchase to not found the subscription id or product it.
Replies
3
Boosts
0
Views
253
Activity
Oct ’25
Swift Package Manager MongoDB
I've been trying for hours just wanted some direction. I am trying to set up an app that uses a local mongo database. I've set up the IP address and everything, I'll be port forwarding for usage outside my local network. But I've been having some trouble importing mongbodb for my swift app. I keep getting this error with the package manager. If you have some tips please send them my way. So here is the code I'm supposed to use got this from the GitHub page: https://github.com/mongodb/mongo-swift-driver // swift-tools-version:5.1 import PackageDescription let package = Package( ttname: MyPackage, ttdependencies: [ tttt.package(url: https://github.com/mongodb/mongo-swift-driver.git, from: VERSION.STRING.HERE), tt], tttargets: [ tttt// Async module tttt.target(name: MyAsyncTarget, dependencies: [MongoSwift]), tttt// Sync module tttt.target(name: MySyncTarget, dependencies: [MongoSwiftSync]) tt] ) So all I did was add the version I needed and I put the latest. // swift-tools-version:5.3
Replies
1
Boosts
0
Views
1.3k
Activity
Jan ’21
Get all Products for in a subscription group
If I use SubscriptionStoreView.init(groupID), it seems to be able to look up all the Products that have that subscription group ID. But I don't see any public method for doing that myself. Am I missing something, or is SubscriptionStoreView using a private method to do this lookup? I know that historically it has always been necessary to know the product IDs of all the products you want to sell; you have never been able to ask Store Kit to give you a list. SubscriptionStoreView doesn't seem to have this limitation, which is a bit surprising.
Replies
0
Boosts
0
Views
736
Activity
Feb ’24
Reply to When will ONE_TIME_CHARGE notify type be available in a production environment?
Emails were sent to developers announcing the release of ONE_TIME_CHARGE notification in production scheduled for May 27th. Our services often miss orders because of the absence of this notification. Do you have more information why your app is missing purchases in-app? At time of purchase an unfinished transaction will be available to your app in order to validate and deliver services.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
May ’25
Does Xcode / Swift Package Manager support custom Git authentication flows for private package distribution?
Hi, We are evaluating Swift Package Manager for distributing private packages to external customers. Our use case requires enterprise-grade authentication beyond standard username/password, personal access token, or SSH key based authentication. Our current authentication model relies on request signing / IAM-based authorization rather than standard Git credentials. From what we can tell, Swift Package Manager does not appear to expose a built-in mechanism for custom authentication hooks during package resolution. Because of that, we started exploring whether a Git-based workaround might be possible, such as: using a custom Git URL scheme handling that scheme through a Git remote helper using a Git credential helper or related Git configuration for authentication We tried a proof of concept along these lines, but Xcode did not seem to recognize or resolve the package correctly. We are trying to understand what is officially supported and what is not. Our questions
Replies
0
Boosts
0
Views
136
Activity
Apr ’26
In App Packages - Developer Action Needed
Hi,We are introducing In-App purchases for the first time. Auto-renewing subscription. The In-App packages are fine but the App got rejected for some binary issues. So we have made the necessary changes. But the In-App packages created went into the status of Developer Action Needed, but when we wrote to Apple for support, they said since it's our first time submitting the App with In-App Packages, the App and the In-App packages should be submitted together for approval.Since the In-App package status is Developer Action Needed we are not able to include that while submitting the app for review in the In-App Purchases section. I want the In-App Packages status to be Ready to submit so we can include that while submitting the app for review. Can someone help us here?P.S. We have already faced this issue and when we changed the language on the In-App packages, the status went from Developer Action Needed to Waiting for review, and even in that stat
Replies
2
Boosts
0
Views
1.1k
Activity
Mar ’20
Using InstallerJS in MDM distributed package
Hi, We are creating a Installer package which will be distributed to user through MDM with the InstallApp command. Our distribution package use the Distribution.xml file and InstallerJS to check each flat package version and select the package for install only if there is no receipt or if the already installed package version is older. The package is working fine when using the GUI Installer or through the command line installer. When trying to install the package through MDM, all package which use InstallerJS javascript to decide if it will be install or not will not be selected and thus will not be installed. Is this the expected behaviour? Looking at the install log, I can see that the package selection seems to be done by appstored when installing through MDM. Is appstored not able to understand the InstallerJS script? The documentation specifies that InstallerJS is for the Installer application. https://developer.apple.com/d
Replies
2
Boosts
0
Views
1.7k
Activity
Jun ’21
Unable to load a subscription product in the app
Hi, I am building a new app in the App Store - the app is not live yet. I have setup an annual subscription product in AppStore Connect. Our problem is that we are unable to retrieve the product from our app - we've made sure that there are no missing metadata (e.g. price, availability). Has anyone encountered before? Appreciate any help provided. Thanks
Replies
7
Boosts
0
Views
211
Activity
Jan ’26
Testing a Notarised Product
To ship a product outside of the Mac App Store, you must notarise it. The notary service issues a notarised ticket, and the ultimate consumer of that ticket is Gatekeeper. However, Gatekeeper does not just check the ticket; it also applies a variety of other checks, and it’s possible for those checks to fail even if your notarised ticket is just fine. To avoid such problems showing up in the field, test your product’s compatibility with Gatekeeper before shipping it. To do this: Set up a fresh machine, one that’s never seen your product before. If your product supports macOS 10.15.x, x < 4, the best OS version to test with is 10.15.3 [1]. Download your product in a way that quarantines it (for example, using Safari). Disconnect the machine from the network. It might make sense to skip this step. See the discussion below. Install and use your product as your users would. If the product is signed, notarised, and stapled correctly, everything shou
Replies
0
Boosts
0
Views
7.5k
Activity
Mar ’20
Reply to Is x86 and AMD no longer available?
Hello, On PyPi I see the latest tensorflow-metal 1.1.0 released Sep 29, 2023 for TensorFlow v2.14 with support for macOS 12.1+. According to Get started with tensorflow-metal Mac computers with Apple silicon or AMD GPUs are supported so that would imply that the packages you seek are available (or should be as they aren't deprecated). Intel GPUs are not supported. Note also that the base TensorFlow package changes for TensorFlow 2.13+: tensorflow versus the legacy tensorflow-macos. If after verifying your configuration you still don't find what you need for AMD support please use the Feedback Assistant to send us bug report for the missing packages.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Push package signature verification fails
I am trying to implement the push notifications with APN for my website and keep running into problems with the push package signature. I have followed the instructions as provided by Apple and was able to succesfully run the .php script (after updating it to account for the required intermediate certificate) to compose my push package. Creation of the push package .zip file is succesful and a signature file is generated.On asking the user for permission to send push notifications and when serving the push package I encounter the 'Signature verification of push package failed' error. After several attemps of trying to regenerate the push package as per Apple's instructions I am unable to determine exactly what the cause might be or what is wrong with the push package or signature.Any suggestions as to what I may be doing wrong?
Replies
2
Boosts
0
Views
2.3k
Activity
Jul ’19
Reply to Killed: 9 for the binary signed with endpoint-security entitlement
OK, so, just to clarify, my previous post was not using the term package to refer to an installer package, but rather to the directory structure in which your daemon is embedded. Once you embed your daemon in an app-like structure, the system will be able to find your provisioning profile at the Contents/embedded.provisionprofile and will use that to authorise your daemon’s use of the ES entitlement. This is true regardless of what: Tools you use to create the product Installer technology you use to write it to disk Using an Apple installer package is cool, but any other installer mechanism will also work. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21