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
Search results for
We are unable to process your request
69,611 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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?
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
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:
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
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
https://developer.apple.com/documentation/applemusicapi/add_tracks_to_a_library_playlist I use this api with python, post data: https://api.music.apple.com/v1/me/library/playlists/{id}/tracks {'tracks': {'data': [{'id': '310730206', 'type': 'songs'}, {'id': '310730208', 'type': 'songs'}]}} error: 'Unable to parse request body'
Same here. I've been getting the (1004) error all morning. Now I'm getting a Unable to process upload done request at this time due to a general error (1018). Previous posts (about 1004) suggest that this is an Apple's server issue, since in most cases it just starts working after a while.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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?
error: unableto spawn process (Argument list too long)Got this error when building project on Xcode Version 10.1 (10B61) and macOS Mojave 10.14.3 Beta (18D32a) on MacBook Pro (Retina, 13-inch, Early 2015) .Log is over 100000 characters so that I can't paste in here .
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 :/
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
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
When I try submitting any of a bunch of apps for review for TestFlight, I get this error message. What am I meant to do?
We are waiting for 10 days to get the developper status.Current status is your enrollment is being processed.When we could expect news from Apple?Thank you.
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.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store Connect
Business Models