I've been waiting for over 3 months to enroll my company in Apple's developer program. I'm still stuck on Your enrollment is being processed. How can I complete this process?
Search results for
We are unable to process your request
69,827 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I am unable to get past the activation screen on my iPad air, short of 'your device is unable to be activated, as the activation servers are unavailable right now'. I am also currently unable to connect to iTunes to activate my iPad either. Has anyone got a solution/come across the same issue?
Hi, I currently have 3 builds those are stuck at Processing, the oldest is there for over a day. I submitted email request and didn't receive anything yet. So I called them and got the answer: Just wait. Normal builds are processing for only 1 hour, so why is this? I have milestone to release the app, and this smashed all the works. Need the answer from Apple, not only some workaround. I need to know why does those build stay at Processing, and how to prevent that. If this happens in the futures, how do I get the details to pass through this?
A number of games no longer work in tvOS 9.2 beta 2 as they are unable to download resources. Message along the lines of 'The Resources requested contain one of more invalid tags'
So im a bit curious normally when i was trying to upload beta builds for test flight everything would work fine and Process imediatly but now im trying to upload the final build for the app store and its stuck at processing (after googling no chnaging the build number or version number and re-uploading doesnt work, i now have 4 diffierent versions sitting in processing that are all the same) How do i fix this? Any help is much appreciated
scripts can be the process of what can be done to the app
As i have requested my developer account, is still under process. kindly request of review and approve, or let us know is there any issue with it. My Enrollment ID is AZVQ9WBLG6 Thank you Palitha Perera
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hello everyone, My iPhone still cannot be repaired. This is the 15th day I am unable to use my phone. I hope the Apple software development team can see this reply and kindly request that you fix the issue with 1110.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi there I have a problem to update my Apple Watch to watch os 4.2 beta 3. The same issue was present with beta 2. Every time when I start the installing process I get the information “unable to Verify Update, you are not connected to the internet” I restored the Apple Watch from backup and as new watch, also I erased the settings on my iPhone. I deleded the beta Profile and re-downloaded it agin and I have deleted the update many times and re downloaded it agin. Has anyone a idea how I can update the watch?
Did you try to use URLRequest ? if let url = URL(string: your url) let request = NSMutableURLRequest(url: url) let task = URLSession.shared.dataTask(with: request as URLRequest) { data, response, error in // process here
Topic:
Programming Languages
SubTopic:
Swift
Tags:
IMO the best way to do this is to have one of your global processes — the daemon or the system extension — manage these settings and then have clients use an IPC mechanism to request changes. The managing process can then authenticate those requests as it sees fit. If you use XPC as your IPC mechanism you can authenticate either the user (using Authorization Services, as shown by EvenBetterAuthorizationSample) or the client process (see here) or both. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
App & System Services
SubTopic:
Networking
Tags:
HI, we have submitted a request to access the HotspotHelper APIs for a client project we are running but we have no sight of whether the request is being processed or how long we should expect to wait for a response. Our original request was submitted in 16 December 2016.The requirement is to allow the app in development to interface with the services provided by the wifi access control deployed by our customer in their retail mall location so that the app can automatically log users into the wifi network from within the iOS APP.Does anyone have any expereince on how long it should take to get a request to access the HotspotHelperAPIs or whether there is a more appropriate forum/contact to enquire on how our request is proceeding?Although the original request was made a ferw months ago, a repeat request was made a week back but due to the original time gap we are trying to understand the process better.Thanks for any insightRegar
After installing the iOS 10 Beta on my iPhone 5, I am unable to activate the device. This device is locked to AT&T. I have tried activating with the SIM that was originally in it and an older AT&T SIM that I cut to fit. Unfortunately the device is not recognized by Windows or macOS. I have tried a combination of Windows 10, Windows 7, Windows 8.1, and macOS devices with different cables and USB ports but none of them will do more than charge the iPhone. Entering DFU mode causes Windows to at least see the device, but it doesn't recognize it and I cannot install drivers for it. At this point the iPhone is just waiting for activation, but fails at every attempt. I wish I could help test the beta but with it being stuck like this, I am unable to. Does anyone have any suggestions?
We received a request directly from /apple/notifications. This subscription is not a renewal, but a first-time purchase. We associate the originalTransactionId with the user's ID to identify the subscribed user. However, since we do not have access to the user's ID on our server through this direct request, we are unable to properly process the subscription. How should we handle this type of subscription request? What is the source of this subscription, and why are some users able to bypass in-app purchases for first-time subscriptions and make the purchase directly?
Topic:
App & System Services
SubTopic:
Apple Pay
If your server doesn't reply in a timely manner, the connection will timeout and the App Store Server will consider the notification send unsuccessful. It will then enter the retry process. To avoid these unnecessary retries, we highly recommend the receiving process on your server simply record the notification and return 200. Then have an async process on your server take any actions associated with the notification, e.g. revoking content for REFUND notifications. https://developer.apple.com/documentation/appstoreservernotifications/responding_to_app_store_server_notifications
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags: