Hello from London! When I activate my iPhone XS- either by 'raise to wake' or by pressing the right side button, the Lock Screen will often jump to the 'swipe to choose new Lock Screen' view, i.e. as if I had done a long press on the existing Lock Screen. This happens approximately 1 in 4 wakes, I'm not touching the screen at all when this happens, I am quite careful to hold the phone by the edges. I have tried some adjustments in Settings/Accessibility/3D & Haptic Touch - no help. Ideally, I would like to disable Lock Screen changing but this does not seem to be an option. Any thoughts? This is really getting on my nerves... I'm running iOS 16.1 beta. Thanks in advance. Cheers, Brett.
Search results for
Account Locked
31,830 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
When the user pushed the lock device action on a macOS 14, it returned an acknowledgement but the device wasn't locked. Which resulted in loss of data on the device.
We are currently using a developer account license, but want to upgrade this to an enterprise account license. how to upgrade the account? Is there any option to using developer plan and enterprise plan using same account? For example app upload the to apple store and intune(enterprise). How is the pricing of two plans using the single account?
I am working on a sound recording app and I noticed that Voice Memos is abale to present an interface on the lock screen whwen the phone is locked. Is this a standard capability or something available only to Voice Memos because this is an Apple developed app? I'm just trying to figure out if there is anything that I need to do to support this feature.I was looking at the article Controlling Background Audio but this seems to be about supporting playback on the Now Playing screen, rather than a recording interface.Thanks!
Not sure I understand. Did you implement the workaround as stated? I've logged 2 days, 20:42 so far using my workaround without one freeze. I'm able to type my password in the lock screen from either after the screensaver kicks in or if the computer is sleeping to unlock my account.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hey guys,I have a bluetooth app that connects to a device. What I want to achieve is this: when a user switches apps or goes to the homescreen, I want to disconnect from the bluetooth device but when a user hits the lock screen, I want the bluetooth connection to be maintained. I am not super familiar with swift and ios dev so any advice would be great.Is there a way to determine whether a app is backgrounded due to the user going to the homescreen and when a user simply locks the phone?Thanks in advance.
Hi guys, 🙏I have a problem with repeated saving to the database. If I do the first update it is OK, but after the second attempt the update fails and the console says Failed to commit transaction: database is locked. Here is my function: func updateMapCoordinates(radius: Int32) { // Otevření databáze, pokud není otevřená guard db != nil else { print(Database connection is nil) return } var statement: OpaquePointer? = nil let updateQuery = UPDATE (mapTable) SET radius = ? WHERE id = 1; // Začátek transakce if sqlite3_exec(db, BEGIN TRANSACTION, nil, nil, nil) != SQLITE_OK { let errorMessage = String(cString: sqlite3_errmsg(db)) print(Failed to begin transaction: (errorMessage)) return } if sqlite3_prepare_v2(db, updateQuery, -1, &statement, nil) == SQLITE_OK { sqlite3_bind_int(statement, 1, radius) print(uložím (radius)) if sqlite3_step(statement) == SQLITE_DONE { print(Coordinates saved successfully) } else { let errorMessage = String(cString: sqlite3_errmsg(db)) print(Failed to save coordinates
Intermittently when I force touch to quick reply on the lock screen, you cannot see the letters your typing and the send button isn't there either.. Happens quite a lot.. I have to push the home button and force touch the conversation again for it to work..
On Safari on iOS, if you start scrolling with your finger mostly vertically or mostly horizontally, the scrolling gets locked along either the y or x axis. You can't scroll freely in any direction. However, if you started by scrolling diagonally you can scroll freely in any direction.This locking behavior persists until you pinch/spread or do some various gestures. I am not sure what exactly the rules for this are, and can find no documentation on the internet.Is there any way to disable this on a webpage, and ONLY have free scrolling?
We are looking at the possibility of launching our app through Siri with a locked device. We have the device responding to our App Intent but it is asking to be unlocked first. If the device is locked the intent works perfectly. It just doesn't seem to respect the set intentAuthenticationPolicy. Thank you for you time looking into this. We have set these var to .alwaysAllowed and open to true. static var authenticationPolicy: IntentAuthenticationPolicy = .alwaysAllowed static var openAppWhenRun: Bool = true Here is our full test code: import AppIntents import SwiftUI // MARK: - App Intents struct OpenAppIntent: AppIntent { static var title: LocalizedStringResource = Open Main App static var description: IntentDescription? = .init(stringLiteral: Opens the App) static var authenticationPolicy: IntentAuthenticationPolicy = .alwaysAllowed static var openAppWhenRun: Bool = true func perform() async throws -> some IntentResult { print(App opened) return .result() } } struct TestAppShortcutProvi
Hi, we have an iOS app which we recently decided to add a Watch Extension. The iOS app has Push Notification and Background capabilities enabled. It also contains some sensitive data stored in the Keychain. The Watch app is intended to let users, upon receive a push notification, get this notification on their paired Apple Watch if your phone is locked. On tap the notification they open the app on watch and have actions to process it. The watch app then send a message to iOS app using WCSession, waking up the iOS on background. Everything works as expected, the iOS app receives the message via WCSession and process it accordingly. The issue we have is that for a specific action, which need to access the Keychain to retrieve an information. We can access the keychain, the key is retrieved but the value has no data when the iOS app is on the background and locked. The value is retrieved if the iPhone is unlocked and the app is on background. On our Keychain wrapper we store and query the data
I work for a company, where we want to distrubute our internal app on the appstore for various reasons instead of the enterprise program, but I wanted to know what are the guidelines, for an app locked by a key or password in order to gain access the app?(this is all before user authentication).
https://developer.apple.com/documentation/WidgetKit/Adding-interactivity-to-widgets-and-Live-Activities#Add-a-toggle Before explaining the situation, I referred to this document. I'm making a widget with a toggle that works with Intent. (To be precise, it's Live Activity, but Apple's literally toggling and button interaction are implemented in the same way) If you press the toggle when the device is locked, the toggle represents the state. However, as described at the top of the same document, the device must be unlocked to execute Intent, so I can't actually change the data. That's fine, but how can I return the isOn of the toggle to false? I'm blocked here because no code is executed. If it is a widget in the home screen, it will be basically unlocked, so I can proceed according to the method of the document, but if it is today's view, user can access it even if device is locked. I tested it in today's view with the Reminders app, If I don't unlock the device after tapping the toggle it re
Hello, I'm trying to handle the following use case right after app installation: Display a microphone permission modal on the lock screen before answering an incoming call notification However, I've been searching for a way to show permission modals while the screen is locked, but I couldn't find any solution in other forums or documentation. I've also checked several calling apps, and it appears that none of them display permission modals either. Is this an OS specification/limitation? Are there any workarounds available?
Hi I am developing an app. Generally If your iPhone is unlocked, you get notifications on your iPhone, instead of your Apple Watch. If your iPhone is locked or asleep, and your Apple Watch is unlocked and on your wrist, you get notifications on your Apple Watch. In my app I want to notify notifications to user in iwatch when both iphone and iwatch are locked. Is that possible to notify in iwatch only when both iwatch and iphone are locked?