Search results for

“Account Locked”

32,730 results found

Post

Replies

Boosts

Views

Activity

Account is terminated because transferring app from another account
I bought someone else's app and they transferred their app to my account last year. The app was working fine until today when I updated the app I got the message that my account was suspended due to a link to a suspended account. I suspect that after transferring the app to my account, my seller's account broke the rules and was terminated. When I bought the app, I couldn't tell if the seller's account was in violation or not. But apple thought that my account was related to another account and terminated my account. Is there a way to explain to apple so they can recover my account? Help me please.
2
0
786
Jun ’23
Having trouble removing songs from Lock Screen after app is closed
This is in response to those having trouble closing the Apple Music widget present on locks screen after you’ve closed the app. In order to close it out completely press down on the screen at the bottom and hold before swiping up. You should see all the windows or widgets you have open. Closing the music app that way will remove it from your Lock Screen. Hope this helps
0
0
299
Mar ’21
Request Help for iCloud Activation Lock – iPhone 16 Pro
Hello, I need help with iCloud Activation Lock on my device. Device: iPhone 16 Pro 256GB Serial Number: HCJD73C0MJ IMEI: 350766435041555 / 350766435124831 I cannot access the original Apple ID, so the device is stuck on Activation Lock. I am the legitimate owner and I have proof of purchase and ID for verification. Please advise on the proper steps to resolve this issue. Thank you.
1
0
65
Feb ’26
Account
Hi, how are you? I need to remove my developer devices from my account because in Xcode when i want to test my application i get this message: Your development team has reached the maximum number of registered iPhone devices.
0
0
252
Aug ’24
How to keep meditation timer running if app is in background or phone is locked?
I've just finished making a meditation app for iphone using swiftui which includes a timer. The only problem is the timer stops when the app is in the background or the phone is locked. The user can select between 2 and 60 minutes on the timer and play, pause, reset the timer. When seconds remaining equals zero the timer ends and a meditation bell sound plays to signal the end of the meditation. Currently I use the default timer on the iphone when I meditate in the Clock app. If I set this timer for 20 minutes and lock the phone, at the end of the 20 minutes the timer will go off and notify me with whatever sound I selected in When Timer Ends. If the default Clock app on the iphone has this basic functionality, why is it so hard to have the same functionality in the meditation app I'm making? Wouldn't the safest/easiest way to have the timer run in the background or when the phone is locked be the same method the default Clock app uses? While meditating, we don't want to have our ph
1
0
2.2k
Aug ’21
Music info showing in Command Center but not Lock Screen
Using Swift 4+, iOS 11.4+, Xcode 10+I've built a music player using MPMediaPlayer and I can interact with it from the Command Center, however I would like to be able to also use it on the Lock Screen.(To be honest, I'm a bit confused as to why it's showing/working in the Command Center as I have not written any code to do this.Nevertheless, I would also like it to show in the Lock Screen.)This is what I have done so far:1) I'm using the applicationMusicPlayer and made certain something is playing during my tests:let myMP:MPMusicPlayerController = MPMusicPlayerController.applicationMusicPlayerPlus I've also tried these variations with the same failed results:let myMP:MPMusicPlayerController = MPMusicPlayerController.applicationQueuePlayerandlet myMP:MPMusicPlayerApplicationController = MPMusicPlayerApplicationController.applicationQueuePlayer2) Set the BackgroundModes to include Audio, Fetch, and Remote Notificationsunder Capabilities > Background Modes (info.plist)3) Added AVAudioSession
0
0
1.1k
Jan ’19
Reply to Core NFC writeLock()
OK - yes being stupid - missed out some returns! Not totally sure why it would not just fall through correctly, but this has fixed itif (self.lockTag) { // locking required also os_log(Tag needs to be locked) tag.writeLock() { (error: Error?) in if error != nil { os_log(LOCK FAILED!!) session.alertMessage = Lock failed try again session.invalidate() return } else { session.alertMessage = Write and Lock successful session.invalidate() return } } returnThis works perfectly and locks the tags.
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’19
Core Data Persistent Store Coordinator Lock
I am wondering whether the persistent store coordinator (PSC) locks all connected contexts for writing after calling save() on a context. When the code inside of an (overridden) willSave() method of a (custom) managed object is executed, can there be a second context (connected to the same PSC) where the same code is executed concurrently with respect to the first? As an exemple, let's say I want to access and increment a counter stored in the (global) UserDefaults inside of a willSave() method, would this be automaticvally synced by the PSC (the counter get's modified at no other place in code)?
4
0
820
Apr ’17
Reply to Music widget permanently on lock screen?
One Solution Closing the Music app will remove it from the Lock Screen. More Testing If you lock it with the Music app open, then it will show when you go to unlock the iPad. Any media app open + most recently played when you locked the screen will show up as a Lock Screen Notification. E.g., if you have Pandora and Netflix open it will show the notification of the app that was last played before it locked. Turning off the app Lock Screen notification in Settings >Notifications>[app], does not remove it from the Lock Screen😟 I assume this is working as Apple intended, and not a bug, but I would like to have the choice to keep it turned off.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’20
Reply to File exclusive access on macOS
What you're asking for is called mandatory locking. What those functions provide is advisory locking. Advisory locking depends on all users of the file using the locking functions. Historically, Windows has provided mandatory locking; POSIX (Unix) has provided mostly advisory locking. I believe that Mac OS, and iOS, follow POSIX here. So no, I do not believe that you will find a way to lock a file so that another (uncooperative) process will be unable to access it. Some work-around: Modify the permissions of the file while you modify it. Make a temporary copy of the file, and rename() it over the original (which is atomic) when you have finished. (What do you really want to achieve?)
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’22
Account is terminated because transferring app from another account
I bought someone else's app and they transferred their app to my account last year. The app was working fine until today when I updated the app I got the message that my account was suspended due to a link to a suspended account. I suspect that after transferring the app to my account, my seller's account broke the rules and was terminated. When I bought the app, I couldn't tell if the seller's account was in violation or not. But apple thought that my account was related to another account and terminated my account. Is there a way to explain to apple so they can recover my account? Help me please.
Replies
2
Boosts
0
Views
786
Activity
Jun ’23
Having trouble removing songs from Lock Screen after app is closed
This is in response to those having trouble closing the Apple Music widget present on locks screen after you’ve closed the app. In order to close it out completely press down on the screen at the bottom and hold before swiping up. You should see all the windows or widgets you have open. Closing the music app that way will remove it from your Lock Screen. Hope this helps
Replies
0
Boosts
0
Views
299
Activity
Mar ’21
Request Help for iCloud Activation Lock – iPhone 16 Pro
Hello, I need help with iCloud Activation Lock on my device. Device: iPhone 16 Pro 256GB Serial Number: HCJD73C0MJ IMEI: 350766435041555 / 350766435124831 I cannot access the original Apple ID, so the device is stuck on Activation Lock. I am the legitimate owner and I have proof of purchase and ID for verification. Please advise on the proper steps to resolve this issue. Thank you.
Replies
1
Boosts
0
Views
65
Activity
Feb ’26
Account
Hi, how are you? I need to remove my developer devices from my account because in Xcode when i want to test my application i get this message: Your development team has reached the maximum number of registered iPhone devices.
Replies
0
Boosts
0
Views
252
Activity
Aug ’24
How to keep meditation timer running if app is in background or phone is locked?
I've just finished making a meditation app for iphone using swiftui which includes a timer. The only problem is the timer stops when the app is in the background or the phone is locked. The user can select between 2 and 60 minutes on the timer and play, pause, reset the timer. When seconds remaining equals zero the timer ends and a meditation bell sound plays to signal the end of the meditation. Currently I use the default timer on the iphone when I meditate in the Clock app. If I set this timer for 20 minutes and lock the phone, at the end of the 20 minutes the timer will go off and notify me with whatever sound I selected in When Timer Ends. If the default Clock app on the iphone has this basic functionality, why is it so hard to have the same functionality in the meditation app I'm making? Wouldn't the safest/easiest way to have the timer run in the background or when the phone is locked be the same method the default Clock app uses? While meditating, we don't want to have our ph
Replies
1
Boosts
0
Views
2.2k
Activity
Aug ’21
Music info showing in Command Center but not Lock Screen
Using Swift 4+, iOS 11.4+, Xcode 10+I've built a music player using MPMediaPlayer and I can interact with it from the Command Center, however I would like to be able to also use it on the Lock Screen.(To be honest, I'm a bit confused as to why it's showing/working in the Command Center as I have not written any code to do this.Nevertheless, I would also like it to show in the Lock Screen.)This is what I have done so far:1) I'm using the applicationMusicPlayer and made certain something is playing during my tests:let myMP:MPMusicPlayerController = MPMusicPlayerController.applicationMusicPlayerPlus I've also tried these variations with the same failed results:let myMP:MPMusicPlayerController = MPMusicPlayerController.applicationQueuePlayerandlet myMP:MPMusicPlayerApplicationController = MPMusicPlayerApplicationController.applicationQueuePlayer2) Set the BackgroundModes to include Audio, Fetch, and Remote Notificationsunder Capabilities > Background Modes (info.plist)3) Added AVAudioSession
Replies
0
Boosts
0
Views
1.1k
Activity
Jan ’19
Apple silicon device lock is not working for devices < 11.5
On Apple silicon Mac running 11.4 when device lock is performed through MDM, the device is going to activation mode. Instead it should get locked. There were a few blogs where the issue is talked about but nothing concrete from Apple documentation. Please direct us to the right documentation on Device lock support for Apple Silicon.
Replies
1
Boosts
0
Views
681
Activity
Aug ’21
developer accounts
if you properly link a guardian account to a teenagers account can you use the teenagers account to set up a developer account?
Replies
0
Boosts
0
Views
229
Activity
Jun ’20
Reply to Core NFC writeLock()
OK - yes being stupid - missed out some returns! Not totally sure why it would not just fall through correctly, but this has fixed itif (self.lockTag) { // locking required also os_log(Tag needs to be locked) tag.writeLock() { (error: Error?) in if error != nil { os_log(LOCK FAILED!!) session.alertMessage = Lock failed try again session.invalidate() return } else { session.alertMessage = Write and Lock successful session.invalidate() return } } returnThis works perfectly and locks the tags.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’19
Notifications on your Lock screen in iOS 10. Cannot swipe left over it
For about a week now I cannot swipe left on notifications on the lock screen. I can still swipe control centre up and down so my lock screen isn't totally frozen, I just can't respond to notifications or swipe them away.Is anyone else experiencing this problem or know how to fix it?
Replies
0
Boosts
0
Views
333
Activity
Jan ’17
NSUbiquitousKeyValueStore is locking main thread on iOS 16 beta 3
Trying to access value using NSUbiquitousKeyValueStore.default.object(forKey:) locking the main thread on iOS 16 beta 3, iPhone 11 Pro. Is that known issue or something that only happens to me? :)
Replies
5
Boosts
0
Views
1.3k
Activity
Jul ’22
Reply to how to lock screen programmatically ?
by prevent screen lock, do you mean prevent auto lock or is it possible to disable the ability to lock ones phone entirely while in the app?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’17
Core Data Persistent Store Coordinator Lock
I am wondering whether the persistent store coordinator (PSC) locks all connected contexts for writing after calling save() on a context. When the code inside of an (overridden) willSave() method of a (custom) managed object is executed, can there be a second context (connected to the same PSC) where the same code is executed concurrently with respect to the first? As an exemple, let's say I want to access and increment a counter stored in the (global) UserDefaults inside of a willSave() method, would this be automaticvally synced by the PSC (the counter get's modified at no other place in code)?
Replies
4
Boosts
0
Views
820
Activity
Apr ’17
Reply to Music widget permanently on lock screen?
One Solution Closing the Music app will remove it from the Lock Screen. More Testing If you lock it with the Music app open, then it will show when you go to unlock the iPad. Any media app open + most recently played when you locked the screen will show up as a Lock Screen Notification. E.g., if you have Pandora and Netflix open it will show the notification of the app that was last played before it locked. Turning off the app Lock Screen notification in Settings >Notifications>[app], does not remove it from the Lock Screen😟 I assume this is working as Apple intended, and not a bug, but I would like to have the choice to keep it turned off.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’20
Reply to File exclusive access on macOS
What you're asking for is called mandatory locking. What those functions provide is advisory locking. Advisory locking depends on all users of the file using the locking functions. Historically, Windows has provided mandatory locking; POSIX (Unix) has provided mostly advisory locking. I believe that Mac OS, and iOS, follow POSIX here. So no, I do not believe that you will find a way to lock a file so that another (uncooperative) process will be unable to access it. Some work-around: Modify the permissions of the file while you modify it. Make a temporary copy of the file, and rename() it over the original (which is atomic) when you have finished. (What do you really want to achieve?)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’22