Search results for

Account Locked

31,820 results found

Post

Replies

Boosts

Views

Activity

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
523
Oct ’16
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 Home app stuck on Loading Home... screen
I've read through this entire thread and am having the identical issue. I've tried everything on this list from the top to the bottom. My phone worked like a charm, the first time. When I go to setup a 'family' device it locks up at the loading scenes. If I reset homekit, the problem flips to the other device.Was anyone ever able to solve the multiple device/account issue where only the first iCloud account devices work?
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’16
Reply to Ios 11 Activation Problem
Thanks for your answerActually I make an OTA update ,After that my Iphone work normallythen I did a full erease and restore he ask me for my password to desactivate FMI , i put my password , nothing wrongwhen restarting ,the activation screen show up ,and the phone ask for to activate with another unknown account .and when i put my account he show me emails for others icloud users , sayin that you cannot activate your phone with that others emails accountsI take note of more than 20 emails accounts .and still in that lock screen
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’17
List in swiftui locking up
If I run this code below , it will goto the detail view the first time, but will not goto the detail view again. It locks up the program with no errors.If I add a second item in the first List (0..<2) it runs fine. Any ideas ?Xcode 11.3import SwiftUIstruct ContentView: View { var body: some View { NavigationView { List { NavigationLink(destination: DetailView() .navigationBarTitle(Test Detail)){ Text(Goto Detail).foregroundColor(.blue) } .navigationBarTitle(Welcome) } } }}struct ContentView_Previews: PreviewProvider { static var previews: some View { ContentView() }}struct DetailView: View { var body: some View { List(0 ..< 5) { item in Text(hello).foregroundColor(.blue) } }}
2
0
1k
Jan ’20
UNNotificationContentExtension does not handle action from lock screen
I am having issues with the UNNotificationContentExtension and actions on the lock screen.If the action requires authentication UIMutableUserNotificationAction.authenticationRequired and the notification is displayed on the lock screen using a UNNotificationContentExtension, the selected action is not sent to my UIApplicationDelegate to be handled.It only occurs in the specific case above.If the action does not require authentication, it works fine.If the notification is displayed on an unlocked phone, it works fine.If the notification is displayed on the lock screen without using the UNNotificationContentExtension, it works fine.It seems like the phone is treating the authentication for the action like a normal unlock, instead of an authentication for an action.For notifications that don't use UNNotificationContentExtension -- if I enter my passcode or fingerprint to authenticate an action the phone remains on the lock screen. But, if I use the UNNotificationContentExtensi
1
0
911
Sep ’16
External Accessory and Password Locked screen
Hello,It's unclear on documentation about the case of password locked screen. I plug my accessory and I can see the transfer activity from accessory side. But after unlocking the screen, my app does not launch automatically (in compare with unlocked screen). Is it a known limitation?Regards,Mikhail Kolesov
2
0
770
Jan ’18
Documents are locked when opened under XC UI Testing
Got an issue with XC UI Testing where I can't open documents without them being marked as locked (the Locked label is shown in the titlebar). The document in question is a testing asset and copied into the testing bundle for easy access. I've checked the file in bundle in Finder and the document is not marked as locked. I've also tried copying the document to a temp directory before opening it and it's still locked?! What's the trick for getting it to open without being locked?
1
0
580
Apr ’24
Lock screen clock (A very small request)
I doubt that the apple devs will actually read this. But if they do, may i have a small request for them? (I know you guys have move on from ios 10 to ios 11. But im stuck on my iphone 5 so no ios 11 for me :p) Add the capability for users to either customise/disable the clock on top of the lock screen for ios 10+ please? I have seen a lot of people trying to jailbreak their iphone just to get this feature, and honestly i dont see any reason this shouldnt be added. Furthermore, people jailbreaking their devices just to get a that simple of a feature is not what you want right? So again, could you please add the ability to disable or customise the lock screen clock? If it work for ios 10 and lower users, it would be even more wonderful. A small ios update adding a small feature wont bother anyone (I think).
1
0
473
Dec ’17