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

Issues with logging in Connect
I recently created my account on Apple Developer Program, and paid up. However, it took around 2 days for the apple's system to recognize my payment and sent me verification email. This was almost 24 hours ago, however I am not been able to login to connect so far. When I click on Connect -> app, it takes me to https://appstoreconnect.apple.com/login and when I try to login, I see the error displayed below. This is my developer dashboard currently. Can someone help out or guide on this please?
0
0
329
Oct ’24
Alternative Ways to Contact Apple Developer Support
I’ve been trying to contact Apple Developer Support regarding my developer account. After submitting the required documents related to the Digital Services Act (DSA), I emailed them to ask which additional documents were needed. However, I’ve been waiting for more than 3 days now without receiving a response. Unfortunately, the only way for me to reach them is via email, as phone support is not available in my country. This delay is causing significant issues for me, and I need to resolve this as soon as possible. Are there any alternative methods to contact Apple Developer Support aside from email? I’d appreciate any advice or assistance.
0
0
431
Oct ’24
HELP!! Newbie - Apple Connect API
Good day everyone. I am brand new to developing IOS applications and I am attempting to use Visual Studio .Net Maui with.net Core 8 to connect up my local device and debug my application. This is successful, however I am attempting to find a working example of using the google auth oAuth 2.0 API to validate a google user and return back to the application. I don't think this is that difficult however it appears that the callback is not being set up correctly in Google Auth API. Has anyone successfully done this with .net Maui and C# in Visual Studio 2022?
1
0
287
Feb ’25
No option for phone call
Hello, I'm trying to register my company on a developer account, we are a school and we made an app for our students. I went through several steps where I uploaded several documents regarding myself and my company. Now I'm stuck on the step where apple needs to contact my reference (CEO) in the company so they can approve I have authorization to legally bind my company to apple developer program. He wasn't contacted in any way by apple, and now it's asking me to use the phone call option to contact apple, but I don't have a phone call option, I have tried it from the account I'm trying to enroll during work hours. Do I maybe need to make a new apple account registered on my CEOs name and email since he doesn't have an apple account?
0
0
197
Oct ’24
Enrollment
I'm responsible for setting up the company's Apple Developer account. The enrollment was accepted, but we are stuck on the payment method. We did pay three times the enrollment fee, (Friday, Saturday, and Wednesday), all with the company credit card. But no reply on the status even after the 48-hour threshold. Should we use the owner's credit card? Is there a way to know the status of the purchase or the only way is to try again until it works?
0
0
224
Dec ’24
How subscriptions are implemented in Patreon?
I have an app which is very similar to Patreon, where users can subscribe to influencers and get exclusive content. However, I do not know how to implement it with in-app purchase limitations Since user can not subscribe to 1 subscription several times, but in my app they can subscribe to 2 or more influencers, I have to create a uniques subscription to all influencers, but there is a limitation of 10,000 in-app products. Additionally, since user can subscribe to only 1 sub in sub group, I also have to create a sub group to every influencer. It is crucial for me to have auto-renewable subscription, so I can not use consumables. How Patreon could implement it, taking into account that they have thousands and millions of influencers? Can somebody help me figure out a way to resolve this issue?
0
0
261
Sep ’24
Enrollment Issues with Apple Developer Program - Seeking Assistance
Hello Apple Developer Community, I've been struggling to enroll in the Apple Developer Program for several weeks now, and I'm hoping someone here might have faced similar issues or has some advice: Apple ID Creation: Initially, I couldn't sign up for an Apple ID using my preferred email, so I had to resort to using a Gmail account, which eventually worked. Payment and Reversal: After managing to create an ID, I proceeded with the payment for the Developer Program. Everything appeared to go through smoothly, but a few days later, the charges were reversed, and my registration status showed as "pending." Support Challenges: I've contacted Apple Support multiple times. Each attempt involved using different emails and credit cards as suggested, but to no avail. The support team mentioned they couldn't access or provide information on developer enrollments directly, advising to use the developer support email for further help. Unfortunately, I haven't received any response from the developer support email address. Has anyone else encountered this issue? Here are my questions: Has anyone successfully resolved a similar enrollment payment reversal issue? Are there known workarounds or additional steps I should take before or after payment to ensure enrollment goes through? Is there a more direct way to get in touch with developer support, perhaps through a different channel? Any insights or shared experiences would be greatly appreciated. Thanks in advance for any help you can provide! Best Regards, HorseHookup
0
0
288
Nov ’24
ios 18,xcode 16,RadStudio 11.3
Hello; I am using Rad Studio 11.3 software development language. When distributing the application, it works fine with iOS 16.7 iPhone X. I am getting "DeveloperDiskImage.dmg" error on iPhone 14 Pro iOS 18.1 device. The application crashes on the opening screen. At the same time, my HospiTools application in Appstore is distributed and installed with iPhone X 16.7. When we download the application from Appstore, it works fine with iOS 18.1. Thank you.
0
0
301
Nov ’24
Seeking Assistance: 500 UNEXPECTED_ERROR Encountered
Issue faced on : 25 november 9:23AM when trying to reply to customer-reviews through this endpoint : https://api.appstoreconnect.apple.com/v1/customerReviewResponses getting error as 500 Unexpected -error . API Response : { "status": "500", "code": "UNEXPECTED_ERROR", "title": "An unexpected error occurred.", "detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." } API Requestbody : { "data": { "type": "customerReviewResponses", "attributes": { "responseBody": "Hi, thank you so much for your kind words and for sharing your positive experience! We're thrilled that you love the redeem points and their instant use. Keep exploring Tata Neu! _Meghal" }, "relationships": { "review": { "data": { "type": "customerReviews", "id":"here is id of comment" } } } } } API Headers : Authorization: Bearer {Token} Content-Type: application/json API URL : https://api.appstoreconnect.apple.com/v1/customerReviewResponses
0
0
208
Nov ’24