Search results for

Account Locked

31,782 results found

Post

Replies

Boosts

Views

Activity

Reply to Gatekepper acts against .app package developed by a freelancer for our company
[quote='852386022, VBFSDEV, /thread/795578?answerId=852386022#852386022, /profile/VBFSDEV'] they will have access to all certificates, as you cannot grant selective certificate access. [/quote] I think you’re confused by the terminology here (an industry-wide problem, alas). It’s fine to give anyone access to a certificate. It only contains a public key. To sign code you need a digital identity, aka a code-signing identity, which is a certificate and the private key that matches the public key in that certificate. So, there’s no issue with your freelancer being able to access your Developer ID certificate [1]. What you have to protect is the matching private key. I discuss this terminological confusion in more detail in TN3161 Inside Code Signing: Certificates [quote='852386022, VBFSDEV, /thread/795578?answerId=852386022#852386022, /profile/VBFSDEV'] there is no solution to perform our signing process without granting the freelancer access to our app store connect account, correct? [/quote] It’s not
Topic: Code Signing SubTopic: General Tags:
Aug ’25
My experience in renewing my Apple Enterprise developer account
I would like to share my experience of recently renewing my Apple Enterprise Developer account for my company. In the past few years, we have always managed to renew successfully without any glitches. This year, however, things are different. Initially, we had trouble renewing our account, and at first Apple rejected my application for renewal this time. It was a nerve-wracking time because this client was critical to our company's project. But through years of experience as an experienced Apple development engineer, and after exploring various alternatives, I finally managed to renew it. Successful payment $299. A friendly reminder to all of you: Please renew your Apple Enterprise developer accounts in advance. Don't wait until the last minute. You never know what unexpected problems may come up. I am more than happy to share my knowledge and experience with you to help you through the difficult times. Let's all focus on our developer tasks and make sure the world of Apple developm
8
0
1.1k
Nov ’24
Reply to Inquiry About Push Notification Behavior After App Transfer
Thanks for the clarification. I have one more question: After transferring an iOS app to a new Apple Developer account, if we update the backend server with the new .p8 file (for APNs authentication), but the app installed on user devices is still signed with the old distribution certificate (and therefore has the old Team ID), will push notifications continue to work with the new .p8 file? Or is it necessary to submit a new binary to the App Store, signed with the new account’s certificate and Team ID, for push notifications to function correctly?
Aug ’25
Inquiry About Push Notification Behavior After App Transfer
We are in the process of transferring our app to a new Apple Developer Organization account. Our app uses the Apple Push Notification service (APNs) with a .p8 authentication key configured on our server to send push notifications. We would like to confirm: Once the app transfer is completed, will push notifications continue to work temporarily using the existing .p8 key on our server, until we generate and configure a new .p8 key under the new organization's account? Understanding this behavior is critical for us to ensure a smooth transition and avoid any disruption in push notification delivery for our users. Thank you for your guidance and support.
2
0
101
Aug ’25
Reply to Gatekepper acts against .app package developed by a freelancer for our company
Yes. Just like you would do for iOS. But that is exactly the problem, no? If I grant access to app store connect, they will have access to all certificates, as you cannot grant selective certificate access. And that's what you warned about in your first post, no? Or did I misunderstand you here? As a follow-up to that, I understood now that it is clear that there is no solution to perform our signing process without granting the freelancer access to our app store connect account, correct? Hence: That’s a balance between what authority you want to grant them and how much time you want to spend servicing their requests for credential manipulation. Although, having said that, I’ll note that this is no different than it is for iOS. What is the role that allows the freelancer to do as you say and nothing else? I'm asking you as an expert because I cannot risk any unwanted data exposure; as we initially thought (according to initial talks with Apple Support) that we cannot grant access to our app store con
Topic: Code Signing SubTopic: General Tags:
Aug ’25
Reply to Can SMAppService Daemon replace SMJobBless for exclusive HID capture from keyboards?
[quote='852335022, felixs, /thread/795686?answerId=852335022#852335022, /profile/felixs'] Should I file a radar … about this? [/quote] Let’s hold off on that for a minute. [quote='852335022, felixs, /thread/795686?answerId=852335022#852335022, /profile/felixs'] Should I file a … DTS incident about this? [/quote] DTS incidents are no more. Instead we have DTS code-level support request. Most of those get bounced back to the forums [1], so you’re already in the right place. Are you testing this on a clean machine? Or testing the old code and the new code on the same machine? I suspect you’re hitting a TCC block and TCC can present weird results on development Macs. I generally recommend that you test stuff like this on a fresh machine. Usually I do this on a VM: I take a snapshot of the machine before it’s ever seen my app. I install my app. I test it. When I’m done, I restore the snapshot. And then repeat from step 2. Try this with the SMJobBless version of your app and make sure it works. Then restore from th
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’25
Reply to Gatekepper acts against .app package developed by a freelancer for our company
[quote='852314022, VBFSDEV, /thread/795578?answerId=852314022#852314022, /profile/VBFSDEV'] do you mean adding the freelancer to my app store connect account? [/quote] Yes. Just like you would do for iOS. [quote='852314022, VBFSDEV, /thread/795578?answerId=852314022#852314022, /profile/VBFSDEV'] which role would you recommend … ? [/quote] That’s a balance between what authority you want to grant them and how much time you want to spend servicing their requests for credential manipulation. Although, having said that, I’ll note that this is no different than it is for iOS. IMPORTANT There’s one thing to watch out for here. If you make them an Admin, don’t explicitly allow them to created Developer ID certificates. See the “Create cloud-managed Developer ID certificates” row in Developer > Support > Articles > Program Roles. [quote='852314022, VBFSDEV, /thread/795578?answerId=852314022#852314022, /profile/VBFSDEV'] You also say that we should not grant access to any certificates [/quote] There
Topic: Code Signing SubTopic: General Tags:
Aug ’25
Reply to Installing our app interferes with network connection in another app
Ah, nccourts.org is deliberately locking me out. When I go to www.nccourts.org, the site tells me I’m blocked. This seems to be because I’m not in the US. If I bounce through a Mac in Cupertino [1], I’m able to connect. [quote='852155022, jim-epoch, /thread/795697?answerId=852155022#852155022, /profile/jim-epoch'] I will give your idea of a test connection app a try! [/quote] Cool. When you reply here, use @DTS Engineer to tag me in. That’ll increase the chances of me seeing your reply. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Aug ’25
Reply to New TCC Modify syestem extension event doesn't send svent when tcc db changed with sqlite
Sorry I didn’t reply sooner. I wasn’t notified of your earlier post. I don’t think there’s any reasonable way for you to address this within your ES client. Rather, I recommend that you file a bug about it. Please post your bug number, just for the record. ps It wouldn’t surprise me if this were fixed by further locking down the TCC database but… hey… that’s not my call to make. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’25
App ID limit reached without any information beforehand
I setup an App that I have been testing on my macOS and iOS in Xcode. Then I realized I have 6 more apps I need to start working on. I have plans to become a developer in the Apple program but I want to get further in my coding to move forward. Apparently the UI Tests in my 6 Apps and those Apps took 10App ID limits from my account. I have App I have App UI Test and then and again up to a total of 5 of those 6 apps. My main app is now locked out of development? I wasn't planning on working on the other apps until I got my big first app developed. What can I do?! I am stuck. I can't work on my main app, nor can I work on the other apps. I'm not ready to at all.
3
0
78
Aug ’25