Search results for

Account Locked

31,830 results found

Post

Replies

Boosts

Views

Activity

iOS 16.1 Lock Screen switching issue
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.
2
0
728
Sep ’22
Developer account and enterprise account using same account
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?
1
0
593
Jul ’20
How do I provide record audio controls on the lock screen?
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!
0
0
707
Oct ’19
Differentiate between Homescreen click and Lock Screen click
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.
10
0
1.2k
Sep ’17
Sqlite database locked
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
1
0
526
Jun ’24
Safari on iOS: Prevent locking to axis while scrolling
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?
0
0
1.3k
Mar ’16
Launch App with Siri on a locked device
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
1
0
68
Apr ’25
Access iOS Keychain while the app is on background and locked
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
1
0
1.5k
Oct ’21
Password/Key code locked app
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).
0
0
848
Apr ’19
How to detect interaction of the widget's toggle at locked device
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
2
0
555
Oct ’24
Is it possible to show a permission dialog when the device is locked?
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?
1
0
103
Jun ’25
Is that possible to notify in iwatch only when both iwatch and iphone are locked?
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?
2
0
626
Feb ’16