Search results for

“Account Locked”

33,579 results found

Post

Replies

Boosts

Views

Activity

DriverKit entitlement policy clarification for development purposes
I am seeking clarification on whether the various driverkit entitlement families (com.apple.developer.driverkit.family.*) are available for development on my local Mac without requesting entitlements from Apple. My experience is inconsistent with public statements made by Apple, and I am wondering if there have been changes to development entitlements as of 2026. I am hoping there is something obvious that I have missed. At WWDC2022 Apple stated that In MacOS... In fact, all DriverKit family entitlements are now available to use for development. On these very forums, Eskimo himself also suggested this was the case in 2024. However, my own experience has been that in my provisioning profile on my paid developer account, I am not able to obtain com.apple.developer.driverkit.family.networking for the purpose of developing a driver for unsupported hardware. As you can see, I do not have the networking entitlement: { .. Entitlements => { ... com.apple.developer.driverkit => true com.apple.developer.
2
0
119
3w
question about migrating `Sign in with Apple`
We need to transfer an App to other developer account, both the account are belong to our company. As we know, our app is using the Sign in with Apple function that we need to do some transfer job and we refer to this document: https://developer.apple.com/documentation/technotes/tn3159-migrating-sign-in-with-apple-users-for-an-app-transfer. There is a lot of users using the Sign in with Apple in our app, totally serval millions. To avoid risks as much as possible that we have to make the work flow very clearly, so we're seeking help here. I have serval questions, some I've got the answers from Google gemini and this Forums, I will list them below, please take a look what I understanding is correct or not, thanks. A. From the document above, can I performed the Steps 1&2 before the app transfer? if so, is there a maximum lead time for these transfer_subs? B. Regarding Step 5(Team B exchanging transfer identifiers via https://appleid.apple.com/auth/usermigrationinfo) are there specific rat
1
0
230
3w
Apple Developer Program membership still pending after 7 days (payment completed)
Hello, I enrolled in the Apple Developer Program as an individual through the developer.apple.com website. The payment was successfully charged from my credit card and I also received the official Apple invoice. However, my membership status is still showing as Pending in my developer account and I cannot access App Store Connect. It has now been more than 7 days since the purchase. Order Number: W1568033429 I also contacted Apple Developer Support but have not received any response yet. Has anyone experienced a similar issue or delay? Is there anything else I should do to resolve this? Thank you.
0
0
69
3w
Apps stuck in “Waiting for Review” for over a month – never entering “In Review”
Hello, I’m experiencing a very unusual issue with App Store Connect and I’m wondering if anyone else has encountered something similar. For more than a month now, none of my app submissions are progressing past “Waiting for Review.” Normally my apps enter the “In Review” stage within a few days, but since early February this simply doesn’t happen. As a result: • I cannot release bug fixes • I cannot ship updates • I cannot publish new apps I have already tried: • withdrawing and resubmitting the app • submitting multiple updates • requesting an expedite review However, every submission just stays in Waiting for Review indefinitely. This seems to affect all apps in my developer account, not just a specific app. Has anyone experienced something like this recently? Could this be related to an account-level issue or something on Apple’s side? Any insight would be greatly appreciated. Thanks!
9
0
270
3w
App rejected asking for more info, no reply after 12 days.
Hi, A reviewer rejected my app and asked me to reply in the Resolution Center with an explanation about part of the subscription flow and to provide an additional demo account. I provided the requested information within about 30 minutes of the reviewer’s message. However, it has now been 12 days and I have not heard back from the reviewer. I also sent follow-up messages through App Store Connect and contacted Apple Support via email 5 days ago regarding this issue, but I still haven’t received a response. Is this normal in situations like this? What would be the best thing to do now — keep waiting, or submit a new build? Thank you.
1
0
25
3w
All notarization submissions stuck "In Progress" for 20+ hours - new Developer ID account
Hi, All my notarization submissions have been stuck In Progress for 20+ hours with no resolution. No log is available for any of them. Environment: macOS 14.6.1 (Sonoma), Apple Silicon M2 xcrun notarytool submit Team ID: 68F9X2PLS8 Brand new Developer ID account (enrolled yesterday) Stuck submissions (latest 4): d624XXXX cb2eXXXX b1a8XXXX 8145XXXX What I've tried: Verified Developer ID Application certificate is valid System Status page shows green Stored credentials via keychain profile Contacted Apple Support (case 102840333931) Is this the in-depth analysis path for new accounts? Any ETA or workaround? Thank you.
1
0
44
3w
Reply to Questions about VoIP Push compliance rules and CallKit handling
[quote='878946022, DTS Engineer, /thread/817976?answerId=878946022#878946022'] The ACTUAL enforcement mechanism is a second check in callservicesd that happens a few seconds (~7s) after the push is delivered to your app. [/quote] If I display CallKit immediately after receiving the callback, and then the function returns, but the call ends within 7 seconds, will the second check be considered a misuse? [quote='878946022, DTS Engineer, /thread/817976?answerId=878946022#878946022'] First off, my major question would be why are you doing this? [/quote] We did this for two reasons: 1.Using VoIP + CallKit ensures call arrival rates while allowing users to easily answer calls from the lock screen. 2. Keeping the custom in-app call UI in the foreground and disabling CallKit gives users the ability to switch network nodes, improving call quality when the network is poor. But now I understand, we can keep both CallKit and the custom in-app call UI. The custom in-app call UI provides network node switching cap
3w
iPhone 17 Pro on iOS 26.3 stays unavailable in xcrun devicectl list devices even with Xcode 26.4 beta 2
I am unable to use my iPhone 17 Pro as a run destination in Xcode. The device appears at a low level, but CoreDevice / devicectl keeps reporting it as unavailable. Environment • Mac mini (Apple Silicon) • macOS 26.3 (Build 25D125) • iPhone 17 Pro • iOS 26.3 • Xcode 26.3 (Build 17C529) • Xcode 26.4 beta 2 (Build 17E5170d) Symptoms • The iPhone appears in Finder • On the iPhone, I tapped “Trust This Computer” • Developer Mode is enabled • Apple ID is added in Xcode Accounts • Team is configured in Signing & Capabilities • iOS Platform Support is installed • The device still does not become available as a run destination • Devices and Simulators does not show it in a usable state • xcrun devicectl list devices still shows unavailable Output of xcrun devicectl list devices Failed to load provisioning paramter list due to error: Error Domain=com.apple.dt.CoreDeviceError Code=1002 No provider was found. UserInfo={NSLocalizedDescription=No provider was found.}. devicectl manage create may support a redu
13
0
465
3w
Reply to Clarification on Allowed Uses of VoIP Push Notifications for Ending/Updating CallKit State
First off, as a side note, I'd strongly recommend reviewing this post to read about the newly introduced push delegate method, as it's a significant improvement over the previous API. However, I would like clarification about non-happy scenarios and when it is acceptable to use VoIP pushes to update or stop a CallKit ringing state. At a purely technical level, our only requirement is that your app must call reportNewIncomingCall for every VoIP push it receives. That also highlights the main downside of this approach, since inevitably means that your app will be forced to report extra calls which it would otherwise not have had to do. Any guidance on the recommended architecture for these cases would be greatly appreciated. My general view here is that this thinking: The server must inform User A that the call was rejected. ...is somewhat misguided, as it fails to account for the larger context all of this is happening in. More specifically, the basic call handling sequence looks like this: App Receiv
Topic: App & System Services SubTopic: General Tags:
3w
Reply to LiveCommunicationKit on watchOS: Displaying visual content during active call?
Unfortunately, on watchOS, the system doesn't seem to treat a video call any differently from an audio call and won't dismiss the system UI once it's answered. Basically... yes, that's what it does. watchOS VoIP support has a very narrow focus, which basically locks the screen into the CallUI in exactly the way you're describing. If you'd like this support to be expanded, please file a bug and post the bug number back here. We would like for our platform to be able to display visual content on the watch's screen during the call – in other words, we would like to be able to treat this as a video call. I believe the only way to do this at the moment is to stream the incoming video like any other video feed while using a PlayAndRecord audio session to capture audio from the user. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: General Tags:
3w
App waiting for review since 2 month
Hello, The app from my friends Emmanuel henry is waiting for review since 2 month. All the business section is ok and we ask for a quick review because it's a major update. Can you please help me ? The app bundle is com.applicatjo.priomessage I want to tell you his team id but i'm a admin of his account and i don't find the team id from my app store connect account
2
0
150
3w
Reply to Device Token Not Invalidated After App Uninstall (iOS 26.4 Beta)
By saying token is invalidated I assume you are talking about receiving a 410 Error for your push request. This is not an issue new to iOS 26.4. It seems like it just happens that you may have encountered it just yet, or have not noticed it before. The 410 status was never meant to be a signal for developers to determine that the app has been removed. It is only a signal to the push provider server that they should stop using that token. Although this could mean that the app may have been removed, it could also mean the token has changed while the app is still installed. The app token may change due to certain system events. Deleting and reinstalling the app, restoring the device from a backup, resetting the device (and then installing the app), certain major iOS updates, transferring all apps and data to a new device are all events that will cause the token to change. Because of this, it is recommended that apps register for remote notifications at every launch. If the token has changed, the app would need t
3w
Lock Screen shows skip buttons instead of next/previous when using MPRemoteCommandCenter with AVPlayer playlist
Hello, I’m building an iOS video player using AVPlayer and a custom playback queue. I implemented remote controls using MPRemoteCommandCenter and enabled: nextTrackCommand previousTrackCommand playCommand pauseCommand I disabled: skipForwardCommand skipBackwardCommand seekForwardCommand seekBackwardCommand I also set queue metadata in MPNowPlayingInfoCenter: MPNowPlayingInfoPropertyPlaybackQueueIndex MPNowPlayingInfoPropertyPlaybackQueueCount Even with these commands enabled and the queue count greater than 1, the iOS lock screen continues to display the 10-second skip buttons instead of the previous/next track buttons. The commands themselves work correctly when triggered externally (Control Center, headphones, etc.), but the UI still shows the skip controls. Is there a way to force the lock screen UI to display previous / next track buttons for a video playlist? Or is this behavior expected when using AVPlayer with video content? Thanks.
0
0
38
3w
DriverKit entitlement policy clarification for development purposes
I am seeking clarification on whether the various driverkit entitlement families (com.apple.developer.driverkit.family.*) are available for development on my local Mac without requesting entitlements from Apple. My experience is inconsistent with public statements made by Apple, and I am wondering if there have been changes to development entitlements as of 2026. I am hoping there is something obvious that I have missed. At WWDC2022 Apple stated that In MacOS... In fact, all DriverKit family entitlements are now available to use for development. On these very forums, Eskimo himself also suggested this was the case in 2024. However, my own experience has been that in my provisioning profile on my paid developer account, I am not able to obtain com.apple.developer.driverkit.family.networking for the purpose of developing a driver for unsupported hardware. As you can see, I do not have the networking entitlement: { .. Entitlements => { ... com.apple.developer.driverkit => true com.apple.developer.
Replies
2
Boosts
0
Views
119
Activity
3w
enrollment could not be completed
I want to publish an app, but my developer account is under Bashir Sons Group. When I visit developer.apple.com/account and go to Enroll, it shows my personal name instead of the company name, and I get this error: 'Your enrollment could not be completed. Your enrollment in the Apple Developer Program could not be completed at this time.'
Replies
0
Boosts
0
Views
101
Activity
3w
question about migrating `Sign in with Apple`
We need to transfer an App to other developer account, both the account are belong to our company. As we know, our app is using the Sign in with Apple function that we need to do some transfer job and we refer to this document: https://developer.apple.com/documentation/technotes/tn3159-migrating-sign-in-with-apple-users-for-an-app-transfer. There is a lot of users using the Sign in with Apple in our app, totally serval millions. To avoid risks as much as possible that we have to make the work flow very clearly, so we're seeking help here. I have serval questions, some I've got the answers from Google gemini and this Forums, I will list them below, please take a look what I understanding is correct or not, thanks. A. From the document above, can I performed the Steps 1&2 before the app transfer? if so, is there a maximum lead time for these transfer_subs? B. Regarding Step 5(Team B exchanging transfer identifiers via https://appleid.apple.com/auth/usermigrationinfo) are there specific rat
Replies
1
Boosts
0
Views
230
Activity
3w
Apple Developer Program membership still pending after 7 days (payment completed)
Hello, I enrolled in the Apple Developer Program as an individual through the developer.apple.com website. The payment was successfully charged from my credit card and I also received the official Apple invoice. However, my membership status is still showing as Pending in my developer account and I cannot access App Store Connect. It has now been more than 7 days since the purchase. Order Number: W1568033429 I also contacted Apple Developer Support but have not received any response yet. Has anyone experienced a similar issue or delay? Is there anything else I should do to resolve this? Thank you.
Replies
0
Boosts
0
Views
69
Activity
3w
Apps stuck in “Waiting for Review” for over a month – never entering “In Review”
Hello, I’m experiencing a very unusual issue with App Store Connect and I’m wondering if anyone else has encountered something similar. For more than a month now, none of my app submissions are progressing past “Waiting for Review.” Normally my apps enter the “In Review” stage within a few days, but since early February this simply doesn’t happen. As a result: • I cannot release bug fixes • I cannot ship updates • I cannot publish new apps I have already tried: • withdrawing and resubmitting the app • submitting multiple updates • requesting an expedite review However, every submission just stays in Waiting for Review indefinitely. This seems to affect all apps in my developer account, not just a specific app. Has anyone experienced something like this recently? Could this be related to an account-level issue or something on Apple’s side? Any insight would be greatly appreciated. Thanks!
Replies
9
Boosts
0
Views
270
Activity
3w
App rejected asking for more info, no reply after 12 days.
Hi, A reviewer rejected my app and asked me to reply in the Resolution Center with an explanation about part of the subscription flow and to provide an additional demo account. I provided the requested information within about 30 minutes of the reviewer’s message. However, it has now been 12 days and I have not heard back from the reviewer. I also sent follow-up messages through App Store Connect and contacted Apple Support via email 5 days ago regarding this issue, but I still haven’t received a response. Is this normal in situations like this? What would be the best thing to do now — keep waiting, or submit a new build? Thank you.
Replies
1
Boosts
0
Views
25
Activity
3w
All notarization submissions stuck "In Progress" for 20+ hours - new Developer ID account
Hi, All my notarization submissions have been stuck In Progress for 20+ hours with no resolution. No log is available for any of them. Environment: macOS 14.6.1 (Sonoma), Apple Silicon M2 xcrun notarytool submit Team ID: 68F9X2PLS8 Brand new Developer ID account (enrolled yesterday) Stuck submissions (latest 4): d624XXXX cb2eXXXX b1a8XXXX 8145XXXX What I've tried: Verified Developer ID Application certificate is valid System Status page shows green Stored credentials via keychain profile Contacted Apple Support (case 102840333931) Is this the in-depth analysis path for new accounts? Any ETA or workaround? Thank you.
Replies
1
Boosts
0
Views
44
Activity
3w
Reply to Questions about VoIP Push compliance rules and CallKit handling
[quote='878946022, DTS Engineer, /thread/817976?answerId=878946022#878946022'] The ACTUAL enforcement mechanism is a second check in callservicesd that happens a few seconds (~7s) after the push is delivered to your app. [/quote] If I display CallKit immediately after receiving the callback, and then the function returns, but the call ends within 7 seconds, will the second check be considered a misuse? [quote='878946022, DTS Engineer, /thread/817976?answerId=878946022#878946022'] First off, my major question would be why are you doing this? [/quote] We did this for two reasons: 1.Using VoIP + CallKit ensures call arrival rates while allowing users to easily answer calls from the lock screen. 2. Keeping the custom in-app call UI in the foreground and disabling CallKit gives users the ability to switch network nodes, improving call quality when the network is poor. But now I understand, we can keep both CallKit and the custom in-app call UI. The custom in-app call UI provides network node switching cap
Replies
Boosts
Views
Activity
3w
Reply to Unable to sign in to Sandbox Apple Account on Simulator
Didn't see that anyone replied to your post, but I'm experiencing the same issue. Can sign in to sandbox account on my device just fine but when I try on the simulator it does the same thing you described. Never lets me log in. There's nothing wrong with my sandbox account on my device.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
3w
iPhone 17 Pro on iOS 26.3 stays unavailable in xcrun devicectl list devices even with Xcode 26.4 beta 2
I am unable to use my iPhone 17 Pro as a run destination in Xcode. The device appears at a low level, but CoreDevice / devicectl keeps reporting it as unavailable. Environment • Mac mini (Apple Silicon) • macOS 26.3 (Build 25D125) • iPhone 17 Pro • iOS 26.3 • Xcode 26.3 (Build 17C529) • Xcode 26.4 beta 2 (Build 17E5170d) Symptoms • The iPhone appears in Finder • On the iPhone, I tapped “Trust This Computer” • Developer Mode is enabled • Apple ID is added in Xcode Accounts • Team is configured in Signing & Capabilities • iOS Platform Support is installed • The device still does not become available as a run destination • Devices and Simulators does not show it in a usable state • xcrun devicectl list devices still shows unavailable Output of xcrun devicectl list devices Failed to load provisioning paramter list due to error: Error Domain=com.apple.dt.CoreDeviceError Code=1002 No provider was found. UserInfo={NSLocalizedDescription=No provider was found.}. devicectl manage create may support a redu
Replies
13
Boosts
0
Views
465
Activity
3w
Reply to Clarification on Allowed Uses of VoIP Push Notifications for Ending/Updating CallKit State
First off, as a side note, I'd strongly recommend reviewing this post to read about the newly introduced push delegate method, as it's a significant improvement over the previous API. However, I would like clarification about non-happy scenarios and when it is acceptable to use VoIP pushes to update or stop a CallKit ringing state. At a purely technical level, our only requirement is that your app must call reportNewIncomingCall for every VoIP push it receives. That also highlights the main downside of this approach, since inevitably means that your app will be forced to report extra calls which it would otherwise not have had to do. Any guidance on the recommended architecture for these cases would be greatly appreciated. My general view here is that this thinking: The server must inform User A that the call was rejected. ...is somewhat misguided, as it fails to account for the larger context all of this is happening in. More specifically, the basic call handling sequence looks like this: App Receiv
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
3w
Reply to LiveCommunicationKit on watchOS: Displaying visual content during active call?
Unfortunately, on watchOS, the system doesn't seem to treat a video call any differently from an audio call and won't dismiss the system UI once it's answered. Basically... yes, that's what it does. watchOS VoIP support has a very narrow focus, which basically locks the screen into the CallUI in exactly the way you're describing. If you'd like this support to be expanded, please file a bug and post the bug number back here. We would like for our platform to be able to display visual content on the watch's screen during the call – in other words, we would like to be able to treat this as a video call. I believe the only way to do this at the moment is to stream the incoming video like any other video feed while using a PlayAndRecord audio session to capture audio from the user. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
3w
App waiting for review since 2 month
Hello, The app from my friends Emmanuel henry is waiting for review since 2 month. All the business section is ok and we ask for a quick review because it's a major update. Can you please help me ? The app bundle is com.applicatjo.priomessage I want to tell you his team id but i'm a admin of his account and i don't find the team id from my app store connect account
Replies
2
Boosts
0
Views
150
Activity
3w
Reply to Device Token Not Invalidated After App Uninstall (iOS 26.4 Beta)
By saying token is invalidated I assume you are talking about receiving a 410 Error for your push request. This is not an issue new to iOS 26.4. It seems like it just happens that you may have encountered it just yet, or have not noticed it before. The 410 status was never meant to be a signal for developers to determine that the app has been removed. It is only a signal to the push provider server that they should stop using that token. Although this could mean that the app may have been removed, it could also mean the token has changed while the app is still installed. The app token may change due to certain system events. Deleting and reinstalling the app, restoring the device from a backup, resetting the device (and then installing the app), certain major iOS updates, transferring all apps and data to a new device are all events that will cause the token to change. Because of this, it is recommended that apps register for remote notifications at every launch. If the token has changed, the app would need t
Replies
Boosts
Views
Activity
3w
Lock Screen shows skip buttons instead of next/previous when using MPRemoteCommandCenter with AVPlayer playlist
Hello, I’m building an iOS video player using AVPlayer and a custom playback queue. I implemented remote controls using MPRemoteCommandCenter and enabled: nextTrackCommand previousTrackCommand playCommand pauseCommand I disabled: skipForwardCommand skipBackwardCommand seekForwardCommand seekBackwardCommand I also set queue metadata in MPNowPlayingInfoCenter: MPNowPlayingInfoPropertyPlaybackQueueIndex MPNowPlayingInfoPropertyPlaybackQueueCount Even with these commands enabled and the queue count greater than 1, the iOS lock screen continues to display the 10-second skip buttons instead of the previous/next track buttons. The commands themselves work correctly when triggered externally (Control Center, headphones, etc.), but the UI still shows the skip controls. Is there a way to force the lock screen UI to display previous / next track buttons for a video playlist? Or is this behavior expected when using AVPlayer with video content? Thanks.
Replies
0
Boosts
0
Views
38
Activity
3w