Search results for

We are unable to process your request

69,900 results found

Post

Replies

Boosts

Views

Activity

Reply to How long will i get the NEHotspotHelper entitlements after i have emailed to networkextension@apple.com?
Hi,I have send mail to networkextension@apple.com more than 3 weeks and still no answer.And i found that you have re-edited your response.You updated the way like this 'kick off the process by filling in the Network Extension Framework Request form'.Should i submit a request again?And,if i submitted a request by filling in the Network Extension Framework Request form,would i wait a month again?Thanks.
Feb ’16
Unable to build and run my app
After updating to Xcode 10, i am unable to build and run a big app (previously created with Xcode 9) because the build process stops and my MacBook Pro (mid 2014, 2,5 GHz Intel Core i7, 16 GB Ram) get panicked! The mouse disappears and i can't do nothing, just force restart my Mac with the power button. The problem just appears with this app, because it's big i guess. There are no warnings or errors and with Xcode 9 everything was ok! I'm unable to do a sysdiagnose because my Mac get panicked indeed...Any idea? Someone have my same problem? I want to send an update but i can't because of this BIG problem!
3
0
731
Nov ’18
Unable to connect
As the title the push notification from our app (is in development) stop working. We tried with simple push example from ApnsPHP to avoid problems with our code but can not make it works:Fri, 20 May 2016 09:55:56 +0200 ApnsPHP[6921]: INFO: Trying ssl://gateway.sandbox.push.apple.com:2195... Fri, 20 May 2016 09:55:56 +0200 ApnsPHP[6921]: ERROR: Unable to connect to 'ssl://gateway.sandbox.push.apple.com:2195': (0) Fri, 20 May 2016 09:55:56 +0200 ApnsPHP[6921]: INFO: Retry to connect (1/3)... Fri, 20 May 2016 09:55:57 +0200 ApnsPHP[6921]: INFO: Trying ssl://gateway.sandbox.push.apple.com:2195... Fri, 20 May 2016 09:55:58 +0200 ApnsPHP[6921]: ERROR: Unable to connect to 'ssl://gateway.sandbox.push.apple.com:2195': (0) Fri, 20 May 2016 09:55:58 +0200 ApnsPHP[6921]: INFO: Retry to connect (2/3)... Fri, 20 May 2016 09:55:59 +0200 ApnsPHP[6921]: INFO: Trying ssl://gateway.sandbox.push.apple.com:2195... Fri, 20 May 2016 09:55:59 +0200 ApnsPHP[6921]: ERROR: Unable to connect to 'ssl://gateway
0
0
961
May ’16
Successful notarised Mac OS app : Unable to make an API request, retrieve json data and write to Excel
Hi there, I built a Mac OS desktop utility app that will make an API request, retrieve json data and write the data to an Excel file. This app was scripted in python 3.10, compiled with pyinstaller 4.10, codesigned with entitlements, hardened runtime and notarised successfully in Mojave 10.14.6. Every step was successful and without any errors. This app was tested in Mojave, Catalina, Big Sur and Monterey. In all 4 OS's, the notarised app worked perfectly. The issue seems to stem from running the app in an OS that is not logged in with my primary Apple ID. When tested in seperate Mojave and Catalina and Big Sur (Intel) machines that were logged in with different Apple IDs, the app isn't able to execute the API request, retrieve json data, and write to file. I'm running out of leads here but think it could be something to do with the entitlements in the entitlements.plist or something that I am unaware of such as additional permissions that are neccessary. These are the entitlements that I ad
2
0
929
Apr ’22
Reply to No response for Family Controls Entitlement request for a week
I’m facing the same issue… I requested the Family Control Entitlement over a week ago. I’ve noticed that you have to request the entitlement for each target, so I hope both of my requests—submitted 10 hours apart—will be reviewed at the same time... We’ve already made pre-sales, and our customers are waiting for our product. I reached out to Apple Support, but they couldn’t provide any help. Their response was: As another team handles all entitlement requests, we cannot provide you with any estimated time frames for a response or any processing times. We also cannot confirm whether submitting an entitlement request on different days will cause delays. We understand that you want to minimize or avoid downtime related to a pending request, but the review time for an entitlement request can vary depending on the request type. I hope it gets processed soon, especially since we submitted the simplest request type, an
Topic: Code Signing SubTopic: Entitlements Tags:
Mar ’25
Unable to Obtain com.apple.managed.vpn.shared Entitlement
Hello, I am seeking guidance regarding the com.apple.managed.vpn.shared keychain access group entitlement for our iOS app, which is required to support managed VPN configurations distributed via MDM profiles. Background: Our app uses the Network Extension framework and requires access to VPN credentials stored in configuration profiles, which—according to Apple documentation and forum posts—necessitates the com.apple.managed.vpn.shared entitlement We have already enabled the standard Network Extension entitlements via the Apple Developer portal What I Have Tried: I referenced the advice from a past Apple DTS engineer in this forum post: https://developer.apple.com/forums/thread/67613 I have submitted multiple requests to Apple Developer Technical Support (DTS) over the past two months, clearly explaining our use case and referencing the official documentation as well as the above forum thread Unfortunately, I have either received no response or responses that do not address my request for th
2
0
95
Jul ’25
Reply to Your enrollment in the Apple Developer Program could not be completed at this time.
Same here - Brazil The response from server on submit the form is: { responseId:f4539077-8849-448e-9ab1-44515d64ff23, resultCode:202000, resultString:Your request could not be processed, userString:Your request could not be processed, creationTimestamp:2020-07-28T14:19:16Z, userLocale:en_US, requestUrl:https://developer.apple.com/services-enrollment/submitIndividualEnrollment, httpCode:406 } Maybe it's a server side problem? Seems that Apple does not care about it.
Jul ’20
Unabled compiler
Hello the community, how are you? Since few days, this messages displays as an error into my code: The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions Since all these days, I'm not able to solve this problem. My app is almost done and the code is good. But I don't find where the problem is from. Here's the block where the message appears: var body: some View { //The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions VStack { TextField(Search invoices..., text: $searchText) .padding(10) .background(Color.gray.opacity(0.1)) .cornerRadius(10) .padding(.horizontal) HStack { ForEach(BillFilter.allCases) { filter in Button(action: { selectedFilter = filter }) { Text(filter.rawValue) .padding() .background(selectedFilter == filter ? Color.accentColor : Color.gray.opacity(0.2)) .foregroundColor(selectedFilter == filter ? .white : .black) .co
2
0
97
May ’25
Reply to ASAuthorizationController delegate inside class not called
I also encountered the same problem. Finally solved. presentationAnchor. It does not call, but it does not affect the process. Added a request. ASAuthorizationPasswordProvider().createRequest() There will be no animation bugs let appleIDProvider = ASAuthorizationAppleIDProvider() let request = appleIDProvider.createRequest() request.requestedScopes = [.fullName, .email] let authorizationController = ASAuthorizationController(authorizationRequests: [request, ASAuthorizationPasswordProvider().createRequest()])
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’21
Apple Pay - Processing Payments
The company I work for - a Payment Service Provider has requested (and received) access to the Apple Pay API and plan to process payments through our solutions for Web and Mobile Checkouts. Our goal is to add Apple Pay as an option in the checkout solutions that are used by our clients/merchants. We will also be handling the payment processing ourselves. We noticed that in the Apple Pay Platform Web Merchant Terms and Conditions on point 5.2 Platform providers it states that: “If You are a Platform Provider, You may provide Platform Provider Services only if permitted by Apple and pursuant to the terms and conditions of the Platform Provider Addendum” In regards to this, are there any additional steps which need to be taken by us, in order for you to approve our request to process Apple Pay payments? We also wanted to ask if we will have any charges in our role as a Payment Service Provider / Payment Processor? We tried sending emails through every contact form tha
0
0
764
Feb ’21