Apple Developer Program

RSS for tag

Create and deliver software for users around the world on Apple platforms using the the tools, resources, and support included with Apple Developer Program membership.

Apple Developer Program Documentation

Posts under Apple Developer Program subtopic

Post

Replies

Boosts

Views

Activity

How to remove registered iPhone devices from account without Developer status
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! 😊
1
0
354
Jan ’25
Settingup External Users to Test my App
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]
0
0
173
Dec ’24
Not receiving invitation for developer account
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.
0
0
53
Apr ’25
Payment Issue for Apple Developer Business Account
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.
0
0
262
Jan ’25
No Renew button (membership)!
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?!
1
0
376
Mar ’25
I can´t enrollment to developer promram "Your enrollment could not be completed"
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?
0
0
220
Mar ’25
Unity GameKit: signature does not match the authentication request data
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.
1
0
282
Mar ’25
Enrollment Issue: Payment Acknowledged but Not Charged
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!
0
0
148
Feb ’25
I paid to activate the developer account but 1 month has passed!
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.
0
0
93
Apr ’25
New Trouble with Over-the-Air Installs
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
0
0
45
Apr ’25
Can not enter Beta App Review Information due to phone number
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.
1
0
92
Apr ’25
No access to apple developer account
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.
0
0
119
Mar ’25
Provisioning profile, all steps carefully taken, still rejected
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.
1
0
539
Jan ’25