Apple Developers

RSS for tag

This is a dedicated space for developers to connect, share ideas, collaborate, and ask questions. Introduce yourself, network with other developers, and foster a supportive community.

Learn More

Posts under Apple Developers subtopic

Post

Replies

Boosts

Views

Activity

Sign In Failed on Apple
When testing the same warning comes up (sign in failed network error) for the apple and demo sign in I created. The google one works fine. I am confused because when I test in Xcode on multiple devices it works perfect. The tester has got the same error repeatedly? Most recently as a fix have updated the production backend. Does anyone have any insight why the xcode testing works for me but not the tester (I understand they are on a live device- I have even connected my phone and tested on that).
0
0
69
Feb ’26
Extended “Waiting for Review” After Resubmission (UE5 Game, Icon Updates)
Hello🙏, I’m a new indie developer and I’m trying to understand review timing behavior. Context: App type: Game built with Unreal Engine 5 Initial submission: Entered “In Review” within 48 hrs. Result: Rejected due to icon similarity (icon too similar to an existing App Store icon) What I did next: I updated the icon to ensure it is clearly distinguishable and resubmitted. After 30 (?)hrs, I removed/rejected that submission myself while it was still in "Waiting For Review" because I suspected the icon asset might still contain a transparency issue (this was my own precaution before Apple flagged anything). I then corrected the icon asset and submitted again (current submission: Build 7). Current status: Status: Waiting for Review Duration: 9 days Calendar days ( Mon, 09 Feb and today is 17th Feb 26) in this state for Build 7 Additional notes: The app runs without crashes on my iPhone and iPad. During the earlier review, Apple only raised the icon similarity issue (no functional issues were mentioned). I contacted App Store Connect support; they couldn’t provide a queue timeline, but nothing appears flagged on their side. Question: Is it normal for a resubmitted build (after correcting an icon-related rejection, and after a developer-cancelled submission) to remain in “Waiting for Review” for an extended period before switching to “In Review”? I’m trying to understand if this is typical queue variability or if removing a submission and resubmitting can affect how long it stays in “Waiting for Review.” Thank you for any insights.
0
0
70
Feb ’26
Extended “Waiting for Review” After Resubmission (UE5 Game, Icon Updates)
Hello🙏, I’m a new indie developer and I’m trying to understand review timing behavior. Context: App type: Game built with Unreal Engine 5 Initial submission: Entered “In Review” within 41 (?) hrs. Result: Rejected due to icon similarity (icon too similar to an existing App Store icon) What I did next: I updated the icon to ensure it is clearly distinguishable and resubmitted. A day later that, I removed/rejected that submission myself while it was "Waiting for Review" because I suspected the icon asset might still contain a transparency issue (this was my own precaution before Apple flagged anything). I then corrected the icon asset and submitted again (current submission: Build 7). Current status: Status: Waiting for Review Duration: 8 Calendar days in this state (09 Feb 1208 hrs and today is 17th Feb 26, 1044 hrs) for Build 7 Additional notes: The app runs without crashes on my iPhone and iPad. During the earlier review, Apple only raised the icon similarity issue (no functional issues were mentioned). I contacted App Store Connect support; they couldn’t provide a queue timeline, but nothing appears flagged on their side. Question: Is it normal for a resubmitted build (after correcting an icon-related rejection, and after a developer-cancelled submission) to remain in “Waiting for Review” for an extended period before switching to “In Review”? I’m trying to understand if this is typical queue variability or if removing a submission and resubmitting can affect how long it stays in “Waiting for Review.” Thank you for any insights.
0
0
58
Feb ’26
tvOS 26.2 Glitch
Hi @DTS Engineer in tvOS 26.2 Beta is still this annoying Shadow Glitch… 😔 I have submitted an Bug-Report, but dont get an Answer… FB18719371 The Animation is not smooth and the Shadow is abruptly „jumping“… I don’t get any Response from the Apple Engineers. But this GUI Glitch makes the otherwise very high-quality tvOS GUI appear very unprofessional. Could you please help me? 🤔
4
0
611
Feb ’26
Ios 26 and above Low Battery Animation Issue
So i and many other big youtubers out there use iphones for intense gaming such as callcof duty and fortnite. However apple never listens especially to those of us that have been your guys's clients since the early 2000's. Users have different guinsetups for their games and a lot of the time when in an intense conpetition and the the low battery animation pops up it blocks our screens and that 3 to 4 seconds it takes to disappear makes us lose a game. Apple needs to implement a feature that allows us to toggle the notification even if our phone dies or a more efficient route would be allow us to toggle or set it by default to show that your battery is low on the top of the screen where the black line expands when you start charging your phone so it doesn't affect my gameplay whatsoever. This is a crucial thing apple needs to do, many people won't report it because apple never listens. Another great feature would be if apple could make a charging port on the side for claw players.
0
0
52
Feb ’26
For some reason, my Apple Developer subscription didn't connect.
Please help. I purchased an Apple Developer account subscription through the iPhone app. It's listed in the App Store, but it's not listed in Apple Developer itself. I've been waiting for a response from support for over a week, but it's as if they've completely forgotten about me; no one's responding. Although, in fact, it says two days ago. Has anyone else encountered this and can help? It's asking me to pay a second time, and through the website.
0
0
32
Feb ’26
Apple Developer Program Enrollment PROBLEM
Hello, I'm having a serious problem registering for the Apple Developer Program, and I can't resolve it. I applied over two weeks ago, but I still haven't received an activation email. I've also tried using different credit cards, suspecting there might be a problem with my payment method. The main issues are as follows: My order/registration remains in the "processing" status, I haven't received an activation email, Apple Developer Program support isn't responding. I've already sent over seven emails to support, but haven't received any response or updates. Has anyone else encountered a similar situation?
5
3
433
Feb ’26
Question: Does CXCallDirectoryProvider affect outgoing call UI? (inconsistent behavior after iOS update)Question: Does CXCallDirectoryProvider affect outgoing call UI? (inconsistent behavior after iOS update)
Hello Apple Developer Technical Support team, We have an iOS app that provides caller identification via a Call Directory extension (CXCallDirectoryProvider). Our extension provides identification entries (phone number → label), and users enable it in Settings > Phone > Call Blocking & Identification. We would like to confirm whether Call Directory is used only for incoming calls, and understand why the outgoing call UI sometimes shows labels. Observed behavior Incoming calls: After a user logs in again (which triggers a server sync and then reloads the Call Directory extension), the caller label is shown correctly on the incoming call screen for matching numbers. Outgoing calls: In general, the outgoing call screen often shows only the phone number (no label), even when the same number exists in our identification entries and the extension is enabled. However, on some devices, the outgoing call screen does show a label even when the number is not saved in the local Contacts app. In at least one customer case, the outgoing label behavior changed after an iOS update: before updating iOS, labels were not shown on outgoing calls; after updating iOS, labels started appearing (with no changes in our app settings/config). Questions Is the Phone app expected to consult Call Directory identification entries only for incoming calls (caller ID), and not for outgoing call UI? If labels can appear on outgoing calls, what are the possible sources and rules (e.g., Recents cache, carrier Name Display/CNAM, other system caches), and is any of that behavior documented? Are there known iOS version changes or issues that could explain “outgoing label not shown” becoming “outgoing label shown” after an OS update? We can provide: A minimal repro project, steps to reproduce, and exact iOS versions/devices Screenshots/video sysdiagnose / device logs (please advise what log types are most useful) Thank you,
0
1
39
Feb ’26
Cannot enable inactive devices
As the title says, in apple developer site under (Certificates, Identifiers & Profiles) all my devices are set to inactive, and I cannot enable them back because my twices are glitched I have 2 devices and they are there twice each with the same UDID. So I cannot enable a single one. I’m hit with “A device with number 'UDID number' already exists on this team.” I have an iPad Pro and iPhone 17 Pro Max, I cannot sign any apps to them at all or do anything because my devices are set to inactive, I’ve contacted apple numerous times, and I can’t seem to get any help regarding this issue. I’ve called and emailed, and the developer team has yet to respond to me, if anyone’s had this issue please tell me how you solved it. i also cannot erase any devices myself until my renewal date. ive tried manually adding my devices, and its the same message that my devices already exist on team. Ive signed out of my apple account on my devices, changed pw, turned off developer mode and renabled it numerous times, I really don’t know what to do.
0
0
36
Feb ’26
年間料金の支払いについて
アプリ開発を依頼して公開中ですが、 アプリ開発会社が倒産し、連絡もつかず、 アップル社への年間料金の支払いができません。 登録アカウントがわかりませんので、どうしたらいいでしょうか? よろしくお願いいたします。
3
0
374
Feb ’26
Developer Control Question
Hi everyone, I’m new to the Apple Developer side of things and I want to make sure I’m handling this correctly. I hired a freelance iOS developer to build my app. I have my own Apple Developer account (Individual), and I want the app published under my account. The developer says he needs me to create a Certificate Signing Request (CSR), then he will generate the distribution certificate on his end and send me the .cer file back. From there, he would use that for signing and submitting the app. My questions: 1. Is this the correct and modern way to handle app signing? 2. Should I instead just add him to my App Store Connect account with Developer access and let him manage signing through Xcode? Dev claims this won’t work, which I haven’t been able to prove or disprove. ChatGPT says it does,but other AI tools says it doesn’t. 3. Is there any risk in sharing certificates like this? 4. What is considered best practice in 2026 for working with freelancers while keeping full control of the account? My goal is simple: • The app stays fully under my Apple Developer account. • I retain long term control. • The developer can build and submit without needing my Apple ID or password. I’m not trying to make things complicated, I just want to do this the right way and avoid issues later. Thanks in advance.
1
1
77
Feb ’26
Regarding renewal of annual app registration fees
I've requested app development and am currently publishing it, but I can't contact the app development company and am unable to pay the annual fee to Apple. I don't know my registered account, so what should I do? I contacted Apple Japan, but they only handle personal inquiries and cannot handle business app development requests, so they suggested I post a question on this website. Thank you in advance.
1
0
258
Feb ’26
Apple Pay Extensions Implementation guide Not found
Good morning, the link https://applepaydemo.apple.com/wallet-extensions returns a {"detail":"Not Found"} when accessed. This is one of the links that are present in https://developer.apple.com/documentation/PassKit/implementing-wallet-extensions, could this be looked at please ? The exact place is: For more information on Wallet Extensions, see the Apple Pay Demo - Wallet Extensions documentation.
0
0
59
Feb ’26
Big suggestion for the improvements to “Filter unknown calls”:
Hi, I have a big suggestion for the next update! My suggestion is to upgrade the call filtering system : - “Block suspicious calls” It automatically block numbers that are likely to be unwanted or spam. These calls should not ring, should not appear in the call history, and should be silently discarded. - “Block unknown callers/hidden numbers” Instead of receiving a call from a hidden or unknown caller and seeing it appear in the missed calls list, the call should be completely blocked and not recorded at all, no notification, no sight of call. - “Filter numbers that are not from contacts” If the same unknown number calls too frequently within a week and the user never answers (for example 10 times per day, or 5 times per day if considered suspicious or too much spam in a little time), the iPhone should automatically block this number. The device would display a message such as: “This number has called too many times and has been automatically blocked for 3 day(or 1 week).” The block could also apply to the entire IP range or source associated with the unknown caller. It is very helpful for most of unwanted calls.
0
0
72
Feb ’26
What is the latest zip specification in iOS 26?
The latest zip specification, according to pkware is 6.3.10. In the latest ios 26, what is the latest zip specification ?
Replies
1
Boosts
0
Views
51
Activity
Feb ’26
CarPlay Sirrius XM, Pandora & others no longer show
After recent upgrade to 17Pro, CarPlay no longer lists any audio streaming services-Sirrius XM, Pandora, etc. Did Apple recently drop them from CarPlay approval? They all showed prior to upgrade to 17 and iOS26. If not any recs to get them to show again? Thx Jim
Replies
0
Boosts
0
Views
39
Activity
Feb ’26
Sign In Failed on Apple
When testing the same warning comes up (sign in failed network error) for the apple and demo sign in I created. The google one works fine. I am confused because when I test in Xcode on multiple devices it works perfect. The tester has got the same error repeatedly? Most recently as a fix have updated the production backend. Does anyone have any insight why the xcode testing works for me but not the tester (I understand they are on a live device- I have even connected my phone and tested on that).
Replies
0
Boosts
0
Views
69
Activity
Feb ’26
Extended “Waiting for Review” After Resubmission (UE5 Game, Icon Updates)
Hello🙏, I’m a new indie developer and I’m trying to understand review timing behavior. Context: App type: Game built with Unreal Engine 5 Initial submission: Entered “In Review” within 48 hrs. Result: Rejected due to icon similarity (icon too similar to an existing App Store icon) What I did next: I updated the icon to ensure it is clearly distinguishable and resubmitted. After 30 (?)hrs, I removed/rejected that submission myself while it was still in "Waiting For Review" because I suspected the icon asset might still contain a transparency issue (this was my own precaution before Apple flagged anything). I then corrected the icon asset and submitted again (current submission: Build 7). Current status: Status: Waiting for Review Duration: 9 days Calendar days ( Mon, 09 Feb and today is 17th Feb 26) in this state for Build 7 Additional notes: The app runs without crashes on my iPhone and iPad. During the earlier review, Apple only raised the icon similarity issue (no functional issues were mentioned). I contacted App Store Connect support; they couldn’t provide a queue timeline, but nothing appears flagged on their side. Question: Is it normal for a resubmitted build (after correcting an icon-related rejection, and after a developer-cancelled submission) to remain in “Waiting for Review” for an extended period before switching to “In Review”? I’m trying to understand if this is typical queue variability or if removing a submission and resubmitting can affect how long it stays in “Waiting for Review.” Thank you for any insights.
Replies
0
Boosts
0
Views
70
Activity
Feb ’26
Extended “Waiting for Review” After Resubmission (UE5 Game, Icon Updates)
Hello🙏, I’m a new indie developer and I’m trying to understand review timing behavior. Context: App type: Game built with Unreal Engine 5 Initial submission: Entered “In Review” within 41 (?) hrs. Result: Rejected due to icon similarity (icon too similar to an existing App Store icon) What I did next: I updated the icon to ensure it is clearly distinguishable and resubmitted. A day later that, I removed/rejected that submission myself while it was "Waiting for Review" because I suspected the icon asset might still contain a transparency issue (this was my own precaution before Apple flagged anything). I then corrected the icon asset and submitted again (current submission: Build 7). Current status: Status: Waiting for Review Duration: 8 Calendar days in this state (09 Feb 1208 hrs and today is 17th Feb 26, 1044 hrs) for Build 7 Additional notes: The app runs without crashes on my iPhone and iPad. During the earlier review, Apple only raised the icon similarity issue (no functional issues were mentioned). I contacted App Store Connect support; they couldn’t provide a queue timeline, but nothing appears flagged on their side. Question: Is it normal for a resubmitted build (after correcting an icon-related rejection, and after a developer-cancelled submission) to remain in “Waiting for Review” for an extended period before switching to “In Review”? I’m trying to understand if this is typical queue variability or if removing a submission and resubmitting can affect how long it stays in “Waiting for Review.” Thank you for any insights.
Replies
0
Boosts
0
Views
58
Activity
Feb ’26
external hard disk
following the update of the system of my MBP 16" M1 to beta 26.4 none of my external drives work anymore
Replies
0
Boosts
0
Views
109
Activity
Feb ’26
tvOS 26.2 Glitch
Hi @DTS Engineer in tvOS 26.2 Beta is still this annoying Shadow Glitch… 😔 I have submitted an Bug-Report, but dont get an Answer… FB18719371 The Animation is not smooth and the Shadow is abruptly „jumping“… I don’t get any Response from the Apple Engineers. But this GUI Glitch makes the otherwise very high-quality tvOS GUI appear very unprofessional. Could you please help me? 🤔
Replies
4
Boosts
0
Views
611
Activity
Feb ’26
Subscriptions stuck waiting review
My apps been live on the app store for over a day now and my subscriptions have been stuck on waiting for review, ive sent an email and even been on live imsg support but they cant help either and i have had nothing back via email. has anyone got any suggestions
Replies
0
Boosts
0
Views
99
Activity
Feb ’26
Conta Dev Apple
Criei uma conta dev em outubro, mas até o momento não tive nenhum retorno.
Replies
1
Boosts
0
Views
32
Activity
Feb ’26
Ios 26 and above Low Battery Animation Issue
So i and many other big youtubers out there use iphones for intense gaming such as callcof duty and fortnite. However apple never listens especially to those of us that have been your guys's clients since the early 2000's. Users have different guinsetups for their games and a lot of the time when in an intense conpetition and the the low battery animation pops up it blocks our screens and that 3 to 4 seconds it takes to disappear makes us lose a game. Apple needs to implement a feature that allows us to toggle the notification even if our phone dies or a more efficient route would be allow us to toggle or set it by default to show that your battery is low on the top of the screen where the black line expands when you start charging your phone so it doesn't affect my gameplay whatsoever. This is a crucial thing apple needs to do, many people won't report it because apple never listens. Another great feature would be if apple could make a charging port on the side for claw players.
Replies
0
Boosts
0
Views
52
Activity
Feb ’26
For some reason, my Apple Developer subscription didn't connect.
Please help. I purchased an Apple Developer account subscription through the iPhone app. It's listed in the App Store, but it's not listed in Apple Developer itself. I've been waiting for a response from support for over a week, but it's as if they've completely forgotten about me; no one's responding. Although, in fact, it says two days ago. Has anyone else encountered this and can help? It's asking me to pay a second time, and through the website.
Replies
0
Boosts
0
Views
32
Activity
Feb ’26
Apple Developer Program Enrollment PROBLEM
Hello, I'm having a serious problem registering for the Apple Developer Program, and I can't resolve it. I applied over two weeks ago, but I still haven't received an activation email. I've also tried using different credit cards, suspecting there might be a problem with my payment method. The main issues are as follows: My order/registration remains in the "processing" status, I haven't received an activation email, Apple Developer Program support isn't responding. I've already sent over seven emails to support, but haven't received any response or updates. Has anyone else encountered a similar situation?
Replies
5
Boosts
3
Views
433
Activity
Feb ’26
Question: Does CXCallDirectoryProvider affect outgoing call UI? (inconsistent behavior after iOS update)Question: Does CXCallDirectoryProvider affect outgoing call UI? (inconsistent behavior after iOS update)
Hello Apple Developer Technical Support team, We have an iOS app that provides caller identification via a Call Directory extension (CXCallDirectoryProvider). Our extension provides identification entries (phone number → label), and users enable it in Settings > Phone > Call Blocking & Identification. We would like to confirm whether Call Directory is used only for incoming calls, and understand why the outgoing call UI sometimes shows labels. Observed behavior Incoming calls: After a user logs in again (which triggers a server sync and then reloads the Call Directory extension), the caller label is shown correctly on the incoming call screen for matching numbers. Outgoing calls: In general, the outgoing call screen often shows only the phone number (no label), even when the same number exists in our identification entries and the extension is enabled. However, on some devices, the outgoing call screen does show a label even when the number is not saved in the local Contacts app. In at least one customer case, the outgoing label behavior changed after an iOS update: before updating iOS, labels were not shown on outgoing calls; after updating iOS, labels started appearing (with no changes in our app settings/config). Questions Is the Phone app expected to consult Call Directory identification entries only for incoming calls (caller ID), and not for outgoing call UI? If labels can appear on outgoing calls, what are the possible sources and rules (e.g., Recents cache, carrier Name Display/CNAM, other system caches), and is any of that behavior documented? Are there known iOS version changes or issues that could explain “outgoing label not shown” becoming “outgoing label shown” after an OS update? We can provide: A minimal repro project, steps to reproduce, and exact iOS versions/devices Screenshots/video sysdiagnose / device logs (please advise what log types are most useful) Thank you,
Replies
0
Boosts
1
Views
39
Activity
Feb ’26
Cannot enable inactive devices
As the title says, in apple developer site under (Certificates, Identifiers & Profiles) all my devices are set to inactive, and I cannot enable them back because my twices are glitched I have 2 devices and they are there twice each with the same UDID. So I cannot enable a single one. I’m hit with “A device with number 'UDID number' already exists on this team.” I have an iPad Pro and iPhone 17 Pro Max, I cannot sign any apps to them at all or do anything because my devices are set to inactive, I’ve contacted apple numerous times, and I can’t seem to get any help regarding this issue. I’ve called and emailed, and the developer team has yet to respond to me, if anyone’s had this issue please tell me how you solved it. i also cannot erase any devices myself until my renewal date. ive tried manually adding my devices, and its the same message that my devices already exist on team. Ive signed out of my apple account on my devices, changed pw, turned off developer mode and renabled it numerous times, I really don’t know what to do.
Replies
0
Boosts
0
Views
36
Activity
Feb ’26
年間料金の支払いについて
アプリ開発を依頼して公開中ですが、 アプリ開発会社が倒産し、連絡もつかず、 アップル社への年間料金の支払いができません。 登録アカウントがわかりませんので、どうしたらいいでしょうか? よろしくお願いいたします。
Replies
3
Boosts
0
Views
374
Activity
Feb ’26
Developer Control Question
Hi everyone, I’m new to the Apple Developer side of things and I want to make sure I’m handling this correctly. I hired a freelance iOS developer to build my app. I have my own Apple Developer account (Individual), and I want the app published under my account. The developer says he needs me to create a Certificate Signing Request (CSR), then he will generate the distribution certificate on his end and send me the .cer file back. From there, he would use that for signing and submitting the app. My questions: 1. Is this the correct and modern way to handle app signing? 2. Should I instead just add him to my App Store Connect account with Developer access and let him manage signing through Xcode? Dev claims this won’t work, which I haven’t been able to prove or disprove. ChatGPT says it does,but other AI tools says it doesn’t. 3. Is there any risk in sharing certificates like this? 4. What is considered best practice in 2026 for working with freelancers while keeping full control of the account? My goal is simple: • The app stays fully under my Apple Developer account. • I retain long term control. • The developer can build and submit without needing my Apple ID or password. I’m not trying to make things complicated, I just want to do this the right way and avoid issues later. Thanks in advance.
Replies
1
Boosts
1
Views
77
Activity
Feb ’26
Regarding renewal of annual app registration fees
I've requested app development and am currently publishing it, but I can't contact the app development company and am unable to pay the annual fee to Apple. I don't know my registered account, so what should I do? I contacted Apple Japan, but they only handle personal inquiries and cannot handle business app development requests, so they suggested I post a question on this website. Thank you in advance.
Replies
1
Boosts
0
Views
258
Activity
Feb ’26
Apple Pay Extensions Implementation guide Not found
Good morning, the link https://applepaydemo.apple.com/wallet-extensions returns a {"detail":"Not Found"} when accessed. This is one of the links that are present in https://developer.apple.com/documentation/PassKit/implementing-wallet-extensions, could this be looked at please ? The exact place is: For more information on Wallet Extensions, see the Apple Pay Demo - Wallet Extensions documentation.
Replies
0
Boosts
0
Views
59
Activity
Feb ’26
There was a problem with the payment
I am a developer from Hong Kong and do not have a credit card or the like issued by the United States. Currently, I am unable to make payments. What should I do?
Replies
1
Boosts
0
Views
49
Activity
Feb ’26
Big suggestion for the improvements to “Filter unknown calls”:
Hi, I have a big suggestion for the next update! My suggestion is to upgrade the call filtering system : - “Block suspicious calls” It automatically block numbers that are likely to be unwanted or spam. These calls should not ring, should not appear in the call history, and should be silently discarded. - “Block unknown callers/hidden numbers” Instead of receiving a call from a hidden or unknown caller and seeing it appear in the missed calls list, the call should be completely blocked and not recorded at all, no notification, no sight of call. - “Filter numbers that are not from contacts” If the same unknown number calls too frequently within a week and the user never answers (for example 10 times per day, or 5 times per day if considered suspicious or too much spam in a little time), the iPhone should automatically block this number. The device would display a message such as: “This number has called too many times and has been automatically blocked for 3 day(or 1 week).” The block could also apply to the entire IP range or source associated with the unknown caller. It is very helpful for most of unwanted calls.
Replies
0
Boosts
0
Views
72
Activity
Feb ’26