Search results for

Account Locked

31,814 results found

Post

Replies

Boosts

Views

Activity

programmically lock system mac OS
I am recreating screen saver type functionality in my mac OS app. My app requirements are to run on 10.11 and up.I am looking for a good way to call the lock screen. I have tried 5 or 6 different ways and the best I can do it sleeping the computer which, if the user has require password in system prefs it will lock. my only current solution is a shell call to pmset sleepnow, even pmset displaysleepnow fails.
Topic: UI Frameworks SubTopic: AppKit Tags:
4
0
1.2k
Mar ’17
Phone App Locks Up
Through each beta one problem has remained constant:Phone app freezes/locks up at random times. No pattern to it, purely arbitrary. Closing phone app and reopening has no effect. Does not affect any other apps when this happens, can still use iPhone for all other functions/apps. Have to reboot in order to be able to use it again. Currently using GM, have had this issue since beta 1.
0
0
129
Sep ’16
watchkit find iphone locked state
Is it possible to know the iphone locked state from the watch app?I would like to know if the iphone is unlockedI'm looking for either API in the watchkit (run the question in the watch app) or sending a message to the app to tell me (run the question on the iphone app)
0
0
289
Apr ’16
How to lock screen orientation for a specific view?
I have one view, that need to be locked in portrait only on the iPhone, but not on the iPad, but while it seems to be kinda easy on UIKit, I cannot find any solution for the SwiftUI. For UIKit it works through overriding supportedInterfaceOrientations in the controller, but I don't see any easy way to do so in the SwiftUI
2
0
11k
Feb ’20
Volume property locks up on AVAudioPlayerNode
Hi,My app uses a custom subclass of AVAudioPlayerNode.Occasionally, when I read the volume property, the call to self.volume never returns. If it happens in the main thread, the app's UI freezes, but the app continues to play sound and the other threads appear to be running.If it happens while I'm debugging, I can pause the app and see the stack trace, which looks like this:0 __psynch_mutexwait 1 _pthread_mutex_lock_wait 2 _pthread_mutex_lock_slow 3 CAMutex::Lock() 4 -[AVAudioNode volume] 5 (the line of my code that refers to the volume property)So it looks like the call to self.volume is causing the thread to wait on a lock that never becomes free.Is this a bug in AVFoundation, or could something in my code be causing it?Thanks,Frank
0
0
538
Jan ’18
Reply to My Developer Account is Locked
The same here. Developer account that I used for more than 10 years suddenly locked without any explanation. And the answer marked here as recommended - it's actually incorrect. Doesn't DTS Engineer know, if you can't log in, you also can't visit the contact page for the Apple Developer Program?
May ’25
Linking your iOS app to open Lock Screen Widget
Apple offers widgets on the lock screen from iOS 16. https://developer.apple.com/documentation/widgetkit/creating-lock-screen-widgets-and-watch-complications Currently to access these widgets on the lock screen user has to: 1.Lock their phone 2.Long press on lock screen 3.Hit Customize Button 4.Select from widgets option (Circular/Inline/Rectangular) to add / remove widget Is there anyway that can we link out of the app directly to the lock screen widget selector? Currently we have a way to deeplink the user from widget into the app, but is there a way on how to take the user from the app to the lock screen widget directly?
0
0
603
Dec ’22
Open a notification from the lock screen?
Does anyone know how to open a notification from the lock screen? On iOS 10 you could swipe right and then unlock with your fingerprint and it would go right to that app (say you got a text notification, swipe right and unlock and it would go into that conversation) Now I go to swipe right on anything and it opens the widget screen, swiping left brings up the camera, swiping up brings up the control panel and swiping down just refreshes the notifications.
5
0
2.1k
Jun ’17
Media controls on lock screen (iPad)
So I don't understand why the media controller works fine on iPhone iOS13 yet as soon as i run the same code on iPad the media controllers do not show up on the lock screen of the iPad.I hace search github to find an iPad radio station app that does show now playing information on iPad lock screens however it seems to be that there is none.I have made my code open source because I need you help to solve this issue. Apple wont approve of our app until we fix this bug - yet it's an Apple system bug i believe not a code issue bug.https://github.com/redimongo/DRN1https://stackoverflow.com/questions/59436760/ipad-media-controls/59462880#59462880
0
0
1.7k
Dec ’19
App terminate after iPhone is locked
Hi,My App works fine but is still in development....First SignON and scroll over my Tableview....make an Order and wait for Response (iPad App)...now after the order is submit my timer is still working check every 10 sec for response...now push my App in Background and foreground the timer ann App is still alive...but is automaticly settings the iPhone screen dimm the Screen and after a while my iPhone is locked,after unlock my iPhone and start my App ...my App is in login Screen...so i have set in my scheme Launch due to background fetch event! but it's not working...Why my App is terminated an not on my last screen after locked ?there are only simple URLConnection call on my timer....Thanks
2
0
1.2k
Aug ’16
Reply to Pairing Failed (Internal Alert)
Sometimes you just have to post the question for you to realize the answer.I think I figured it out. It seems to be an issue with activation lock getting in a weird state. Go into iCloud, Find my iPhone and delete your Watch from your account. Then go back and try pairing again. It fixed mine.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’19