Hello everyone,
I need some help or advice regarding my Apple Developer Program enrollment. I paid the enrollment fee 5 days ago, but my account has not yet been activated. Additionally, there’s no visible indication of the status or progress of my application.
I’ve reached out to Apple Support via email twice, but I haven’t received any response so far.
Has anyone experienced a similar situation? If so, how long did it take to resolve? Is there any other way to get in touch with Apple Developer Support for a faster resolution?
Thank you in advance for your help!
Dive into the vast array of tools, services, and support available to developers.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Our company's Apple developer account, ***@.com, received an email on October 25, 2024, stating that the developer account was associated and required a written declaration within 30 days. We provided the requested document and received a reply on November 2, 2024, confirming that the account had been restored to normal use. However, confusingly, we received the same email again on November 23, 2024, with the content still being "the developer account is associated and requires a written document to be submitted within 30 days."
The amusing outcome: The response from Apple's review committee roughly meant that "the improvements described in the document are insufficient to address the issues previously identified," and the account will be suspended after 30 days.
Why is it amusing? There is evidence that the "written document" was stored in Google Drive, which has functionalities such as usage statistics, view counts, download counts, etc.
Apple's reviewer, without viewing or downloading the written document, directly replied with a template email claiming that "the improvements described in the file are insufficient to solve the previous issues." Google Drive has records of views and downloads; during the 30-day appeal period, the developer submitted the appeal document but it was not reviewed. The review committee member claimed it was insufficient without even viewing the written document. Is this the attitude of Apple employees?
As a developer, I feel very upset. What specific steps did our company take to prevent the account from being associated again? Please take the trouble to open the following URL to download the written declaration document, which contains the specific steps: Google File URL;
Our Apple ID is ******, and under this account, there is only one app. Since its launch, multiple version updates have been released, and we have invested significant funds in Apple's ADS promotion. The user base in China's Android market has exceeded one million; now due to the account suspension issue, the app has been taken down again, severely impacting our business.
Isn't this unfair treatment towards developers?
Thank you to the Apple customer service team for your help, and we sincerely hope to restore the account's usage rights soon.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hello everyone,
I recently enrolled in the Apple Developer Program, completed all required forms, and submitted my payment details. I received an email confirming my enrollment order and stating it would be processed within two business days, but it’s now been over four days, and I haven’t seen a charge on my card or received any follow-up communication.
Here’s what I’ve tried so far:
Emailed Apple Developer Support multiple times: No response after four follow-ups.
Called Apple Support: They couldn’t connect me directly to Developer Support.
Is there a way to expedite this or another contact method that I might have missed? Any advice or similar experiences would be greatly appreciated!
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I have downloaded Xcode 16.1 and after the first run it downloaded 18.1 simulator and then watchOS 11.1 Simulator. Then I suppose it detected my watch 7 with OS 8.1 and wanted to download symbols for it but then it failed with 403 error. Any way to do it some other way?
I'm trying to retrieve the overall memory peak of a process. I've looked into retrieving it through task_vm_info struct defined in task_info.h
By logging the members of the struct, it seems neither resident_size_peak, internal_peak or ledger_phys_footprint_peak is matching what the peak memory value that's being detected by xcode instrument. Can anyone point me to the correct way to retrieve that peak value? Is it the summation of some of the fields in task_vm_info` or is there a more complicated algorithm involved in deriving that value?
I successfully registered for the Apple Developer program and received an email informing me that the review could take up to 48 hours. However, it's been two weeks and I still haven't received any updates. Could the fact that I used a payment account that is not in my name be causing a problem? Can anyone help me please?
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I created a PointsOfInterestSearch (https://developer.apple.com/documentation/mapkitjs/pointsofinterestsearch) on the frontend using MapKit JS:
const poiSearch = new window.mapkit.PointsOfInterestSearch({
center: new mapkit.Coordinate(userLocation.lat, userLocation.lng),
radius: 10000,
});
poiSearch.search((error, results) => {
console.log("Length of poiSearch:", results.places.length);
results.places.forEach((place) => {
console.log("Name:", place.name);
});
});
The length of results.places is 20. Trying it with a bigger radius also still results in 20.
The docs for PointsOfInterestSearchResponse shows only a places (https://developer.apple.com/documentation/mapkitjs/pointsofinterestsearchresponse) and no options for pagination.
How can I paginate the rest of the results?
I'm trying to run an xctest bundle, built for catalyst, with xcrun.
i.e.
xcrun xctest path_to_my_test.xctest
It fails, complaining that:
The bundle "MyBundle" couldn't be loaded because it is damaged or missing necessary resources. Try reinstalling the bundle.....but incompatible platform (have 'MacCatalyst', need 'macOS')
So it seems like because I'm not executing it in a sim it wants the bundle to be a macOS bundle. But I would have thought it would be possible to run a Mac Catalyst target directly on a macOS host the same as a native macOS test target. Is this not possible?
只能在string catalog里面添加语言,不能删除语言??这是什么设计?
在Project里面删除语言,并不能删除Localizable中的语言。但是如果这个语言没有任何国际化,是可以的。
也就是说,删不了曾经做过国际化的语言。
我应用还没发布,还在开发呢,为什么不让我删除语言??????????????????????????、
please open apple corse in kurdistan becose in kurdistan so many people are smart but there not support there are a lot of smart young people .please accept my request
i created a new project and imported firebaseauth , firebasefirestore, firebasefirestoreswift and firebase storage and i run this project
any time i run this project the code they are all fine
i get this error saying boringss1_metrics_log_metric_block_invoke
(153) Failed to log metrics
anytime i click create account button note that i get them results in my firebase authentication but it seems not to pass the registration page in my project and prints that error i am stuck somebody please save me
even when i try to login the already created account from the userSection from the auth.authservice it still shows this error and wont pass the login page same with the registration page
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.
I am developing an access controller RF (NFC).
I know that the ADP developer account can only handle NFC Tags.
Can I use NFC AID and HCE in ADEP?
ADEP supports hotel card keys, employee badges, etc. Is it NFC?
Or is it NFC+BLE?
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
My preview crashed because it could not access my font resources. I am working on a Framework, and it seems that for frameworks, the resources are not copied into the app package of the preview.
Investigation:
I verified this by examining the contents of the preview: /Users/YOUR_NAME/Library/Developer/Xcode/UserData/Previews/Simulator Devices/DEVICE_UUID/data/Containers/Bundle/Application/APPLICATION_UUID/APPLICATION_NAME.app
Make sure to replace "YOUR_NAME," "DEVICE_UUID," "APPLICATION_UUID," and "APPLICATION_NAME" with the actual names or UUIDs relevant to your specific situation.
Now right-click on the app and select Show Package Contents.
For previews that work correctly, the name of the associated app is used, and you will see all the resources in the package.
However, my framework was not using the framework name. Instead, it was named XCPreviewAgent.app and did not contain any resources from my framework.
Fix:
As of November 2024 (Xcode 16.0 and Xcode 16.1), the fix is to use Legacy Preview Execution.
In the menu, select Editor > Canvas > Legacy Preview Execution.
Please leave a comment if this is fixed in a newer Xcode version.
We applied for Location Push Entitlement on June. It has been several months since then but we still got not any results (either passed or rejected). Can anyone tell us what's going on?
I noticed that IBDesignable was deprecated in the Xcode 16 release notes, and IBInspectable was deprecated in the Xcode 16.1 release notes.
So, I performed some tests on IBDesignable and IBInspectable in Xcode.
I wrote the following code:
@IBDesignable
extension UIView {
@IBInspectable var cornerRadius: CGFloat {
get {
layer.cornerRadius
}
set {
layer.cornerRadius = newValue
}
}
@IBInspectable var borderWidth: CGFloat {
get {
layer.borderWidth
}
set {
layer.borderWidth = newValue
}
}
@IBInspectable var borderColor: UIColor {
get {
UIColor(cgColor: layer.borderColor ?? .init(red: 1, green: 1, blue: 1, alpha: 0))
}
set {
layer.borderColor = newValue.cgColor
}
}
}
I cannot access the IBInspectable property in Xcode 16.
However, I can access the IBInspectable property in Xcode 16.1 and Xcode 16.2 Beta, where the Interface Builder shows it in the Attributes Inspector.
Is it possible that this will be updated later, as it differs from the release notes?
Thank you.
Topic:
Developer Tools & Services
SubTopic:
Xcode
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
Xcode Version: 16
MacOS Version: 15.0
My app has 2 packages:
Firebase iOS SDK (https://github.com/firebase/firebase-ios-sdk.git)
Google Mobile Ads (https://github.com/googleads/swift-package-manager-google-mobile-ads.git)
My app fails to run on the Xcode Preview window. The app works successfully on a simulator when built. But, not in the Xcode Preview.
I have tried:
Cleaning and rebuilding.
Changing the target device.
Resetting Package Cache
There are no solutions mentioned/provided online. I have a previews-diagnostics zip file ready. Who can I share it with?
Topic:
Developer Tools & Services
SubTopic:
Xcode
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
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Hi
Hypothetically, my company has 300 mobile engineers and we're building an iPhone app.
Optimally I'd like each mobile engineer to have a physical device which they can do their day to day development, testing etc on.
What options do I have to enable this given that there is a 100 device limit for iPhones on the Apple Developer Program used by my company. (https://developer.apple.com/help/account/register-devices/devices-overview/)
Thanks
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
Tags:
Enterprise
Developer Program