I am facing an issue while trying to staple a notarization ticket to my signed macOS installer package. Details of my setup: The .pkg file is signed using my Developer ID Installer certificate. The app inside the package is signed using my Developer ID Application certificate. Notarization via xcrun notarytool completes successfully with status: Accepted. However, the stapler command fails with the following error: xcrun stapler staple -v /Users/mac-test/Desktop/IPMPlus_Arm_Installer_signed.pkg Processing: /Users/mac-test/Desktop/IPMPlus_Arm_Installer_signed.pkg Could not validate ticket for /Users/mac-test/Desktop/IPMPlus_Arm_Installer_signed.pkg The staple and validate action failed! Error 65. I verified that all other Apple notarization-related servers (api.apple-cloudkit.com, gs.apple.com, ocsp.apple.com, ocsp2.apple.com, crl.apple.com, developer.apple.com) are reachable. However, the domain cdn-apple-cloudkit.apple.com cannot be resolved from any network, including mobile or public Wi-Fi. Both d
Search results for
We are unable to process your request
69,597 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
We have enrolled for the Apple Developer program on 3 September 2021. And since then it is being precessed. We have tried to contact support twice just in case if we need additional information to provide or anything to accelerate the process but it seems our enrollment has been stuck there. Please help Please help.
I am trying to enroll in the developer program by following below steps. Open apple developer app Clicks on my account name Clicks on 'Enroll Now' button Filled all details Opens up Program License Agreement & Clicks Agree Clicks Agree on the Confirm Agreement This process is showing Your request could not be processed.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Developer Tools
Xcode
Developer Program
I requested seller validation to Apple Pay server. I sent the merchantIdentifier, my domain, and displayname to the url I received as Js. ( sslcontext TLSv1.2 ) However, the error occurred in response. StatusCode 500 StatusMessage Error processing request. What should I check? Help me.
Is there any way to speed up the processing time for the multicast entitlement? I did request it at the same time as one of my colleagues. We already both have successful apps in the store and we more or less used the same explanation. My colleague got it after 3 days, I'm still waiting for 2 weeks now. This is a bit sad as I've worked several months on an app that uses UDP multicast to find out link-local device peers and this is a complete BLOCKER for me.
I found that when make some HTTP request in VPN Process, the request won't go to the VPN tunnel, it won't be hijack. So I would like to ask if there is any way to make request hijack by the NEPacketTunnelProvider traffic, in NEPacketTunnelProvider Process
I am working on a watch app which requests permissions to read and write active calorie data. My app works fine on Xcode 8 and watchOS3 + iOS 10, but on Xcode 9 and watchOS4 + iOS 11, I am unable request health kit permissions.When I call requestAuthorization on HKHealthStore I get back success = false and the following error:Error Domain=com.apple.healthkit Code=5 Transaction block failed without an error. UserInfo={NSLocalizedDescription=Transaction block failed without an error.}I also do not receive the alert on my phone to open my app and accept / decline the request for permissions.My entitlements are setup correctly with com.apple.developer.healthkit set to YES for both the app and the watch extension. Since it worked fine when building to device on Xcode 8 and watchOS3 + iOS 10, but now no longer works on Xcode 9 and watchOS4 + iOS 11, my guess is that it's an SDK bug.I encountered the same bug on the simulator, which I seemed to fix by erasing all content and setti
I'm trying to recieve data from a server to initialize my app. However sometimes due to the network problem I cannot recieve any data. So at this time, I need to show an alert and exit the app. Here's my code:override func viewDidLoad() { super.viewDidLoad() / var params = Dictionary<String, String>(); params[path] = /; let response = ApiRequest.get(ApiRequest.LIST_FOLDER, params: params); if (response?.objectForKey(succ) == nil) { self.presentViewController(UIAlertController.init(title: Network Error, message: No recieved data, preferredStyle: UIAlertControllerStyle.Alert), animated: true, completion: nil); abort(); } if (response?.objectForKey(succ) as! String == 0) { UIAlertView(title: Server Error, message: Unable to process the request, delegate: nil, cancelButtonTitle: Cancel).show(); abort(); } folderList = FolderList(folders: response?.objectForKey(msg) as! NSDictionary); }But actually no alert view was shown when no network connection. Anybody knows why this happened?PS: if I
After uploading a build , itunesconnect went crazy and i'm not able to update my next version information or build. I get to the error page https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/defaultErrorwith the messageWe can't process your request.Try reloading the page. If the problem persists, contact Us.Any idea about this ?
Hello Apple Developer Community, We’ve been attempting to pay the Apple Developer Program enrollment fee for several weeks. Despite trying multiple browsers, credit cards, and devices, the payment consistently fails to process. We also receive an error when trying to add a card to our profile. We've contacted support multiple times and have been assigned case number 102708816548, but the issue remains unresolved. Additionally, we’ve been unable to submit a support request via developer.apple.com/support — the site either fails to load the form or does not allow us to proceed with a phone or email request. This has made it extremely difficult to escalate the issue through official channels. We are a verified business and have followed all instructions provided by support. We’re now seeking help through the forums in hopes of escalating this issue or connecting with someone who has resolved a similar problem. Any guidance or suggestions would be greatly appreciated.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Accounts
Apple Business Manager
Developer Program
I'm trying to request an API key and I'm running into a strange error.I've been granted permission to access the API, but upon hitting Generate API Key and filling out the forms I get the following error:Your account doesn’t have permission to edit other users. Contact your team agent for more information.I've confimed I have admin access and I am the team agent - in fact I setup the account. Anyone else run into this issue?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect API
Tags:
App Store Connect API
I initiate a network request through URLSesssion in PacketTunnelProvider, but PacketTunnelProvider cannot intercept it. I see on the Internet that PacketTunnelProvider does not intercept its own request by default. How should I modify the configuration?
After creating a new bundle last night I received this error and as of this morning I am still unable to access the page, also getting a We can't process your request error.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
I'm trying to setup AdMob apps in my app but they won't work unless I get permission to track. Unfortunately when I try and request, it does not display. In settings, the option to allow request to track is greyed out. Anyway around this?
Since last night, I've been unable to get my app to validate. It fails with this very non-descriptive error: App Store Connect Operation Error Unable to process app at this time due to a general error I've confirmed that my signing certificate and distribution profiles are all correct and valid. I've tried restarting Xcode, restarting my computer, recreating the archive, etc. Would love any insights into what else I should try or how I can get more information about what could be going wrong. Thanks!