Search results for

“We are unable to process your request”

73,639 results found

Post

Replies

Boosts

Views

Activity

Reply to Can we send Local Push Notifications from DeviceActivityMonitor extension?
Yes, you should be able to post user notifications from a DeviceActivity monitor extension. If you are unable to do so, please file a bug report using Feedback Assistant. No, a NotificationCenter can only deliver notifications within a single program; it does not allow you to post a notification to other processes or receive notifications from other processes (i.e. you cannot use it to post notifications between your monitor extension and your main app).
Mar ’23
Unable to Verify App
I have deployed an in-house enterprise app to a user and they are unable to open the app. The error is Unable to Verify App An Internet connection is required to verify trust of the developer . This app will not be available until verified. The user is connected to the internet via wifi. We also tested with a cellular connection. We are able to browse the internet so, we're sure the device is connected to the internet. The app downloads but, when the app icon is clicked the error appears. The same app deployed to several other users does not produce an error and opens without issue. What is causing this error and how can we fix it?
4
0
2.3k
Jan ’24
Reply to government organization need a DUNS to enroll?
I am currently developing a government application and have submitted a request to enroll our account under an organization. However, the request has been pending for over two weeks. I have already provided the required document as requested by Apple, but I have not yet received any response. Could you please advise how long the organizational enrollment process typically takes?
Jun ’25
Unable to continue purchasing Apple developer program
Hello, I changed my device during the registration and purchase process of the Apple developer program, which has caused me to be unable to continue purchasing now. My software has been developed and cannot be sold now. I have contacted customer service, but they are unable to resolve this issue I am looking for a solution and hope someone can help me. Thank you very much.
1
0
191
Apr ’25
Status of "NEHotspotHelper Entitlement Request"
Hi there, I know here is not the right place to ask this question as title, but It's been 3 weeks I haven't got any responses, even I asked the status through the mail. Could someone please help me to check it? My Network Extension framework request-Follow-up ID is 792333531. I hope my request is still processing rather than lost it. Thank you so much!
1
0
952
Feb ’22
Unable to capture the view hierarchy
I always get an error when I try to view the interface hierarchy in Xcode.And I have no idea about this.I really need help. An error is as follows: The operation couldn’t be completed. Log Title: Data source expression execution failure. Log Details: error evaluating expression “(id)[[(Class)objc_getClass(DBGTargetHub) sharedHub] performRequestWithRequestInBase64:@]”: error: Execution was interrupted, reason: EXC_BREAKPOINT (code=1, subcode=0x1a987b62c). The process has been returned to the state before expression evaluation. Log Method: -[DBGDataSourceConnectionLibViewDebugger _executeLLDBExpression:forRequest:onPotentialThread:iteration:]_block_invoke Domain: DBGViewDebuggerErrorDomain Code: 0 Failure Reason: Log Title: Data source expression execution failure. Log Details: error evaluating expression “(id)[[(Class)objc_getClass(DBGTargetHub) sharedHub] performRequestWithRequestInBase64:@]”: error: Execution was interrupted, reason: EXC_BREAKPOINT (code=1, subcode=0x1a987b62c). The process
2
0
3.0k
Sep ’21
VNCoreMLTransform - request failed
Keep getting error : I have tried Picker for File, Photo Library , both same results . Debugging the resize for 360x360 but still facing this error. The model I'm trying to implement is created with CreateMLComponents The process is from example of WWDC 2022 Banana Ripeness , I have used index for each .jpg . Prediction Failed: The VNCoreMLTransform request failed Is there some possible way to solve it or is error somewhere in training of model ?
1
0
571
Mar ’25
Reply to how to stop in-app purchase thread
The process generally is to 1) get a request from the user of the app to consider a purchase, 2) the app submits a product request, 3) the app gets back a list of available products, 4) the app presents the products to the user and asks the user to select the product they want, 5) the user makes a selection, 6) the app submits a purchase request for that product 7) the app Store interacts with the user and completes the purchase 8) the app provides the purchased item to the user.After being requested to start the process at the conclusion of step 6, there is no way to programmatically affect what the app store does with the user in step 7 . But otherwiese, you can do anything you want in 1-6 and 8.
Topic: App & System Services SubTopic: StoreKit Tags:
Aug ’17
Kill request
I created a code that request information to webservice, the user typing the word and the app request the information, the webservice return a json. The code worked ok. But I use search bar and a schedule time, when the user stoped to type, the information is requested.The problem is, if the app request information and the user start typing again the app finish the first request and after request the second information. I need that, when the user request again, the app kill the first request and start second request. Is it possible?this is the example:var lastScheduledSearch: NSTimer? @IBOutlet weak var searchBar: UISearchBar! .. func searchBar(searchBar: UISearchBar, textDidChange searchText: String) { lastScheduledSearch?.invalidate() / lastScheduledSearch = NSTimer.scheduledTimerWithTimeInterval(1.5, target: self, selector: startSearching:, userInfo: searchText, repeats: false) } func startSearching(timer: NSTimer) { let searchText = t
4
0
1.4k
Oct ’15
Could I generate my own Certificate Signing Request?
Hey Apple team, I am working with multiple payment providers and it seems that if I use payment processing certificate from one provider, it will not allow me to use the data for other providers. In this case, should I create my own Certificate Signing Request? Is there anything I should follow on how to generate Certificate Signing Request? Besides this step, do I need to register my app with different payment providers? Thanks,
1
0
457
Aug ’21
How to add Request Header for All Outgoing Request in WKWebview
Hi,I want to ask, how to add Request Header for All Request (specially ajax and sub link request) in WKWebview? because I need to add Authorization in Header to access the Web page.In UIWebview I can use Custom NSURLProtocol to handle it, but in WKWebview i cannot found how to do it.What have i tried?1. I already tried to set Authorization in setValue URLRequest (https://developer.apple.com/documentation/foundation/urlrequest/2011447-setvalue), but It only accept for 1 URL not all URL Request2. In function decidePolicyFor navigationAction (https://developer.apple.com/documentation/webkit/wknavigationdelegate/1455641-webview?language=objc) add Authorization in each outoging requests, but some javascript doesn't load, and cannot passing value for HTTP Method POST
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
3.0k
Jun ’20
Reply to Can we send Local Push Notifications from DeviceActivityMonitor extension?
Yes, you should be able to post user notifications from a DeviceActivity monitor extension. If you are unable to do so, please file a bug report using Feedback Assistant. No, a NotificationCenter can only deliver notifications within a single program; it does not allow you to post a notification to other processes or receive notifications from other processes (i.e. you cannot use it to post notifications between your monitor extension and your main app).
Replies
Boosts
Views
Activity
Mar ’23
Unable to Verify App
I have deployed an in-house enterprise app to a user and they are unable to open the app. The error is Unable to Verify App An Internet connection is required to verify trust of the developer . This app will not be available until verified. The user is connected to the internet via wifi. We also tested with a cellular connection. We are able to browse the internet so, we're sure the device is connected to the internet. The app downloads but, when the app icon is clicked the error appears. The same app deployed to several other users does not produce an error and opens without issue. What is causing this error and how can we fix it?
Replies
4
Boosts
0
Views
2.3k
Activity
Jan ’24
Reply to government organization need a DUNS to enroll?
I am currently developing a government application and have submitted a request to enroll our account under an organization. However, the request has been pending for over two weeks. I have already provided the required document as requested by Apple, but I have not yet received any response. Could you please advise how long the organizational enrollment process typically takes?
Replies
Boosts
Views
Activity
Jun ’25
Unable to add device
Hi , I created a certificate, now i want to add a DEVICE, but unable to do so, the + button is disabled. I'm following the App Distribution Guide, but it nowhere mentions what could cause + to be disabled.help!
Replies
1
Boosts
0
Views
427
Activity
Feb ’16
Reply to Qt application is not requesting microphone access
with --deep option the notarisation process is successful, but the application does not request anymore microphone access.without --deep option the application cannot be notarised, but it requests microphone access (I have verified on 2 different systems that this is not a local problem)
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Feb ’20
Order being processed for hours
Hello, I signed up for the developer program a few hours ago and my order is still being processed. How long did it take allof your order to process, or is there a problem?
Replies
3
Boosts
0
Views
1.8k
Activity
Jun ’15
Unable to continue purchasing Apple developer program
Hello, I changed my device during the registration and purchase process of the Apple developer program, which has caused me to be unable to continue purchasing now. My software has been developed and cannot be sold now. I have contacted customer service, but they are unable to resolve this issue I am looking for a solution and hope someone can help me. Thank you very much.
Replies
1
Boosts
0
Views
191
Activity
Apr ’25
Reply to Unable to renew developer subscription
Same error here. I received the error:We are unable to complete your orderThere was an issue when we processed your order. Verify that your information is correct and try again. If you need further assistance contact us.An invalid value '95770000' was provided for the parameter 'postalCode'.I don't know what to do.
Replies
Boosts
Views
Activity
Feb ’16
Status of "NEHotspotHelper Entitlement Request"
Hi there, I know here is not the right place to ask this question as title, but It's been 3 weeks I haven't got any responses, even I asked the status through the mail. Could someone please help me to check it? My Network Extension framework request-Follow-up ID is 792333531. I hope my request is still processing rather than lost it. Thank you so much!
Replies
1
Boosts
0
Views
952
Activity
Feb ’22
Unable to capture the view hierarchy
I always get an error when I try to view the interface hierarchy in Xcode.And I have no idea about this.I really need help. An error is as follows: The operation couldn’t be completed. Log Title: Data source expression execution failure. Log Details: error evaluating expression “(id)[[(Class)objc_getClass(DBGTargetHub) sharedHub] performRequestWithRequestInBase64:@]”: error: Execution was interrupted, reason: EXC_BREAKPOINT (code=1, subcode=0x1a987b62c). The process has been returned to the state before expression evaluation. Log Method: -[DBGDataSourceConnectionLibViewDebugger _executeLLDBExpression:forRequest:onPotentialThread:iteration:]_block_invoke Domain: DBGViewDebuggerErrorDomain Code: 0 Failure Reason: Log Title: Data source expression execution failure. Log Details: error evaluating expression “(id)[[(Class)objc_getClass(DBGTargetHub) sharedHub] performRequestWithRequestInBase64:@]”: error: Execution was interrupted, reason: EXC_BREAKPOINT (code=1, subcode=0x1a987b62c). The process
Replies
2
Boosts
0
Views
3.0k
Activity
Sep ’21
VNCoreMLTransform - request failed
Keep getting error : I have tried Picker for File, Photo Library , both same results . Debugging the resize for 360x360 but still facing this error. The model I'm trying to implement is created with CreateMLComponents The process is from example of WWDC 2022 Banana Ripeness , I have used index for each .jpg . Prediction Failed: The VNCoreMLTransform request failed Is there some possible way to solve it or is error somewhere in training of model ?
Replies
1
Boosts
0
Views
571
Activity
Mar ’25
Reply to how to stop in-app purchase thread
The process generally is to 1) get a request from the user of the app to consider a purchase, 2) the app submits a product request, 3) the app gets back a list of available products, 4) the app presents the products to the user and asks the user to select the product they want, 5) the user makes a selection, 6) the app submits a purchase request for that product 7) the app Store interacts with the user and completes the purchase 8) the app provides the purchased item to the user.After being requested to start the process at the conclusion of step 6, there is no way to programmatically affect what the app store does with the user in step 7 . But otherwiese, you can do anything you want in 1-6 and 8.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’17
Kill request
I created a code that request information to webservice, the user typing the word and the app request the information, the webservice return a json. The code worked ok. But I use search bar and a schedule time, when the user stoped to type, the information is requested.The problem is, if the app request information and the user start typing again the app finish the first request and after request the second information. I need that, when the user request again, the app kill the first request and start second request. Is it possible?this is the example:var lastScheduledSearch: NSTimer? @IBOutlet weak var searchBar: UISearchBar! .. func searchBar(searchBar: UISearchBar, textDidChange searchText: String) { lastScheduledSearch?.invalidate() / lastScheduledSearch = NSTimer.scheduledTimerWithTimeInterval(1.5, target: self, selector: startSearching:, userInfo: searchText, repeats: false) } func startSearching(timer: NSTimer) { let searchText = t
Replies
4
Boosts
0
Views
1.4k
Activity
Oct ’15
Could I generate my own Certificate Signing Request?
Hey Apple team, I am working with multiple payment providers and it seems that if I use payment processing certificate from one provider, it will not allow me to use the data for other providers. In this case, should I create my own Certificate Signing Request? Is there anything I should follow on how to generate Certificate Signing Request? Besides this step, do I need to register my app with different payment providers? Thanks,
Replies
1
Boosts
0
Views
457
Activity
Aug ’21
How to add Request Header for All Outgoing Request in WKWebview
Hi,I want to ask, how to add Request Header for All Request (specially ajax and sub link request) in WKWebview? because I need to add Authorization in Header to access the Web page.In UIWebview I can use Custom NSURLProtocol to handle it, but in WKWebview i cannot found how to do it.What have i tried?1. I already tried to set Authorization in setValue URLRequest (https://developer.apple.com/documentation/foundation/urlrequest/2011447-setvalue), but It only accept for 1 URL not all URL Request2. In function decidePolicyFor navigationAction (https://developer.apple.com/documentation/webkit/wknavigationdelegate/1455641-webview?language=objc) add Authorization in each outoging requests, but some javascript doesn't load, and cannot passing value for HTTP Method POST
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
3.0k
Activity
Jun ’20