Search results for

“Account Locked”

36,237 results found

Post

Replies

Boosts

Views

Activity

Adding GitHub account to Xcode Accounts
I am attempting to add my GitHub account to Xcode. However, when I go to add my account, I get the error Your account or token is incorrect. I've changed my GitHub password multiple times and it no matter what, I still get this error. Is there anything else I can do to get this up and running? Thank you!
2
0
2.8k
Jan ’21
As a noob would like to know if we can track the lock and unlock status of the Iphone
Hello buddies, I'm after a clarification if we can track the lock and unlock status of the Iphone? and if so how? Doing this as part of an MVP for an app that needs to track the usage of the phone via lock/un-lock status. I read through all the licensing, security, developer guidelines from the Apple support I received, but I didn't find anything. Appreciate your help.
2
0
415
Aug ’20
Displaying captured image while device orientation is locked
Hello, I am creating an AR application that can be used on iPad and iPhone. While using it on iPhone, I am locking the Apps orientation in portrait mode. When taking a snapshot of the ARView while holding the iPhone in a landscape orientation, and displaying the taken image in a gallery view / Image View, the image is always rotated by 90°. Similarly, when the iPhone is held upside down, the displayed image is shown upside down. Is there a way to make sure that the image is displayed properly?
0
0
638
Nov ’23
Call Kit behaviors depending on lock state of the device.
Call Kit behaviors depending on lock state of the device.I am working a new iOS VOIP app and while an experienced iOS developer, I have not done VOIP in the past so a lot of this is new to me. I’m looking for clarification as to differences in how CallKit handles an incoming call depending on the lock state of the device and confirmation as to the reasoning behind it.My Assumption Based on ObservationIf my phone is locked and an incoming call is being handled by CallKit (as via my experience using WWDC’s Speakerbox demo) the user will see a system “Incoming Call” view with a “Slide to answer” widget. Upon sliding they will have an active audio connection with the caller and the UI will change to a view I’d call the “Active Call” view. This view presents a button to visit the app and potentially a video button if the app has advertised this as a video call. When the user taps the app or video button they are made to authenticate using a passcode or TouchID. Once authenticated they ar
Topic: UI Frameworks SubTopic: UIKit Tags:
6
0
7.1k
Jan ’17
Deactivate zoom/crop on lock screen background images
Hi there. I am a graphic designer and stuck with a stupid built in iOS problem. I enjoy creating background images for my lock screen and started to use typography in the designs, like quotes. I made the images in the exact pixel size my iPhone 16ProMax needs for full screen. In the photo app i can swipe through the images and they all fit precisely onto my screen. Now I want iOS to display those designs randomly on my lock screen. I create a new lock screen, choose „random“ and select the album in my camera roll. But as soon as those images are used as lock screens, they are randomly scaled and cropped without any visible logic behind it. Fun fact: When the images only show symmetrical shapes. they fit perfectly. As soon as type is on the JPG (or PNG) the scaling and repositioning starts. Any thoughts of how to get rid of this bug? The should be a simple button to deactivate random scaling. Or at least a „fit to screen“, as it won’t change anything if the images are made f
Topic: Design SubTopic: General
0
0
1.8k
May ’26
10-15 Main Thread Lock on Keyboard Presentation
Using a UITextView in a standard way, I am experiencing a 10-15 second main thread lock on becomeFirstResponder. In addition typing is sometimes effected and does not respond for a few seconds resulting and a spew of characters once the lock is released.I tried Stack Overflow with this, but because there is no real code involved, that went nowhere.I am into this issue over 10 hours and am scrambling to get some help to solve it.What I have is a stack trace from XCode and a stack trace from Instruments System Trace. System Trace shows that the lock on the main thread was released by an OS thread and not one of mine. Notice in the XCode trace that Thread 6 has enqueued some code to main thread and applied a semaphore wait. Attached are the stack traces.XCode Trace
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
603
Mar ’17
iOS 13.1.2 Carplay Complete lock up
Audi Q5 2018 Connected with cableCan connect to phone and make a phone call. Once Phone is connected and call is in play CarPlay control stops. Can not end Phone Call from Carplay. Have to revert to Phone itself. No up down controlls to access any Car Play features once lock up occurs.
1
0
866
Oct ’19
Lock screen media controls for MusicKit/ ApplicationMusicPlayer
Hi, when using ApplicationMusicPlayer from MusicKit my app automatically gets the media controls on the lock screen: Play/ Pause, Skip Buttons, Playback Position etc. I would like to customize these. Tried a bunch of things, e.g. using MPRemoteCommandCenter. So far I haven't had any success. Does anyone know how I can customize the media controls of ApplicationMusicPlayer. Thank you.
2
0
589
Aug ’25
Lock Screen Lag
I'm experiencing really bad lag times when swiping to open my phone. There are times where the screen will go to sleep and then when I swipe it again everything works fine. Is anyone else experiencing this?
2
0
658
Mar ’16
macOS Gamecenter login failure causes system lock
I've found an issue that seems to be present across multiple titles i've tried so far. On macOS, launch a game without a game center Open the GameCenter Access Point overlay (or wait for an auto sign in prompt) Choose Sign in with another account Enter a valid AppleID email address Enter an incorrect password so the login fails The GC prompt then locks up, the password field can't be edited and the pop-up cannot be closed. Pressing cmd+Q does not close the application This occurs on multiple systems running macOS 12.3 but not on a system with macOS 11.3 Anyone else experienced this and found a workaround, or is the Gamecenter login just broken?
0
0
684
Apr ’22
iOS Background Bluetooth: BLE scanning when iPhone is locked
I am looking for someone from the team at Apple to help me with a bluetooth issue we are experiencing. I am part of a team that is building a product line with a bluetooth device that requires us to use background bluetooth scanning. The device sends BLE packets periodically and the phone receives these packets and sends the data to our DB. We were able to get background bluetooth packets receiving (although sporadically) on the phone. However we cannot receive any packets while the app is backgrounded and the phone is locked. So my question is two fold: This is more critical: Is there any way to allow scanning while the app is backgrounded and the phone is locked? This is secondary: Is there anyway to make background scanning more reliable/predictable so that we can get consistent readings in the background
7
0
16k
Jul ’20
Adding GitHub account to Xcode Accounts
I am attempting to add my GitHub account to Xcode. However, when I go to add my account, I get the error Your account or token is incorrect. I've changed my GitHub password multiple times and it no matter what, I still get this error. Is there anything else I can do to get this up and running? Thank you!
Replies
2
Boosts
0
Views
2.8k
Activity
Jan ’21
As a noob would like to know if we can track the lock and unlock status of the Iphone
Hello buddies, I'm after a clarification if we can track the lock and unlock status of the Iphone? and if so how? Doing this as part of an MVP for an app that needs to track the usage of the phone via lock/un-lock status. I read through all the licensing, security, developer guidelines from the Apple support I received, but I didn't find anything. Appreciate your help.
Replies
2
Boosts
0
Views
415
Activity
Aug ’20
Displaying captured image while device orientation is locked
Hello, I am creating an AR application that can be used on iPad and iPhone. While using it on iPhone, I am locking the Apps orientation in portrait mode. When taking a snapshot of the ARView while holding the iPhone in a landscape orientation, and displaying the taken image in a gallery view / Image View, the image is always rotated by 90°. Similarly, when the iPhone is held upside down, the displayed image is shown upside down. Is there a way to make sure that the image is displayed properly?
Replies
0
Boosts
0
Views
638
Activity
Nov ’23
Call Kit behaviors depending on lock state of the device.
Call Kit behaviors depending on lock state of the device.I am working a new iOS VOIP app and while an experienced iOS developer, I have not done VOIP in the past so a lot of this is new to me. I’m looking for clarification as to differences in how CallKit handles an incoming call depending on the lock state of the device and confirmation as to the reasoning behind it.My Assumption Based on ObservationIf my phone is locked and an incoming call is being handled by CallKit (as via my experience using WWDC’s Speakerbox demo) the user will see a system “Incoming Call” view with a “Slide to answer” widget. Upon sliding they will have an active audio connection with the caller and the UI will change to a view I’d call the “Active Call” view. This view presents a button to visit the app and potentially a video button if the app has advertised this as a video call. When the user taps the app or video button they are made to authenticate using a passcode or TouchID. Once authenticated they ar
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
6
Boosts
0
Views
7.1k
Activity
Jan ’17
Deactivate zoom/crop on lock screen background images
Hi there. I am a graphic designer and stuck with a stupid built in iOS problem. I enjoy creating background images for my lock screen and started to use typography in the designs, like quotes. I made the images in the exact pixel size my iPhone 16ProMax needs for full screen. In the photo app i can swipe through the images and they all fit precisely onto my screen. Now I want iOS to display those designs randomly on my lock screen. I create a new lock screen, choose „random“ and select the album in my camera roll. But as soon as those images are used as lock screens, they are randomly scaled and cropped without any visible logic behind it. Fun fact: When the images only show symmetrical shapes. they fit perfectly. As soon as type is on the JPG (or PNG) the scaling and repositioning starts. Any thoughts of how to get rid of this bug? The should be a simple button to deactivate random scaling. Or at least a „fit to screen“, as it won’t change anything if the images are made f
Topic: Design SubTopic: General
Replies
0
Boosts
0
Views
1.8k
Activity
May ’26
10-15 Main Thread Lock on Keyboard Presentation
Using a UITextView in a standard way, I am experiencing a 10-15 second main thread lock on becomeFirstResponder. In addition typing is sometimes effected and does not respond for a few seconds resulting and a spew of characters once the lock is released.I tried Stack Overflow with this, but because there is no real code involved, that went nowhere.I am into this issue over 10 hours and am scrambling to get some help to solve it.What I have is a stack trace from XCode and a stack trace from Instruments System Trace. System Trace shows that the lock on the main thread was released by an OS thread and not one of mine. Notice in the XCode trace that Thread 6 has enqueued some code to main thread and applied a semaphore wait. Attached are the stack traces.XCode Trace
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
603
Activity
Mar ’17
iOS 17: opt out of WidgetRenderingMode.vibrant / iPad Lock Screen
We don't have a suitable design for our widget for WidgetRenderingMode.vibrant as used on the iPad Lock Screen. Is there a way to opt out of having our widget available there? The iOS 17 photos widget seems to behave like this. It is available for iPhone StandBy, but not for iPad Lock Screen. This is the behaviour we want to have.
Replies
1
Boosts
0
Views
1.1k
Activity
Jun ’23
App locks up at the log in screen about once a month.
My app locks up about once a month at the log in screen. Seems really slow at first, but then just freezes. We reset the web app, and it clears it up, but I would really like to find out the root cause, and fix it. Any suggestions?
Replies
2
Boosts
0
Views
495
Activity
Nov ’17
LockedCameraCapture - Lock Screen Camera Capture UI Question
After the session video, Build a great Lock Screen camera capture experience, was unclear about the UI. So do developers need to provide a whole new UI in the extension? The main UI cannot be repurposed?
Replies
27
Boosts
0
Views
3.8k
Activity
Jun ’24
iOS 13.1.2 Carplay Complete lock up
Audi Q5 2018 Connected with cableCan connect to phone and make a phone call. Once Phone is connected and call is in play CarPlay control stops. Can not end Phone Call from Carplay. Have to revert to Phone itself. No up down controlls to access any Car Play features once lock up occurs.
Replies
1
Boosts
0
Views
866
Activity
Oct ’19
Lock screen media controls for MusicKit/ ApplicationMusicPlayer
Hi, when using ApplicationMusicPlayer from MusicKit my app automatically gets the media controls on the lock screen: Play/ Pause, Skip Buttons, Playback Position etc. I would like to customize these. Tried a bunch of things, e.g. using MPRemoteCommandCenter. So far I haven't had any success. Does anyone know how I can customize the media controls of ApplicationMusicPlayer. Thank you.
Replies
2
Boosts
0
Views
589
Activity
Aug ’25
Lock Screen Lag
I'm experiencing really bad lag times when swiping to open my phone. There are times where the screen will go to sleep and then when I swipe it again everything works fine. Is anyone else experiencing this?
Replies
2
Boosts
0
Views
658
Activity
Mar ’16
Apple watched locked
I tried hard resetting Apple Watch multiple times and it still won’t erase all content on my Apple Watch I can’t even do it through my iPhone help please
Replies
0
Boosts
0
Views
209
Activity
Sep ’20
macOS Gamecenter login failure causes system lock
I've found an issue that seems to be present across multiple titles i've tried so far. On macOS, launch a game without a game center Open the GameCenter Access Point overlay (or wait for an auto sign in prompt) Choose Sign in with another account Enter a valid AppleID email address Enter an incorrect password so the login fails The GC prompt then locks up, the password field can't be edited and the pop-up cannot be closed. Pressing cmd+Q does not close the application This occurs on multiple systems running macOS 12.3 but not on a system with macOS 11.3 Anyone else experienced this and found a workaround, or is the Gamecenter login just broken?
Replies
0
Boosts
0
Views
684
Activity
Apr ’22
iOS Background Bluetooth: BLE scanning when iPhone is locked
I am looking for someone from the team at Apple to help me with a bluetooth issue we are experiencing. I am part of a team that is building a product line with a bluetooth device that requires us to use background bluetooth scanning. The device sends BLE packets periodically and the phone receives these packets and sends the data to our DB. We were able to get background bluetooth packets receiving (although sporadically) on the phone. However we cannot receive any packets while the app is backgrounded and the phone is locked. So my question is two fold: This is more critical: Is there any way to allow scanning while the app is backgrounded and the phone is locked? This is secondary: Is there anyway to make background scanning more reliable/predictable so that we can get consistent readings in the background
Replies
7
Boosts
0
Views
16k
Activity
Jul ’20