Search results for

“Account Locked”

32,725 results found

Post

Replies

Boosts

Views

Activity

iOS 13.1.2 Carplay Complete lock up
Audi Q5 2018 Connected with cableCan connect to phone and make a phone call. Once Phone is connected and call is in play CarPlay control stops. Can not end Phone Call from Carplay. Have to revert to Phone itself. No up down controlls to access any Car Play features once lock up occurs.
1
0
853
Oct ’19
Lock screen media controls for MusicKit/ ApplicationMusicPlayer
Hi, when using ApplicationMusicPlayer from MusicKit my app automatically gets the media controls on the lock screen: Play/ Pause, Skip Buttons, Playback Position etc. I would like to customize these. Tried a bunch of things, e.g. using MPRemoteCommandCenter. So far I haven't had any success. Does anyone know how I can customize the media controls of ApplicationMusicPlayer. Thank you.
2
0
535
Aug ’25
ios 11 app lock issue
Anyone else getting an error on ios 11 devices when trying to remove a single app mode payload when you have certain settings disabled in the restrictions payloadFor example:1. install restrictions payload with camera disabled, and single app mode locked to an app on the device2. remove the single app mode payload and resend the profile to the deviceThis will result in the following error: The payload contains a restriction that conflicts with an installed Single App Mode payloadWe have found you cannot remove a single app payload when the following restrictions are disabledAllow use of cameraAllow use of FaceTimeAllow use of iMessageAllow installing apps using Apple Configurator and iTunesAllow installing apps using app storeAllow Game CenterAllow iCloud document syncAllow pairing with Apple WatchAllow use of iTunes storeAllow use of PodcastsAllow use of the News appAllow use of the Safari browserThis is definitely not happening on older ios versionsThis seems like a bug to me unless anyone can tell
3
0
1.8k
Oct ’17
Why we still don’t have a way in SwiftUI to lock interface orientation?
After 5 years, 6 releases, SwiftUI still miss fundamental feature, lock interface orientation by view (can be by container, modal, …). Many apps for iPhone just want portrait orientation but in some cases needed a modal in lanscape for a photo viewer or video player. Interface orientation options in info.plist just don’t work because will lock all views in the app.
Topic: UI Frameworks SubTopic: SwiftUI
0
0
376
Jun ’24
Updating Wallpaper and Lock-screen from an iOS APP
Hi Everyone,We are working on iOS APP using Swift API and this APP gets published only to internal AppStore.As part of this APP, is it possible to implement functionality to dynamically or based on user action, update iOS Device Wallpaper and/or Lock-screen image?Any pointer to specific documentation or example will be helpful.Regards,Kalyan
1
0
2.9k
Nov ’18
Getting Heart Rate Lock outside of a Workout
How can I get the watch to lock onto the heart rate before starting a workout, in the same way that precision start works on the Ultra? In the past it required a special permission and I requested this several times without hearing back. I assume this was because the permission was intended for other app types (meditation etc). However now that precision start is available in the native app it would be great to provide it in my workout app. I looked around for the permission form again but couldn't find it so I was wondering if anyone knows how to do this? Thanks.
0
0
1.1k
Oct ’22
iOS Background Bluetooth: BLE scanning when iPhone is locked
I am looking for someone from the team at Apple to help me with a bluetooth issue we are experiencing. I am part of a team that is building a product line with a bluetooth device that requires us to use background bluetooth scanning. The device sends BLE packets periodically and the phone receives these packets and sends the data to our DB. We were able to get background bluetooth packets receiving (although sporadically) on the phone. However we cannot receive any packets while the app is backgrounded and the phone is locked. So my question is two fold: This is more critical: Is there any way to allow scanning while the app is backgrounded and the phone is locked? This is secondary: Is there anyway to make background scanning more reliable/predictable so that we can get consistent readings in the background
7
0
16k
Jul ’20
Lock widget for pro-users
Hi, I have added widgets to my iOS app and I would like to make this feature only accessible to pro users that have made a non-consumable in-app purchase. Currently, I am doing the following: I store an isUnlocked property in the Keychain after the purchase is made I read data to be displayed in the widget and here I also query the Keychain and store whether the widget is unlocked I have no refresh policy, but only change the widget data on a significant time change a different view is displayed when the app is locked Some dummy code snippets: func getTimeline(in context: Context, completion: @escaping (Timeline) -> Void) { ttlet entry = readContents() ttlet timeline = Timeline(entries: [entry], policy: .never) ttcompletion(timeline) } struct WidgetEntryView: View { ttlet entry: Provider.Entry @Environment(.widgetFamily) var family @ViewBuilder var body: some View { switch family { case .systemSmall: if !entry.isUnlocked { LockedWidgetView() } else if let event = entry.event { SmallWidgetEventView
7
0
3.7k
Oct ’20
A problem with the Account Holder ID
Hello, I'm trying to renew my Appstore Connect subscription but unfortunately I'm facing problems. Our Account Holder ID is locked and when he tries to log in an error message keeps showing up saying This Apple ID has been Locked. Contact your Administrator or Manager to reset your password and unlock your account. whose the admin or manager in this case? I contacted the support multiple times and they referred me to this link. https://support.apple.com/en-us/HT201487 We tried these steps but sadly no luck. whenever he tries to change the password an error message keep popping up saying Need to reset your password? Contact your organization’s Administrator or Manager and ask them to reset the password for your Managed Apple ID
1
0
805
May ’23
Reply to No longer can load or test application on iPhone via XCode 11
Thanks for the reply Claude !After 3 hours of searching/reading I was able to find a Google posting which had the right answer for me:I solved my issue with these steps:Open keychain access.Right-click the 'login' keychain and request to Lock itRight-click the 'login' keychain and request to Unlock it (enter your PC account password)In XCode, clean the project by selecting Product/Clean Build Folder optionSelect your attached iPhone in Xcode and Build the projectEnter your PC account password everytime you are prompted (I was prompted 5 separate times)
Mar ’20
iOS 13.1.2 Carplay Complete lock up
Audi Q5 2018 Connected with cableCan connect to phone and make a phone call. Once Phone is connected and call is in play CarPlay control stops. Can not end Phone Call from Carplay. Have to revert to Phone itself. No up down controlls to access any Car Play features once lock up occurs.
Replies
1
Boosts
0
Views
853
Activity
Oct ’19
Lock screen media controls for MusicKit/ ApplicationMusicPlayer
Hi, when using ApplicationMusicPlayer from MusicKit my app automatically gets the media controls on the lock screen: Play/ Pause, Skip Buttons, Playback Position etc. I would like to customize these. Tried a bunch of things, e.g. using MPRemoteCommandCenter. So far I haven't had any success. Does anyone know how I can customize the media controls of ApplicationMusicPlayer. Thank you.
Replies
2
Boosts
0
Views
535
Activity
Aug ’25
App locks up at the log in screen about once a month.
My app locks up about once a month at the log in screen. Seems really slow at first, but then just freezes. We reset the web app, and it clears it up, but I would really like to find out the root cause, and fix it. Any suggestions?
Replies
2
Boosts
0
Views
483
Activity
Nov ’17
LockedCameraCapture - Lock Screen Camera Capture UI Question
After the session video, Build a great Lock Screen camera capture experience, was unclear about the UI. So do developers need to provide a whole new UI in the extension? The main UI cannot be repurposed?
Replies
27
Boosts
0
Views
3.5k
Activity
Jun ’24
Upgrading an Individual account to an Organization Account
Hi! I was wondering if I could create an individual account, and later on upgrade it to be owned by my organization. Is this possible? Or will I have to create a whole new account? Thanks in advance!
Replies
0
Boosts
0
Views
342
Activity
Apr ’21
What methods can determine the user leaves the computer, and then lock the computer
What methods can determine the user leaves the computer, and then lock the computer. For example windows' C++ method GetLastInputInfo()
Replies
6
Boosts
0
Views
717
Activity
Nov ’15
ios 11 app lock issue
Anyone else getting an error on ios 11 devices when trying to remove a single app mode payload when you have certain settings disabled in the restrictions payloadFor example:1. install restrictions payload with camera disabled, and single app mode locked to an app on the device2. remove the single app mode payload and resend the profile to the deviceThis will result in the following error: The payload contains a restriction that conflicts with an installed Single App Mode payloadWe have found you cannot remove a single app payload when the following restrictions are disabledAllow use of cameraAllow use of FaceTimeAllow use of iMessageAllow installing apps using Apple Configurator and iTunesAllow installing apps using app storeAllow Game CenterAllow iCloud document syncAllow pairing with Apple WatchAllow use of iTunes storeAllow use of PodcastsAllow use of the News appAllow use of the Safari browserThis is definitely not happening on older ios versionsThis seems like a bug to me unless anyone can tell
Replies
3
Boosts
0
Views
1.8k
Activity
Oct ’17
Why we still don’t have a way in SwiftUI to lock interface orientation?
After 5 years, 6 releases, SwiftUI still miss fundamental feature, lock interface orientation by view (can be by container, modal, …). Many apps for iPhone just want portrait orientation but in some cases needed a modal in lanscape for a photo viewer or video player. Interface orientation options in info.plist just don’t work because will lock all views in the app.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
0
Boosts
0
Views
376
Activity
Jun ’24
Updating Wallpaper and Lock-screen from an iOS APP
Hi Everyone,We are working on iOS APP using Swift API and this APP gets published only to internal AppStore.As part of this APP, is it possible to implement functionality to dynamically or based on user action, update iOS Device Wallpaper and/or Lock-screen image?Any pointer to specific documentation or example will be helpful.Regards,Kalyan
Replies
1
Boosts
0
Views
2.9k
Activity
Nov ’18
10.10.1 beta keeps locking up then logs me out? anyone else?
10.10.1 beta keeps locking up then logs me out? anyone else?
Replies
1
Boosts
0
Views
69
Activity
Sep ’15
Getting Heart Rate Lock outside of a Workout
How can I get the watch to lock onto the heart rate before starting a workout, in the same way that precision start works on the Ultra? In the past it required a special permission and I requested this several times without hearing back. I assume this was because the permission was intended for other app types (meditation etc). However now that precision start is available in the native app it would be great to provide it in my workout app. I looked around for the permission form again but couldn't find it so I was wondering if anyone knows how to do this? Thanks.
Replies
0
Boosts
0
Views
1.1k
Activity
Oct ’22
iOS Background Bluetooth: BLE scanning when iPhone is locked
I am looking for someone from the team at Apple to help me with a bluetooth issue we are experiencing. I am part of a team that is building a product line with a bluetooth device that requires us to use background bluetooth scanning. The device sends BLE packets periodically and the phone receives these packets and sends the data to our DB. We were able to get background bluetooth packets receiving (although sporadically) on the phone. However we cannot receive any packets while the app is backgrounded and the phone is locked. So my question is two fold: This is more critical: Is there any way to allow scanning while the app is backgrounded and the phone is locked? This is secondary: Is there anyway to make background scanning more reliable/predictable so that we can get consistent readings in the background
Replies
7
Boosts
0
Views
16k
Activity
Jul ’20
Lock widget for pro-users
Hi, I have added widgets to my iOS app and I would like to make this feature only accessible to pro users that have made a non-consumable in-app purchase. Currently, I am doing the following: I store an isUnlocked property in the Keychain after the purchase is made I read data to be displayed in the widget and here I also query the Keychain and store whether the widget is unlocked I have no refresh policy, but only change the widget data on a significant time change a different view is displayed when the app is locked Some dummy code snippets: func getTimeline(in context: Context, completion: @escaping (Timeline) -> Void) { ttlet entry = readContents() ttlet timeline = Timeline(entries: [entry], policy: .never) ttcompletion(timeline) } struct WidgetEntryView: View { ttlet entry: Provider.Entry @Environment(.widgetFamily) var family @ViewBuilder var body: some View { switch family { case .systemSmall: if !entry.isUnlocked { LockedWidgetView() } else if let event = entry.event { SmallWidgetEventView
Replies
7
Boosts
0
Views
3.7k
Activity
Oct ’20
A problem with the Account Holder ID
Hello, I'm trying to renew my Appstore Connect subscription but unfortunately I'm facing problems. Our Account Holder ID is locked and when he tries to log in an error message keeps showing up saying This Apple ID has been Locked. Contact your Administrator or Manager to reset your password and unlock your account. whose the admin or manager in this case? I contacted the support multiple times and they referred me to this link. https://support.apple.com/en-us/HT201487 We tried these steps but sadly no luck. whenever he tries to change the password an error message keep popping up saying Need to reset your password? Contact your organization’s Administrator or Manager and ask them to reset the password for your Managed Apple ID
Replies
1
Boosts
0
Views
805
Activity
May ’23
Reply to No longer can load or test application on iPhone via XCode 11
Thanks for the reply Claude !After 3 hours of searching/reading I was able to find a Google posting which had the right answer for me:I solved my issue with these steps:Open keychain access.Right-click the 'login' keychain and request to Lock itRight-click the 'login' keychain and request to Unlock it (enter your PC account password)In XCode, clean the project by selecting Product/Clean Build Folder optionSelect your attached iPhone in Xcode and Build the projectEnter your PC account password everytime you are prompted (I was prompted 5 separate times)
Replies
Boosts
Views
Activity
Mar ’20