Search results for

“Account Locked”

33,568 results found

Post

Replies

Boosts

Views

Activity

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
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
myApp Workspace" is locked for editing
Hello everyone,MacBook 15 end 2013, Sierra 10.12.1, Xcode 8.1(8B62)After a restauration of my app folder from my Time Machine, my project is bloqued, no more change can be make in Xcode.At opening it in Xcode, the following dialog appeared :myApp Workspace is locked for editing and you may not be able to save your change. Do you want to unlock it?I clicked on Unlock button and a next dialog appeared :The file myApp.xcuserdatad could not be unlocket. Unlocking failed for an unknown reason.Then I clicked on the OK button and the first dialog come on screen again and again...Thanks in advance for every suggestion, idea, help !Don
3
0
4.2k
Nov ’16
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
550
Jan ’18
UNNotifications and locked Apple Watch
Hey everyone! So recently I've been developing local notifications on watchOS 3.0 using the new UNNotification classes. I've been able to get through it no problem, but am now curious about something. If I schedule a notification for a point in time where the user does not have their watch on, or is locked, what should be the expected outcome? As of now, I am not receiving any notifications which is a bummer, but would hope that I can figure how to fix it. Thanks in advance for your time! - Alec
1
0
533
Oct ’16
Private key is not accessible when device is locked
We have implemented a Notification Service Extension in our app to handle remote notification and access keychain to get certificate and identity to refresh network relay configuration. Using SecItemCopyMatching to get SecIdentityRef works when device is unlocked. Whenever push notification arrives and device is locked, our notification service extension failed to access keychain to get identity reference with error code -25308 errSecInteractionNotAllowed. It looks like keychain is locked when device is locked. Is there a way to make keychain unlocked?
1
0
909
Jan ’24
Zoomed image locks app
I'm currently beta testing (using TestFlight) an app created using jQuery Mobile and Adobe Cordova. The resulting app works well except for one aspect. I've placed images inside collapsible sets of text. If a user zooms in on the image, the app locks and the user cannot get back to the text surrounding the image. How do I go about disabling the ability to zoom images in this app? Thanks for any help provided.
0
0
254
Feb ’21
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
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
632
Dec ’22
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
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
Replies
2
Boosts
0
Views
11k
Activity
Feb ’20
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.
Replies
5
Boosts
0
Views
2.1k
Activity
Jun ’17
myApp Workspace" is locked for editing
Hello everyone,MacBook 15 end 2013, Sierra 10.12.1, Xcode 8.1(8B62)After a restauration of my app folder from my Time Machine, my project is bloqued, no more change can be make in Xcode.At opening it in Xcode, the following dialog appeared :myApp Workspace is locked for editing and you may not be able to save your change. Do you want to unlock it?I clicked on Unlock button and a next dialog appeared :The file myApp.xcuserdatad could not be unlocket. Unlocking failed for an unknown reason.Then I clicked on the OK button and the first dialog come on screen again and again...Thanks in advance for every suggestion, idea, help !Don
Replies
3
Boosts
0
Views
4.2k
Activity
Nov ’16
Time is overlapping with Images in Lock Screen
I am Using IPhone 14 Pro Max. I have updated a picture in wallpaper. In Lock Screen, Time is overlapping with the images that i used with wallpaper.
Replies
1
Boosts
0
Views
1.9k
Activity
Sep ’23
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
Replies
0
Boosts
0
Views
550
Activity
Jan ’18
UNNotifications and locked Apple Watch
Hey everyone! So recently I've been developing local notifications on watchOS 3.0 using the new UNNotification classes. I've been able to get through it no problem, but am now curious about something. If I schedule a notification for a point in time where the user does not have their watch on, or is locked, what should be the expected outcome? As of now, I am not receiving any notifications which is a bummer, but would hope that I can figure how to fix it. Thanks in advance for your time! - Alec
Replies
1
Boosts
0
Views
533
Activity
Oct ’16
Private key is not accessible when device is locked
We have implemented a Notification Service Extension in our app to handle remote notification and access keychain to get certificate and identity to refresh network relay configuration. Using SecItemCopyMatching to get SecIdentityRef works when device is unlocked. Whenever push notification arrives and device is locked, our notification service extension failed to access keychain to get identity reference with error code -25308 errSecInteractionNotAllowed. It looks like keychain is locked when device is locked. Is there a way to make keychain unlocked?
Replies
1
Boosts
0
Views
909
Activity
Jan ’24
Keep NetService connection alive when device is locked
I'm using NetService to discover and then connect their streams to transfer data between devices. But the connection terminates when the device is locked. I've looked around but haven't found any working solutions. Is there any way to keep NetSerivce(tcp connection) alive even when the device is locked ?
Replies
5
Boosts
0
Views
2.1k
Activity
Oct ’19
iOS map navigation ability on lock sceen
Is there any API for navigation on lock screen like the Apple maps app? If not, please provide all the APIs that related to custom lock screen.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
849
Activity
Jul ’15
Zoomed image locks app
I'm currently beta testing (using TestFlight) an app created using jQuery Mobile and Adobe Cordova. The resulting app works well except for one aspect. I've placed images inside collapsible sets of text. If a user zooms in on the image, the app locks and the user cannot get back to the text surrounding the image. How do I go about disabling the ability to zoom images in this app? Thanks for any help provided.
Replies
0
Boosts
0
Views
254
Activity
Feb ’21
lock down apple developer portal
I would like to know whether it is possible to lock down the access to apple developer portal within our organization network. some third party services do provide dedicated URL with the company name on it and let us configure the firewall restriction. Is this something achievable?
Replies
0
Boosts
0
Views
325
Activity
Mar ’20
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
Replies
0
Boosts
0
Views
1.7k
Activity
Dec ’19
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?
Replies
0
Boosts
0
Views
632
Activity
Dec ’22
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
Replies
2
Boosts
0
Views
1.2k
Activity
Aug ’16
Full app UI on lock screen
not sure where to post this hence adding here. how to run in this full screen mode even when the screen is locked. As far as I looked, it’s only live activities that the developers are made available with. Is there a way to create our own UI on lockscreen, given a similar usecase exists?
Replies
2
Boosts
0
Views
466
Activity
Jan ’25