Search results for

“Account Locked”

34,379 results found

Post

Replies

Boosts

Views

Activity

Why Can the Recording Be Normal After the Phone Screen Is Locked During the Allocation Process of Instruments?
When I use Instruments to record Allocation, the phone will display a dialog box indicating that the phone is unlocked when the screen is locked, as shown in Figure 1. When I have started recording allocation and lock the screen 10s later, the allocation can be recorded normally. For details, see Figure 2. I want to know why. Start recording for 10s and lock the screen on the device. The recording can be performed normally. What is the principle of this?
1
0
651
Jan ’24
AccessibilityUIServer has microphone locked
Just installed iOS 18 Beta 3. I am seeing my AccessibilityUIServer using the microphone and this is causing no notification sounds, inability to use Siri by voice and volume is grayed out. If I start to play anything with sound AccessibilityUIServer releases the microphone and I am able to use the app. Calls still work since AccessibilityUIServer will release and the phone will ring. Feed back ID is FB14241838.
12
0
6.6k
Jul ’24
How to change the main account of our App in our closed account.
Hello, our account was closed months ago. I have made a great effort to get a response by filling out all the forms, especially Apple Turkey, but months have passed and I have not reached a conclusion. We created a developer account and opened a developer account for our company with the help of duns. After opening the account, we published our application and suddenly our developer account was closed. Since our developer account was our main account, we could not fully control our application. We would like to know why the closed account was closed, how we can change our main account using our company information or how to open our closed account. We really wasted a lot of time with developer support and turkey support team and got no help! How can we solve this problem?
0
0
106
Jul ’25
How to detect Device Lock and Unlock events in iOS application extension ?
Hey guys,My iOS application has an extension that detects device Unlock and Lock event. I found 2 separate API to detect. Both of them work great.But my code is rejected twice by Apple Review Team. The following reason was to reject our binary.From AppleGuideline 2.5.1 - Performance - Software RequirementsYour app uses or references the following non-public APIs:com.apple.springboard.lockcompletecom.apple.springboard.lockstate1. First solution to detect device lock and unlock-----------------------------------Code Starts here-----------------------------------#import <notify.h> int notify_token; notify_register_dispatch(com.apple.springboard.lockstate, ¬ify_token, dispatch_get_main_queue(), ^(int token) { uint64_t state = UINT64_MAX; notify_get_state(token, &state); if(state == 0) { self->lastActiveDate = [NSDate date]; self->deviceCurrentState = _DEVICE_LOCK_STATE_UNLOCKED; } else { self->deviceCurrentState = _DEVICE_LOCK_STATE_LOCKED; } } );------------------------------
Topic: UI Frameworks SubTopic: AppKit Tags:
4
0
7.6k
Aug ’18
Lock Screen Password Reset Impossible Since Sonoma
Posting this here in hopes someone at Apple will be made aware. Since Sonoma, the Old Password field was removed from the Reset Password UI. Apparently, this made it impossible to reset a password from the lock screen even when the password meets the requirements. Since there was no other option but to forcefully reboot, the Reset Password UI on the login screen was even less intuitive. Enter password, prompted to reset password, specify new password (same password attempted from Lock Screen Rest Password UI), Reset Password button grayed out. Hmm. Where do I enter my old password that I just entered to trigger the Reset Password UI? Oh, the Enter Password field. We've had two users resort to resetting their password with the FileVault recovery key due to this Reset Password UI change. If anyone else has in an environment with MacOS Sonoma devices managed by MDM, would be interested to know if the same behavior occurs.
2
0
1.2k
Oct ’23
Reply to iOS 11.3 beta 2 iMessage completely broken?
I got the same peoblem and cannot fix the issue, mac os 10.13.4 And ios 11.3 beta 2, i signed out and cannot log back into my account at all. I have done reset and restore, itunes over the air restore from multiple backups and it doesnt work at all..... how to i disable imessages on my iphone completely? The message app is frrezing up and seems to be looking for a log in? I went into icloud and diable imessages but the message up is still freezing up? Apple come on this is bad one, its like my account is locked out and i can authenticate anymore
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’18
Reply to Company Developer Account locked
Hey i got some updates. @coffenbacher @ignalonzo @RinatAB I reached out to Apple via email, and at first, they responded and asked for ID verification(again). I provided all the necessary documents, but then they completely ghosted me no explanation, no resolution, just silence. It’s beyond frustrating that they take zero responsibility for these account bans, especially when they can’t even explain why they happened. Like you, @ignalonzo They suggested to create a new Apple ID, but that doesn’t solve the underlying issue. There’s no guarantee they won’t lock the new account as well. It’s so disheartening.
Mar ’25
User account and apple accounts are different
how to manage subscriptions if authentication email on app is different from apple accounts used to manage subscription.In our app we have an authentication system that is used to authenticate user and also register the user.Our app has subscription plans for accessing the content on the app.But sometimes user uses different email address for signing up on the app from the apple account in that particular case how do we handle the subscription ??
5
0
2.6k
Jan ’17
Why Can the Recording Be Normal After the Phone Screen Is Locked During the Allocation Process of Instruments?
When I use Instruments to record Allocation, the phone will display a dialog box indicating that the phone is unlocked when the screen is locked, as shown in Figure 1. When I have started recording allocation and lock the screen 10s later, the allocation can be recorded normally. For details, see Figure 2. I want to know why. Start recording for 10s and lock the screen on the device. The recording can be performed normally. What is the principle of this?
Replies
1
Boosts
0
Views
651
Activity
Jan ’24
PKCanvasView locked maximumZoomScale?
Hi.I´m testing the new iOS 13 framework Pencilkit. But I have seen when im trying to set maximumZoomScale to some value (example 256), PKCanvasView set 10 as max zoom scale, is there any way to change this?Thanks
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
752
Activity
Oct ’19
Help with IPAD locked
My ipad said IPad is disabled connect to ITunes I can't no where with trying to reset. Has anyone else had this issue? If so, can you give advise to unlocking
Replies
0
Boosts
0
Views
269
Activity
Jan ’21
AccessibilityUIServer has microphone locked
Just installed iOS 18 Beta 3. I am seeing my AccessibilityUIServer using the microphone and this is causing no notification sounds, inability to use Siri by voice and volume is grayed out. If I start to play anything with sound AccessibilityUIServer releases the microphone and I am able to use the app. Calls still work since AccessibilityUIServer will release and the phone will ring. Feed back ID is FB14241838.
Replies
12
Boosts
0
Views
6.6k
Activity
Jul ’24
System Preferences Locked?
After installing Catalina I can't make any changes in System Preferences toiCloudInternet AccountsNetworkSecurity and Privacywithout getting a There was an error in ____________ preferences messageAnyone else having this issue?
Replies
11
Boosts
0
Views
3.0k
Activity
Jun ’19
Lock and unlock app feature using Auto renewable purchase
In my app which is platform independent can I use Auto renewable to lock or unlock app feature . Is it possible that app may be rejected by Apple .
Replies
1
Boosts
0
Views
285
Activity
Jun ’16
How to change the main account of our App in our closed account.
Hello, our account was closed months ago. I have made a great effort to get a response by filling out all the forms, especially Apple Turkey, but months have passed and I have not reached a conclusion. We created a developer account and opened a developer account for our company with the help of duns. After opening the account, we published our application and suddenly our developer account was closed. Since our developer account was our main account, we could not fully control our application. We would like to know why the closed account was closed, how we can change our main account using our company information or how to open our closed account. We really wasted a lot of time with developer support and turkey support team and got no help! How can we solve this problem?
Replies
0
Boosts
0
Views
106
Activity
Jul ’25
ios 9.3 iPhone 6s lock/touch id problem
When I open iPhone with touch Id, phone opens but locks immediately after and works second time. It does that almost every time.
Replies
4
Boosts
0
Views
746
Activity
Feb ’16
Transfer app from personal account to team account
I've been developing an app for a client using my own developer account and the app ID is registered to my account. I am now a team member of my clients account and I want the app associated with their account when it is launched. Is there an easy way to transfer the app id or should I launch the app in the Appstore and then transfer the app ID?
Replies
1
Boosts
0
Views
863
Activity
Mar ’20
How to detect Device Lock and Unlock events in iOS application extension ?
Hey guys,My iOS application has an extension that detects device Unlock and Lock event. I found 2 separate API to detect. Both of them work great.But my code is rejected twice by Apple Review Team. The following reason was to reject our binary.From AppleGuideline 2.5.1 - Performance - Software RequirementsYour app uses or references the following non-public APIs:com.apple.springboard.lockcompletecom.apple.springboard.lockstate1. First solution to detect device lock and unlock-----------------------------------Code Starts here-----------------------------------#import <notify.h> int notify_token; notify_register_dispatch(com.apple.springboard.lockstate, ¬ify_token, dispatch_get_main_queue(), ^(int token) { uint64_t state = UINT64_MAX; notify_get_state(token, &state); if(state == 0) { self->lastActiveDate = [NSDate date]; self->deviceCurrentState = _DEVICE_LOCK_STATE_UNLOCKED; } else { self->deviceCurrentState = _DEVICE_LOCK_STATE_LOCKED; } } );------------------------------
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
4
Boosts
0
Views
7.6k
Activity
Aug ’18
Lock Screen Password Reset Impossible Since Sonoma
Posting this here in hopes someone at Apple will be made aware. Since Sonoma, the Old Password field was removed from the Reset Password UI. Apparently, this made it impossible to reset a password from the lock screen even when the password meets the requirements. Since there was no other option but to forcefully reboot, the Reset Password UI on the login screen was even less intuitive. Enter password, prompted to reset password, specify new password (same password attempted from Lock Screen Rest Password UI), Reset Password button grayed out. Hmm. Where do I enter my old password that I just entered to trigger the Reset Password UI? Oh, the Enter Password field. We've had two users resort to resetting their password with the FileVault recovery key due to this Reset Password UI change. If anyone else has in an environment with MacOS Sonoma devices managed by MDM, would be interested to know if the same behavior occurs.
Replies
2
Boosts
0
Views
1.2k
Activity
Oct ’23
Reply to iOS 11.3 beta 2 iMessage completely broken?
I got the same peoblem and cannot fix the issue, mac os 10.13.4 And ios 11.3 beta 2, i signed out and cannot log back into my account at all. I have done reset and restore, itunes over the air restore from multiple backups and it doesnt work at all..... how to i disable imessages on my iphone completely? The message app is frrezing up and seems to be looking for a log in? I went into icloud and diable imessages but the message up is still freezing up? Apple come on this is bad one, its like my account is locked out and i can authenticate anymore
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’18
Reply to Company Developer Account locked
Hey i got some updates. @coffenbacher @ignalonzo @RinatAB I reached out to Apple via email, and at first, they responded and asked for ID verification(again). I provided all the necessary documents, but then they completely ghosted me no explanation, no resolution, just silence. It’s beyond frustrating that they take zero responsibility for these account bans, especially when they can’t even explain why they happened. Like you, @ignalonzo They suggested to create a new Apple ID, but that doesn’t solve the underlying issue. There’s no guarantee they won’t lock the new account as well. It’s so disheartening.
Replies
Boosts
Views
Activity
Mar ’25
(FIXED) Beta 6: screen lock not respecting configured timeout
Since the last beta update, the phone is requiring a passcode almost immediately after lock. I have Require Passcode configured to 1 hour.If one locks the phone and reopens again, it does not ask. But leaving it a couple minutes locked, it already asks the passcode again.
Replies
4
Boosts
0
Views
704
Activity
Mar ’16
User account and apple accounts are different
how to manage subscriptions if authentication email on app is different from apple accounts used to manage subscription.In our app we have an authentication system that is used to authenticate user and also register the user.Our app has subscription plans for accessing the content on the app.But sometimes user uses different email address for signing up on the app from the apple account in that particular case how do we handle the subscription ??
Replies
5
Boosts
0
Views
2.6k
Activity
Jan ’17