Search results for

“Account Locked”

36,223 results found

Post

Replies

Boosts

Views

Activity

Lock screen problems with iTunes
Everytime I play music and stop it, the music controls window that appears on Lock Screen turn black (when I finish listen music) and never dissapier. So at the end of the day I may have ten small black music controls window on lock screen and to check notification I have to scroll down several screens to ge there.
0
0
1.8k
Jun ’18
Reply to Your session has expired, please login
Xcode 11.7 didn't solve the problem. Be carful not to try too many times. My AppleID just got locked out and I have to wait 24 hours for it to recover. Apparently, after failing to connect to Authentication Servers, it signals a fault on your Apple ID and causes your account to be locked down. Hoping a new Update for Big Sur solves this problem ASAP.
Sep ’20
iTunes locks up when I start it
For a week or so after downloading 10.14 beta, iTunes worked fine. Now whenever I run it it locks up immediately, giving me spinning cursor pizza.Last time I used it I left it showing the Podcasts. So it's possible that the thing causing it to lock up is checking to see if there are any new Podcasts on my subscription list.Any help ?
1
0
385
Jun ’18
Phone unlock/lock detection
Hi, I'll explain my question through how whatsapp does it. When the phone is locked then whatsapp routes call through apple's native callkit When unlocked, pressing accept essentially redirects to whatsapp and then whatsapp handles the call from there. However, this component of unlock detection is what I'm not able to find any info about. Essentially, how i do it is: let isPhoneLocked = !UIApplication.shared.isProtectedDataAvailable isProtectedDataAvailable == true → device is unlocked isProtectedDataAvailable == false → device is locked The problem is that if the phone has been recently unlocked, then protected data is still available on the phone even after the lock for the next 10-40 seconds. So theres a false positive. I want there to be a foolproof and robust way to do this. And I'm not entirely sure how
3
0
460
Nov ’25
Account Holder locked out of developer.apple.com since January 18 - 9 support requests ignored
I am the Account Holder (Team ID: KCRXG75U7S). Since January 18, 2026, I cannot access developer.apple.com — it redirects to the Need assistance contact form. App Store Connect works fine. I have live apps on the App Store. On January 18, I received unexpected Welcome to the Apple Developer Program and You're invited to join a development team emails, even though I was already a member. After that, all access to the developer portal was lost. I have submitted 9+ support requests since February 11. Not a single one has received a response. Chat support disconnects. Phone support only creates new cases. Case IDs: 102835281938, 102824841068, 102819959750, 20000111583405, 20000111568823 Can any Apple engineer please look into this?
1
0
169
Mar ’26
Calendar events show on Lock Screen
I have the iPhone 14 pro max. I DO NOT want my calendar events showing on my Lock Screen. Went to settings and turned Lock Screen notifications off etc. Does absolutely nothing. And every time I listen to music in car through Apple play the music widget stays on Lock Screen. Will not go away. I have turned off notifications. I have restarted phone. It is completely ridiculous
0
0
468
Jan ’23
Reply to StoreKit 2 - Issue
First of all app should read receipt data, validate it by Apple certificate, decode data to get purchases and another info to configure/lock/unlock some functionality, by getting receipt data during debug your app will be promted to enter login and pwd of sandbox account. You should try to purchase with sandbox account.
Topic: App & System Services SubTopic: StoreKit Tags:
Oct ’22
Live Photo and lock screen
HiWill there be some ways to activate the live photo when we use the raise to wake up feature or simply press the home button on lock screen ?An option to auto play the live photo on the lock screen could be a nice and fancy feature to add to the options and could definitly have a harry potter feeling when raising the phone just to look up at the kids picture 🙂
0
0
269
Jul ’16
Lock screen problems with iTunes
Everytime I play music and stop it, the music controls window that appears on Lock Screen turn black (when I finish listen music) and never dissapier. So at the end of the day I may have ten small black music controls window on lock screen and to check notification I have to scroll down several screens to ge there.
Replies
0
Boosts
0
Views
1.8k
Activity
Jun ’18
Reply to Your session has expired, please login
Xcode 11.7 didn't solve the problem. Be carful not to try too many times. My AppleID just got locked out and I have to wait 24 hours for it to recover. Apparently, after failing to connect to Authentication Servers, it signals a fault on your Apple ID and causes your account to be locked down. Hoping a new Update for Big Sur solves this problem ASAP.
Replies
Boosts
Views
Activity
Sep ’20
iTunes locks up when I start it
For a week or so after downloading 10.14 beta, iTunes worked fine. Now whenever I run it it locks up immediately, giving me spinning cursor pizza.Last time I used it I left it showing the Podcasts. So it's possible that the thing causing it to lock up is checking to see if there are any new Podcasts on my subscription list.Any help ?
Replies
1
Boosts
0
Views
385
Activity
Jun ’18
Is it possible to disable auto-lock?
What should I do if I want my app to stay active even when user doesn't touch the screen?Screen dims and divice locks after 30s, 1m, 2m, etc. (depending on settings).
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
4
Boosts
0
Views
7.8k
Activity
Dec ’18
Behaviour of openParentApplication:reply When iPhone is locked
Can anyone let us know he behaviour of the API call openParentApplication:reply when the iPhone device is locked?
Replies
1
Boosts
0
Views
185
Activity
Jul ’15
Phone unlock/lock detection
Hi, I'll explain my question through how whatsapp does it. When the phone is locked then whatsapp routes call through apple's native callkit When unlocked, pressing accept essentially redirects to whatsapp and then whatsapp handles the call from there. However, this component of unlock detection is what I'm not able to find any info about. Essentially, how i do it is: let isPhoneLocked = !UIApplication.shared.isProtectedDataAvailable isProtectedDataAvailable == true → device is unlocked isProtectedDataAvailable == false → device is locked The problem is that if the phone has been recently unlocked, then protected data is still available on the phone even after the lock for the next 10-40 seconds. So theres a false positive. I want there to be a foolproof and robust way to do this. And I'm not entirely sure how
Replies
3
Boosts
0
Views
460
Activity
Nov ’25
Account Holder locked out of developer.apple.com since January 18 - 9 support requests ignored
I am the Account Holder (Team ID: KCRXG75U7S). Since January 18, 2026, I cannot access developer.apple.com — it redirects to the Need assistance contact form. App Store Connect works fine. I have live apps on the App Store. On January 18, I received unexpected Welcome to the Apple Developer Program and You're invited to join a development team emails, even though I was already a member. After that, all access to the developer portal was lost. I have submitted 9+ support requests since February 11. Not a single one has received a response. Chat support disconnects. Phone support only creates new cases. Case IDs: 102835281938, 102824841068, 102819959750, 20000111583405, 20000111568823 Can any Apple engineer please look into this?
Replies
1
Boosts
0
Views
169
Activity
Mar ’26
iOS 18 Locked/Hidden apps
Is there a way for an app to interact with the new iOS 18 feature Locked/Hidden Apps? In our apps we prompt our users for biometric authentication ourselves and found that locking an app seems to interfere with that.
Replies
2
Boosts
0
Views
1.2k
Activity
Jul ’24
FaceTime disconnects when iPhone is locked
Every time I'm on FaceTime and I lock my phone or hit the power button the FaceTime ends.
Replies
2
Boosts
0
Views
502
Activity
Oct ’15
how to bypass icloud activation lock?
I recently bought an iPhone 6 plus off an app called 5 mile, the phone has an icloud activation lock on it i would like to is the a simple way to unlock the phone without the icloud password?
Replies
3
Boosts
0
Views
3.6k
Activity
Sep ’15
Changing Lock Current State
Hi guys,I am a beginner of Home Kit APIs. I am trying to work a locker througout home kit APIs. I would like to know how can I switch the current state of the locker (from lock to unlock)I am very appreciated your helps.Thanks
Replies
1
Boosts
0
Views
504
Activity
Jun ’17
Calendar events show on Lock Screen
I have the iPhone 14 pro max. I DO NOT want my calendar events showing on my Lock Screen. Went to settings and turned Lock Screen notifications off etc. Does absolutely nothing. And every time I listen to music in car through Apple play the music widget stays on Lock Screen. Will not go away. I have turned off notifications. I have restarted phone. It is completely ridiculous
Replies
0
Boosts
0
Views
468
Activity
Jan ’23
Reply to StoreKit 2 - Issue
First of all app should read receipt data, validate it by Apple certificate, decode data to get purchases and another info to configure/lock/unlock some functionality, by getting receipt data during debug your app will be promted to enter login and pwd of sandbox account. You should try to purchase with sandbox account.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
Live Photo and lock screen
HiWill there be some ways to activate the live photo when we use the raise to wake up feature or simply press the home button on lock screen ?An option to auto play the live photo on the lock screen could be a nice and fancy feature to add to the options and could definitly have a harry potter feeling when raising the phone just to look up at the kids picture 🙂
Replies
0
Boosts
0
Views
269
Activity
Jul ’16