Search results for

Account Locked

31,833 results found

Post

Replies

Boosts

Views

Activity

URLSessionDownloadTask fails with error -997 as soon as I lock my device.
I'm getting aError Domain=NSURLErrorDomain Code=-997 Lost connection to background transfer servicewhen I lock my screen after starting a background download process. I'm using Alamofire but I assume this would happen on a regular URLSession as well (because internally Alamofire is using URLSession). The downloads continue to work if I soft close the app but as soon as I lock my device, it start throwing this error.The URLSession is created this way: let config = URLSessionConfiguration.background(withIdentifier: MySession) config.isDiscretionary = true config.sessionSendsLaunchEvents = true config.shouldUseExtendedBackgroundIdleMode = trueI looked at the Console to see if any daemon crashed but couldn't find any. I see three errors right after locking the screen:BKLogEvent: couldn't find CombinedSequence properties Task <>.<48> finished with error - code: -999 Task <>.<48> load failed with error Error Domain=NSURLErrorDomain Code=-997 Lost connection to back
7
0
9.9k
Mar ’19
Adding Developer Account as Enterprise Account holder
My organization currently has an Enterprise account that we've been using for awhile. We now have an app that needs to be released to the public App Store, so need a regular Developer Account. This account should be tied to our organization, not to a specific person (just like our enterprise account). Is there a way to add the developer account to our existing enterprise account? Or does it need to be a new account? And if it's a new account, how do we get it tied to the same organization and manager (we have a person authorized to manage this stuff, but he's already the account holder on our enterprise account).
2
0
783
May ’24
Central Manager stops discover peripherals when device is locked
Hello everyone!I have an app which must broadcast and detect iOS devices using Core Bluetooth Central and Peripheral managers.It works pretty good in active mode Central Manager discover peripheral several times per second, in background mode (I have turned background modes for Central and Peripheral managers in Xcode settings) frequency of discovering became one time per two-three seconds.But problem comes up when device screen became locked. In that case Central Manager stops calling didDiscoverPeripheral even if I specify service UUID.Also, when screen unlocked Central Manager continue work in background mode.So, my questions are:What sate obtain application when users press lock button?Is there any way to make Central Manager to discover or connect to devices using their service UUID's?Is there is something I missed to turn on to make Central Manager work in locked screen mode?Is there any way to force Central Manager work with locked screen as in background mode?
7
0
3.7k
Jul ’15
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
623
Mar ’16
SceneKit crash when simply locking then unlocking device
This crashes every time:Any app that uses a SCNView will crash when the device is locked then unlocked!Steps to Reproduce:-Launch Xcode-File / New / Project / Game / SceneKit (note this template app has no audio)-(objective C or Swift does not matter)-Run the app on your device-Lock then unlock the device-Crash (AVAudioEngineGraph - even though this app has no audio)I have filed a bug.iOS 10.1 does not fix the bug, as the crash still happens in iOS 10.1 beta 3 (14B71) released October 10, 2016Only workaround I have found is to allow background audio (even though no audio is playing!), but in my app I do have audio, and I don't want to allow background audio (otherwise I'd have to manage pausing/unpausing the audio).
5
0
1.7k
Oct ’16
A problem with the Account Holder ID
Hello, I'm trying to renew my Appstore Connect subscription but unfortunately I'm facing problems. Our Account Holder ID is locked and when he tries to log in an error message keeps showing up saying This Apple ID has been Locked. Contact your Administrator or Manager to reset your password and unlock your account. whose the admin or manager in this case? I contacted the support multiple times and they referred me to this link. https://support.apple.com/en-us/HT201487 We tried these steps but sadly no luck. whenever he tries to change the password an error message keep popping up saying Need to reset your password? Contact your organization’s Administrator or Manager and ask them to reset the password for your Managed Apple ID
0
0
610
May ’23
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
387
Aug ’20
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.0k
Jan ’17
Why we still don’t have a way in SwiftUI to lock interface orientation?
After 5 years, 6 releases, SwiftUI still miss fundamental feature, lock interface orientation by view (can be by container, modal, …). Many apps for iPhone just want portrait orientation but in some cases needed a modal in lanscape for a photo viewer or video player. Interface orientation options in info.plist just don’t work because will lock all views in the app.
Topic: UI Frameworks SubTopic: SwiftUI
0
0
354
Jun ’24
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
569
Mar ’17
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
606
Apr ’22
Individual account to organisation account migration
Hi, I requested to migrate my Individual account to organisation account few days back. While the migration is under process, all my apps published under the individual account are unable to receive push messages. Although there is a message on my developer home screen that reads - Certain features of developer account are unavailable during the migration process, I wonder if the push messages are also not available during this time. if it is so, then Apple support team must give a second thought to this unavailability of push messages (Which I guess is due to suspension of certificates in developer account during migration process) which makes certain apps useless without them.
1
0
1.8k
Oct ’20