we have created an apple developer account on 30th April'2025 but still now it shows your application is in review
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,
We’ve encountered a bug in the payment form and are currently unable to complete the payment for our Apple Developer Program enrollment.
When we go to https://developer.apple.com/enroll/purchase, I check the checkbox and proceed by clicking Purchase. This takes us to the next page:
https://secure6.store.apple.com/nl/shop/checkout?_s=Billing-init
On that page, we’re asked how we want to pay (the page is in Dutch), but the form gives the following issues:
Street name: Error message says I need to enter bank details (even though this is the address field).
Postal code: Error message keeps asking for the postal code, even though it’s filled in.
City: Same issue – the field is filled in, but the form shows an error.
Email and Mobile: Error message saying I need to enter bank details (unclear why).
Mobile number: It says I need to enter a mobile number, even though it’s already filled.
Because of this, I can’t proceed to check payment and finalize the €99 payment.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
When is my Dev account activated? I just paid the developer membership.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I am currently developing an Apple MDM solution as a vendor and have successfully obtained the Vendor Certificate from the Apple Developer Portal. However, when attempting to generate and upload the Certificate Signing Request (CSR) to the Apple Push Certificates Portal Portal Link. I encounter the error: "Invalid Certificate Signing Request."
I have followed the official Apple documentation outlined here, but the issue persists. Doc Link
Could you please guide me through the correct process to generate a valid CSR and successfully upload it? Any assistance would be greatly appreciated.
Thank you for your time and support.
I am trying to create an AppId to support Sign in with Apple from my web app. This capability is not availability. An AI query suggests that this is not supported with an Enterprise account, though I cannot find any links/information to support this.
Is this a known issue?
I have installed WATCHOS 26 Developers Beta in my Apple Watch 6
after installation I found that the battery drains after two hours
Now i can not remove 26 and go back to earlier version
any ideas
Hey! I just wanted to inquire is it possible to have 2 separate accounts for my DBA names under one llc's developer account. For example if my 2 DBA names are Henry Foods and Henry Clothes and my LLC name is Parent Henry LLC , can I have 2 separate app store profiles for Henry Foods and Henry Clothes under the developer account of parent Henry ? (Those are just examples names)
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hi I am a new self taught developer who is atm working on the backend of my app. My app successfully collects location of users and stores it to cloudkits public database. I now want to write a python script and run it on a local server on my windows terminal which fetches users who are in a certain proximity to each other so i can trigger a flow on the app. Can someone first of all tell me if this is even possible the way im attempting it. Also atm all i am doing is generating a server to server key which makes me generate a public and private key and i use the private key file eckey.pem plus key id plus container plus team ID to query the required data. but when i run it i get a 401 error (no authorization).
I am so stumped as there arent many resources available to help direct me to the right path. Can someone please offer some help/insight/confidence.
thanks alot
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
CloudKit
CloudKit JS
CloudKit Console
CKTool JS
I been searching about this for so long now i don’t think it’s possible anymore & its more of a talk about thing than doing😭😭.
But i’m a Mixing/Mastering Engineer for Music, & I’m always seeing people music releasing to Apple Music, with the icon “Apple Digital Master“
But when I do research the only thing i can find is it needs to be done in an approved Apple Studio, But me personally i’ve never heard or seen one.
So i’m patiently & sincerely waiting for the right response that can help me or lead me to the right person or direction to help me out please, Because all this seeking is really starting to make my brain have aneurysm.
Hi everyone,
I’m looking for guidance on the proper procedure and requirements to list a Real Money Gaming (RMG) app—specifically a Rummy app—on the Apple App Store for Indian users.
From my understanding of the App Store Review Guidelines, apps involving real-money gaming must comply with specific rules around licensing, geo-restriction, and payment handling. However, I’d appreciate clarification on the following points:
1. Licensing Requirements:
• What type of license or legal documentation is required for listing an RMG app in India?
• Does Apple require proof of approval from Indian gaming authorities?
2. Geo-restrictions:
• If certain Indian states do not permit real-money Rummy, how should those states be restricted within the app?
• Does Apple mandate geo-fencing at the app level?
3. App Submission Process:
• Are there any additional review steps or submission categories specific to real-money gaming?
• Is it necessary to flag the app under a special category during submission?
4. Payment Handling:
• Since Apple doesn’t allow in-app purchases for gambling, what’s the approved method of integrating external wallets or payment gateways?
If anyone has successfully listed an RMG app from India or has experience navigating this process, your insights would be really helpful. Also, if there are any Apple contacts or official checklists for this category, please share those resources.
Thanks in advance!
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I’m having a problem with my Apple Developer subscription payment:
1️⃣ My card was successfully charged €99 – I have a confirmation email from the payment system
2️⃣ But my Apple Developer account shows "Order Canceled" – the cart displays this status
Additionally, when I log into my account, it prompts me to register again as if the payment didn’t go through.
Questions:
How can I restore access to Apple Developer?
What should I do about the payment—will it be refunded automatically, or do I need to contact support?
Could this be a system error, and should I try paying again?
Thanks in advance for your help!
Hello,
I'm currently living in Finland and would like to apply for the developer program in order to develop an app for the Apple Vision Pro. I understand that Finland is not supported in this matter, so I thought about making an German AppleID, since that is supported in the AVP App Store, and enroll in the program with that.
The problem is that, since I'm not a German citizen nor have a residency there, would that cause a problem in the identity verification process? Is this allowed at all? If not, are there any workarounds to be able to get the developer account outside of supported regions?
Thank you!
Im unable to enroll on developer program shows unable to continue do we have to add funds beofre making an purchase.
We are trying to implement / test in-app purchase for our subscription purchase in the app. We have done all the steps listed in the documentation on apple's website; and
Our subscription plan is sitting in 'Ready to Submit' state.
However, we are getting an empty response from,
final response = await _iap.queryProductDetails({'com.company.xyz.basic1m'});
debugPrint(" Check: ${response.toString()}");
debugPrint("❌ Responses: ${response.productDetails.map((ProductDetailsResponse)=>ProductDetailsResponse.toString()).toList()}");
debugPrint("❌ Responses: ${response.productDetails.length}");
if (response.notFoundIDs.isNotEmpty) {
debugPrint("❌ Not found: ${response.notFoundIDs}");
} else if (response.productDetails.isNotEmpty) {
debugPrint("✅ Product loaded: ${response.productDetails.first.title}");
}
The response we get is,
flutter: Check: Instance of 'ProductDetailsResponse'
flutter: ❌ Responses: []
flutter: ❌ Responses: 0
flutter: ❌ Not found: [com.company.xyz.basic1m]
Note: We are testing with a real device iphone 13 mini via Xcode.
We tried to test using, ''com.apple.test.Subscription1.monthly'', as instructed but we have not been successful with that. And seems like (based on online search), it doesn't work all the time.
We also searched online for a solution, and some of the forums suggest that we have to submit the app for review when adding subscription for the first time. It doesn't mention the same that in the apple documentation. It confusing.
Help and guidance in this regard would be really appreciated.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Subscriptions
StoreKit Test
App Store Connect
In-App Purchase
Hello,
I recently submitted a successful application for the Apple Developer Program using the Apple Developer app.
I can confirm that my subscription is currently active and valid on the App Store.
Could you please let me know how long it typically takes for the developer account to be fully activated?
Is it acceptable to simply wait for the activation without contacting support?
Thank you very much for your assistance.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Developer Tools
Developer Program
My team has reached the maximum number of registered iPhone devices on our profile and would like to reset the list to remove those that are no longer valid. Currently, our reset date in the developer portal shows March 22nd as the earliest date for a reset. Is it possible to request an earlier reset date?
Thanks

Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I found this file config in my macOS System Process but I dont understand Who using this service and Who set this up for me?
I never use any token
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Why is it so hard to register a developer account in China? As an iOS developer for 12 years, why is it so hard for me to register a developer account in China?
Can Apple improve your service? If there is something wrong with me, I'm willing to accept the penalty of not being able to register.
But I submitted all the information you need and then you tell me I can't register.
I also just bought a new Macbook Air 2 months ago and I'm willing to contribute my income to you guys. But how are you treating me?
Who can help me?
Translated with DeepL.com (free version)
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hello,
I recently enrolled in the Apple Developer Program and paid the $99 fee. Before I could even submit my app or access any services, my Apple ID was locked without warning or explanation. I received no specific communication, and I am now unable to log in, request support, or access the developer tools I paid for.
Apple has effectively taken payment without providing the service. I am a legitimate developer and would appreciate a review of my case, a refund, or a clear explanation of what went wrong.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program