Search results for

We are unable to process your request

69,611 results found

Post

Replies

Boosts

Views

Activity

Unable to request an access token from Search Ads Api
Hi, I'm trying to follow the guide for implementing OAuth for Apple Search Ads Api: https://developer.apple.com/documentation/apple_search_ads/implementing_oauth_for_the_apple_search_ads_api I've created both keys, uploaded the public one, generated the JWT. Something goes wrong when I try to request the access token. Everything sent with Curl, Insomnia or Postman generates a 400 response with invalid_client as data. I've used a JWT debugger to make sure that the client secret I have sent is correct. The request is sent as a POST, with the header and params set like in the example from the documentation. What could possibly be wrong? There is nothing in the documentation regarding invalid_client. Best regards Mike
1
0
1.5k
Sep ’21
Reply to "Unable to Complete Request" error
I am encountering an error where, on some devices, the purchase process works fine, but on others, I receive the error: Unable to complete request, with no additional information. The products are loading correctly, but the error occurs when I attempt to make a purchase. What could be the possible causes for this error, and under what conditions might it occur?
Jan ’25
Reply to How long will it take to request Family Controls?
Hello TaoDu, I assume you mean the Family Controls entitlement? If so, each entitlement has its own review process and timeline. Depending on the volume of requests, responses may take longer than expected. The team should contact you with further instructions if there are any issues with your request. Otherwise, you can expect to be notified when your request is approved or declined. Follow up with your original entitlement request to determine its status, provide more information about why you need this entitlement, or to learn why you were not approved. Submit a new request only if you’re unable to follow up with the current one, but be aware doing so may delay your request further. —Jason.
Topic: App & System Services SubTopic: General Tags:
Apr ’23
Add tracks to "Unable to parse request body"
Hi,I sometime got this error message when trying to add tracks to a playlist with the Apple Music API without specific reason (as my code is always the same):{errors:[{id:BBHVSNE2ESJ2SB24UDX7RAUJLE,title:Invalid Request Body,detail:Unable to parse request body,status:400,code:40007}]}Seems to be an error with some track IDs sent, but can't reproduce as the same request will sometime work/sometime no.The error message is not specific, must be improved and having more details.Here's the associate data field with IDs:[{id:1443234959,type:songs},{id:260758659,type:songs},{id:1440822258,type:songs},{id:1440822404,type:songs},{id:201274644,type:songs},{id:295784137,type:songs},{id:1443299896,type:songs},{id:1281713004,type:songs},{id:606057317,type:songs},{id:606057325,type:songs},{id:663114226,type:songs},{id:606057321,type:songs},{id:676287692,type:songs},{id:251948354,type:songs},{id:576655099,type:songs},{id:573962555,type:songs},{id:465744628,type:songs},{id:510168339,type:songs},{id
12
0
2.3k
Aug ’19
Fatal: CERTIFICATE_UNKNOWN: unable to find valid certification path to requested target
Hi, today I am getting this exception on our Java application, which communicates with the Apple APNS servers. Our server had worked properly for months with push notifications. certificate: ... CN=api.push.apple.com` Fatal (CERTIFICATE_UNKNOWN): PKIX path building failed: SunCertPathBuilderException: unable to find valid certification path to requested target` Complete Java exception - https://developer.apple.com/forums/content/attachment/7591f225-fc52-46e6-a1c2-db152cbb93f3 Probably this is inherent to: https://developer.apple.com/forums/thread/44866 By running: $> dig +short a api.push.apple.com api.push-apple.com.akadns.net..168.10 ... $> openssl s_client -connect 17.188.168.10:443 I got this error message: verify error:num=21:unable to verify the first certificate Complete certificate error log - https://developer.apple.com/forums/content/attachment/a6ed0d0d-7936-4481-94b5-930b70a78a45 Any idea? Thanks
2
0
2.7k
Sep ’20
Unable to parse nested JSON data from API request.
I'm trying to retrieve the data from an API request, however, I'm having trouble parsing some of the nested parts of the JSON data. The JSON structure looks like this: [quoteResponse: { error = ; result = ( { ask = 607.65; gmtOffSetMilliseconds = -18000000; language = en-US; longName = Tesla, Inc.; market = us_market; } ); }] And I am trying to retrieve language, market, ask, etc. from this API response. The problem is, I am having trouble casting result as a dictionary. if let dictionary = jsonData as? [String: Any] { print(dictionary) if let nestedDictionary = dictionary[quoteResponse] as? [String: Any] { if let results = nestedDictionary[result] as? Any{ print(results) } } } I cannot convert it to a string nor can I turn it into a usable array. How do I access these values?
3
0
1.2k
Dec ’20
Error 403 Unable to authenticate request / Invalid authentication
Hi,Since some weeks now and without any particular reason the Apple Music API is sometimes returning these errors:{errors:[{id:XXXX,title:Forbidden,detail:Invalid authentication,status:403,code:40300}]}{errors:[{id:XXXX,title:Forbidden,detail:Unable to authenticate request,status:403,code:40300}]}Funnt fact is sometimes this error happen while I'm using pagination (for example all is good until offset 400...), so I'm sure the authentication is correct.BUT, if a user revoke the access to the Apple Music API app, the first error occured.Can you be more specific with these errors and also maybe if they are only temporary, make a different error code than the one when the user revoke the access ?Thank you for your help, I'm very confused here :/
1
0
3k
Apr ’19
E-SIM Configuration Challenges: Multiple Carriers Entitlement Request and Processing Timeframes
Hello! Firstly, I am submitting an entitlement request to access the E-sim configuration for the iOS application. While filling out the form, I encountered an issue with providing carrier information. The form is designed for a single carrier, but I have five carriers. Should I list all of them? Secondly, I have come across numerous discussions online regarding the time it takes to process such requests. Could you please provide me with an estimated timeframe for completion? Our customer is interested in completing the feature within a month. Thanks
1
0
1.1k
Mar ’24
XPC connection invalidated when Background Processing task performs a network request
Hello, I'm developing an iOS app which has an ability to upload user photos, and I'm using a Background processing task to perform such an operation. The app also has File provider extension, which is involved in the process Whenever the background task is launched, the following actions are performed: Main app fetches new items from PHAsset library and copies them to our file storage File Provider extension uploads those items to a cloud storage Everything goes fine until Extension tries to perform a network request, at this point I'm getting the following error: (501) got error from remote proxy: Error Domain=NSCocoaErrorDomain Code=4099 The connection to service named com.apple.mobile.usermanagerd.xpc was invalidated: failed at lookup with error 159 - Sandbox restriction. UserInfo={NSDebugDescription=The connection to service named com.apple.mobile.usermanagerd.xpc was invalidated: failed at lookup with error 159 - Sandbox restriction.} App has all the required entitlements and e
0
0
1.6k
Feb ’23
I have accepted the Paid App Agreements on App Store Connect, but my apps are still unable to process subscriptions
Hi, I have accepted the Paid App Agreements on App Store Connect, but my apps are still unable to process subscriptions. As a result, my users cannot subscribe, and I am losing revenue. Could you please assist me in resolving this issue? I appreciate your help. Thank you.
1
0
288
Feb ’25