Hi, I am looking for work right now and not able to afford the Developer account/license, is it possible to remove all currently registered iPhone devices from my development account?
All of the devices registered are long from the past and no longer available. How do I clear these out so I can test apps out against my current iPhone?
Thanks! 😊
Apple Developer Program
RSS for tagCreate and deliver software for users around the world on Apple platforms using the the tools, resources, and support included with Apple Developer Program membership.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi I'm trying to setup external users to test my app. When I get to the screen attached its not letting me complete the setup because it says I have to only use numbers for the phone number. I have only used numbers, I've ensure I've done so but its not recognizing this. Has anyone else had this issue? Could you make suggestions as to how to fix the problem?
[Image Edited by Moderator to Remove Personal Information]
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hello everyone,
I'm looking for information on Apple's average response time for accessing the developer program. It seems to me that my application has been pending for approximately two weeks and I have not received any updates on the status of my process.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Enterprise
Developer Program
Hi to whom it may concern,
My company has hired an outsource to help us in developing our mobile app. But the person haven't received any invitation email to create developer account for their email company domain.
The outsource company has checked with their infra team, either the invitation email was blocked, but it wasn't. Is there any solution for this?
as summary my current company is inviting an outsource that used their company email to create developer account. but the email hasn't reached their end.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Dear Apple Developer Support Team,
I am reaching out regarding an issue with completing the $99 payment for my Apple Developer Business account, which has already been verified. Despite several attempts, the payment process has not been successful.
Here is a summary of my attempts:
I tried making the payment using local bank cards from Sri Lankan banks (BOC, HNB, and Commercial Bank), but these were declined.
Following your advice from my support ticket, I attempted payment using a foreign card while in Sri Lanka, but this also failed.
Assuming the issue might be related to my location, I asked a friend in the UK to make the payment using her card. The transaction was processed successfully, but it has now been four days with no updates or progress.
I would appreciate your assistance in resolving this matter as soon as possible. Please let me know if any further information is required to expedite the process.
Thank you for your time and support.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
We had a work card attached to our developer's account.
team ID 924RUYJZ34
dev ID 8771bf7b-31a9-4602-baae-02580fe5b6c4
Funds are debited from this card in other services, there are no problems with it, the amount in the account is sufficient.
Our membership subscription did not renew automatically. The applications are blocked. We can't renew our subscription, there's no Renew button anywhere.
There is no way to extend it on any device, web version, or anywhere else. We can't even cancel and re-arrange it, all the functions don't work.
Please help us, how can we renew our subscription?!
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Subscriptions
Developer Program
Can anybody share the experienced for how long gonna take enrollment waiting peroid? because i‘m waiting 2 months already and nothing happen yet not even got a call for developer support . such a watse of time !
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I want to leave the iOS beta program. Please apple, remove me. Also How can I get removed from the iOS beta software program? I mean leave the iOS Beta Software Program
I have a problem with the enrollment to Apple Developer program, because the page show the message "Your enrollment in the Apple Developer Program could not be completed at this time", I have 1 week watting for any news for the Send Files to Apple Support but not yet any new news. What I can do about this case?
I have a Unity application in which I'm implementing a GameCenter login with PlayFab. I fetch the items and use them in the PlayFab request, which returns me the error 'Authentication failed. Signature does not match the authentication request data'. I've reproduced the request using Insomnia with the same results. I have this exact same flow implemented in another application, which works normally.
I'm positive that the PlayFab verification is correct, and there's indeed an issue with the data being sent, but I can't find any information about this kind of situation anywhere, and I don't know how to either reproduce the verification myself, or how to inspect the data to check for issues.
I have reviewed my app's data on AppstoreConnect and have filled every form, document, and even its store page. I've also checked it's bundle identifier settings to make sure it had all the permissions necessary, which seems to be only GameCenter.
I fetch the authentication items through this code
try
{
Debug.Log("Fetching authentication items");
var fetchItemsResponse = await GKLocalPlayer.Local.FetchItems();
PlayFabGameCenterLogin(fetchItemsResponse);
}
catch (Exception ex)
{
Debug.Log("Error fetching authentication items: " + ex.Message);
OnLoginFailure();
}
Which is then sent to this method to start the login request
static void PlayFabGameCenterLogin(GKIdentityVerificationResponse authenticationItems)
{
var request = new LoginWithGameCenterRequest();
request.CreateAccount = true;
request.PlayerId = GKLocalPlayer.Local.GamePlayerId;
request.InfoRequestParameters = new GetPlayerCombinedInfoRequestParams
{
GetUserAccountInfo = true
};
if (authenticationItems != null)
{
request.PublicKeyUrl = authenticationItems.PublicKeyUrl;
request.Salt = Convert.ToBase64String(authenticationItems.GetSalt());
request.Signature = Convert.ToBase64String(authenticationItems.GetSignature());
request.Timestamp = authenticationItems.Timestamp.ToString();
}
else
Debug.Log("Playfab Login with no authentication items");
// Login
PlayFabClientAPI.LoginWithGameCenter(request, OnLoginSuccess, (e) =>
{
I'm on
Unity 2022.3.10f1
Apple.Core 3.1.3
Apple.GameKit 2.2.2
Xcode 16.2
I need information on what could be the cause of this, if it's a SDK issue, a lack of filling information somewhere, if it's some data compatibility issue (maybe data on the app that's not the same on the appstoreconnect or developer?), or if it's possible to verify the authentication data manually to investigate.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
GameKit
Games
App Store Connect API
Developer Program
Hi everyone,
I’m experiencing an issue with my enrollment process. I initiated three payments on the following dates:
February 12, 2025: Payment attempted, received an “Order acknowledgment” email, but the amount wasn’t deducted.
February 19, 2025: Reattempted payment with the same outcome.
February 25, 2025: Tried again, and still no deduction from my account.
I’ve contacted support (Case ID: 102538526682), but haven’t received any response. This situation affects my production process, and I’m growing increasingly concerned.
Has anyone else faced and resolved successfully a similar problem, or does anyone have advice on how to escalate this issue for a quicker resolution?
Thanks in advance for your help!
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hello. I paid 1012 Turkish Liras from Turkey a month ago, maybe more than a month ago, through my Apple Developer Account, and my order number is as follows:
W1340824368
The fee has been reduced but I have not received any notification or email! All documents are available. Please guide and help me, thank you.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Developer Tools
Forums Feedback
Subscriptions
Developer ID
All of a sudden my apps made with my client's Enterprise account won't launch when downloaded over-the-air on iOS 17+, but WILL launch when installed over a wire. The usual 'trust' mechanism found under Settings>General>VPS and Device Management seems not to be available for over-the-air downloads. But it is available for over-a-wire sideloads!
This seems not to be an issue with iOS 15+
Does anyone here know what to do about this?
Thanks, Craig Umanoff
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I have not been able to update the TestFlight Test Information.
I keep getting the error "Make sure the contact phone number only contains numbers and try again" even when only number are entered.
I've tried on Safari, Chrome and from the Connect App and all give the same error.
I would like to push my App for testing to some external beta testers but can't since Contact Information is required for this.
Why my Free Developer account here has many agreement i can see It has Paid Developer Program Agreememt and Enterprise Program Agreement or Everyone who has Free Account also have these agreement too?
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I'm not sure how to proceed. I paid for Apple Develoepr Program but not seeing it applied to my account and I still see "Your Apple Developer Program membership has expired.'
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I have enrolled for being a developer 10.03.
I have received an order acknowledgment email on 10th of March but there have been no updates since then.
I am still seeing 'complete your purchase' in the main page.
What should I do to get through?
I would greatly appreciate it if could help me solve this problem as soon as possible.
Thank you so much.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I enrolled to the program via the Developer app and paid for the subscription, got my receipt.
The app now says the enrollment is not available. Xcode says I have no developer account. The Appstore mac app says the subscription is active. The developer website says I need to pay. Again. Is this some kind of scam or what?
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
After several years' lapse, I am coming back into app development for iPhone. Here's what I did:
Renewed my membership to Apple developer
I created a wildcard identifier, "me.joymaker.*"
I created a certificate
Using Xcode, I introduced my newest iPhone (a 12 mini) to Apple developer. Unlike my older models, this one has a UDID with a hyphen in it. To get it to take the UDID I had to remove the-and then paste the remaining continuous number into the field. But then it accepted it, and showed it back to me complete with hyphen.
I created a development provisioning profile using that certificate and ID, checking the box that said "Select all", so that every device registered to my account was included.
Using Xcode, I tried to upload the provisioning profile to the phone.
OOPS. Xcode replies, "Failed to install one or more provisioning profiles on the device. Please ensure the provisioning profile is configured for this device." Yes, I am very that it was!
There was an older identifier in the account, left over from years ago, named "XCode: Wildcard AppID", with an identifier of simply '*'. I tried building a provisioning profile with that one. Same results.
Now what? How to diagnose, how to pursue this?
BTW, although XCode sees this phone without difficulty, Music and Finder don’t. Relevant?? See this question for more details.
Why is it necessary that I have to reload all my personal apps developed by me for my use every year when I renew my Developer License? If I quit the program, anyone that bought my apps (if I had any) on the App Store would not lose the use of those apps. It should be the same for the apps I put on my devices when I am enrolled.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program