Search results for

“Account Locked”

34,366 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
543
Oct ’16
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
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
310
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
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.3k
Aug ’16
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
267
Feb ’21
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
646
Dec ’22
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
Reply to Urgent: Developer Account Locked After Payment – No Access or Refund
I've had the same experience as you. Account was created last week, locked this week. I called the phone number on the Developer Program invoice and they recommended I submit a support request on developer.apple.com/contact/apple-id which I have done. No response yet.
Replies
Boosts
Views
Activity
Apr ’25
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
543
Activity
Oct ’16
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
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
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)
Replies
0
Boosts
0
Views
310
Activity
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
Replies
2
Boosts
0
Views
11k
Activity
Feb ’20
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
334
Activity
Mar ’20
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
862
Activity
Jul ’15
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.3k
Activity
Aug ’16
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
267
Activity
Feb ’21
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
646
Activity
Dec ’22
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
Detect device lock on apple watch
Hi anybody figured out how to detect if the device gets locked ? The purpose would be to remove sensitive stuff on events where the user removes the watch from the wrist.
Replies
1
Boosts
0
Views
490
Activity
Jul ’15
Is Testflight region-locked as per App?
Can I get testers outside of an iphone App's region (when on the app store) to test an app via Test flight, or will they be denied by the same region lock as when released?
Replies
1
Boosts
0
Views
4.3k
Activity
Jun ’21
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
480
Activity
Jan ’25