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

Individual Developer Account and Enterprise Developer Account are locked by Apple?
Hello, I am an employee of EVN Corporation, the largest energy corporation in Vietnam. Our corporation has been developing mobile applications on the iOS platform since 2017 and has purchased several development accounts, including these two accounts: (developer) and (Enterprise Developer). However, both accounts are experiencing issues and cannot log in to developer.apple.com to continue development. Upon investigation, our accounts may have been flagged for violating certain Apple terms, however, we did not receive any notification via email. We sincerely hope that you can identify our specific issues and help us resolve them to restore these accounts. Thank you very much! Note: For privacy and security reasons, it might be better to mask or remove the actual email addresses when posting publicly. Would you like me to provide information about common reasons for Apple Developer account suspension and steps for resolution?
2
0
312
Dec ’24
Payment stuck
I paid 8700rs for apple developer and it deducted from my account but payment failed and I'm face so much issues in my developer account. Please help me out to solve this issue because I want to upload my iOS app from apple developer account
0
0
210
Nov ’24
Test Flight Availability
It seems Test Flight is unavailable as this is the message I recieve when trying to install my app in Test Flight. "Could not install ______. TestFlight is currently unavailable. Try again" Yet, all systems are rosy according to the system status page (https://developer.apple.com/system-status/). Is this status page updated manually when somebody complains or is it actually testing anything?
0
0
178
Oct ’24
Make a .API just to test in one Iphone for free
I'm currently making a project for a governamental entity and I need to make a .API file to test in a Iphone but it seems to me a need a developer account membership. As I'm working for free and it's for the goverment, I really don't want to pay just to test the app. Is there any subscription method that allows me just to test and later pay if the app is aproved?
1
0
297
Oct ’24
Unable to Switch Between Personal and Organization Accounts on Apple Developer and App Store Connect
Hello ! I recently created an Apple Developer account and I registered with my Apple ID. But before that, I am added as a Developer in an organization. The problem now is that I can't switch between the organization's account and my personal account. On App Store Connect and Appel Developer. How to solve this problem?! Please.
0
0
194
Dec ’24
Apple Developer Organisation Account
I did enrollment but when I get to purchasing it cannot proceed further, I wait up to 2 business days every time and nothing happens. I didn't get any help from support about this. My enrollment lasts about 30 days now. I'm not sure what is happening. Also there is no option to cancel it and to switch to individual account, because now I don't even matter about the type, because I need app to be published on App Store. Can someone please help? What I can do to resolve this?
0
0
202
Oct ’24
iOS 18 beta 5 Bugs
I am experiencing a bug on my iPhone 13 after updating to iOS 18 beta 5. This bug causes my phone to unexpectedly show a black screen with a "loading" indicator, and then it returns to the lock screen. I have to unlock it for the phone to return to normal. This issue occurs repeatedly. I am not entirely sure what is happening with my device. I believe it is also experiencing overheating issues. Although the battery seems to be optimized, the phone is getting hot and still has the same bug mentioned above after the iOS 18 beta 5 update. Please help me, I would like to so much resolve this issue.
0
0
441
Oct ’24
Optimizing React Native App for Fast API Calls Using Expo
I'm developing a grocery delivery app using React Native and Expo. The app uses Node.js and MongoDB for the backend APIs. While integrating dashboard APIs, I've noticed a delay in API response times, particularly with the product filtering and sorting features. I'm looking for best practices or tools to optimize API calls in React Native, especially with Expo. Additionally, are there ways to implement efficient caching for repeated queries? Any advice or recommendations would be greatly appreciated!
0
0
313
Dec ’24
HomeKit HMFErrorDomain : 13
While developing a BLE accessory using HomeKitADK, during the M2 process of Pair Verify, the Home app on an iOS 16 iPhone displays the issue "Failed to add accessory. Unknown error code: HMFErrorDomain : 13". Currently, on the accessory side, the error has been localized to the ADK log, which indicates that the problem occurs at “/PAL/Crypto/MbedTLS/HAPMbedTLS.c:432”.
0
0
156
Oct ’24
How do I set hardware speed in my Ethernet driver?
PLATFORM AND VERSION iOS Development environment: Xcode 15.4, macOS Sonoma 14.5 Run-time configuration: macOS Sonoma 14.5 DESCRIPTION OF PROBLEM Hi, I'm on DriverKit 21.0. I'm looking for a system call (that isn't deprecated) in my driver to set the Ethernet link speed manually. Normally a user would set it by System Settings... -> Network -> -> Details -> Hardware -> Configure (Manually), and then Speed (choose the link speed). With my driver, when I configure for manual, no link speeds show up. I want to know how to populate the speeds (1000BaseT, etc.) so a user can select one. What system APIs are used for this? I can't find much detail in the documentation. I do see Instance Methods for some related things like getSupportedMediaArray, but most of these newer methods don't have details in the documentation to guide me on what they actually do. Thanks in advance...
0
0
420
Nov ’24