Search results for

“Account Locked”

36,237 results found

Post

Replies

Boosts

Views

Activity

Upgrading security a step to be able to lock individual app.
Hellow Sir/ Mam from last some years am using apple products. I think this company provide most stable product and in mater of over all device security this brand never compromise but I still think that in mater of individual app security this brand had not think till date. This brand have everything its own and don't recommend to use other's product for example it have Siri for personal assistan, Apple Map for navigation, Apple Music for music lover, iBook for reader etc, which I think are the key features of the brand, but after having everything still if I question Apple that is it possible to lock individual app including all third app the answer I will get that I have to go for third party app. So is possible to develop a app, like Siri which have direct control from device settings, to lock individual app Including all app from Apple and other third party app or else we can say upgrading restrictions option to be able to lock individual apps.THANK YOU
1
0
445
Aug ’17
MPMusicPlayerController ApplicationMusicPlayer stops playing when the screen locks
I'm using MPMusicPlayerController - ApplicationMusicPlayer with the play audio background mode enabled under Capabilities. When I load and play an iTunes Music track with the applictionMusicPlayer the audio stops when the screen locks or the app goes into the background. My test app also plays bundled audio simultaneously, and that audio continues playing when the screen locks but not the Apple/iTunes music. The issue is in all the betas I've tested.Has anyone else encountered this? Is there a new option that would affect this or is this just an iOS 13 Beta bug? For any interested Apple devs there is a sample app submitted through Feedback Assistant demonstrating this bug. (FB6946855)
3
0
1.6k
Aug ’19
Saving to Core Data during device locking & unlocking
The following error message SIGABRT: This NSPersistentStoreCoordinator has no persistent stores (device locked). It cannot perform a save operation has indicated need to provide for sequencing of the Core Data context saving operation. We want to avoid .save() if locking is in flight, also postpone .save() until unlocking has completed. Currently our .save() is bracket by do-catch block but this is notably not helping in the case of SIGABR signal Given that our saving operations must take place synchronously, what is the recommended practice to implement such sequencing with respect to locking / unlocking
0
0
545
Sep ’23
Lock-screen image & radio name
Hi,Hope I'm posting to the right place.Made a small UIWebView-based app which opens a site of mine. The site streams an internet radio using <audio> tags - pretty simple and works fine. I then set the audio session category to Playback, so it would work when the phones is locked or other apps are being used. Now when I lock the screen, it looks like this:https://www.upload.ee/image/6704904/IMG_0086.PNGThe pause/play works fine etc, but how could I hide the URL? Even better, replace it with my own text or something? And how could I add my own picture instead of the note?I'd really appreciate if anyone could help me out here 🙂Greetings and thanks in advance!
1
0
240
Feb ’17
Reply to unable to make payment to enroll in aple developers program
This seems to be a common issue especially for people outside of the US, I'm from the UK and had problems with enrolment. It took 2-3 weeks for it to be resolved for me. At first the Developer app wasn't recognising my ID and would present errors but after a few days my account was locked from enrolling. The impression I got from Apple Support was because I was attempting to enrol from my Mac, iPhone and through the website, my account was flagged as potentially fraudulent. If this happens your only solution is to contact Apple Support and try to speak on the phone to a more senior person, in my case a Senior Advisor and politely request their operations team to send you an email which contains a website link where you can securely upload your ID such as your passport. If you haven't been locked out from enrolling yet, my advice is to use the website. I think it's more reliable than enrolling through the Developer apps. Hope this helps.
Dec ’23
Locking files with FileProvider on Sonoma has different behaviour than Ventura.
We're trying to implement a file locking mechanism to prevent multiple users from editing the same file at the same time causing conflicts. Our previous implementation worked well on Ventura, but on Sonoma, even when just previewing a file in Finder in Column View, as opposed to editing, it locks. This is the same behaviour we experienced with Apple's FruitBasket sample code. There is a isFileViewerRequest flag inside the NSFileProviderRequest object provided with the NSFileProviderReplicatedExtension enumerator function. We thought this would indicate a file being edited. After further investigation, we were told that the isFileViewerRequest flag just indicates if a file is being presented, not just edited. We find the intended behaviour a bit strange, why would anyone want an icon next to a file to indicate presented? Why is the behaviour working fine on Ventura as a locking mechanism but on Sonoma it can only be considered a presented mechanism? If the intended behaviour is to in
0
0
649
Mar ’24
Clearing activation lock returns 404 Not Found
For the past 2+ years I have been using the same process/code to disabling/clearing activation lock from a device and since December 2 trying to clear the code is returning a 404 error response: 404 Not Found 404 Not Found Apple we could not close the activation lock on the iPhone under supervision from our platform. We follow Apple's specifications https://developer.apple.com/documentation/devicemanagement/device_assignment/activation_lock_a_device/creating_and_using_bypass_codes The request link for closing the activation lock is https://deviceservices-external.apple.com/deviceservicesworkers/escrowKeyUnlock
4
0
1.5k
Dec ’22
Local notification not play sound on device lock
I am working on an Alarm app. If we set the native alarm, while the screen is lock , it will play the sound while display alarm too, even kill the Alarm. I achieved to run the sound and show the message after kill the App using Local Notification, but if screen is lock , only notification is appearing and didn't playing any Sound.
0
0
289
Jun ’16
Reply to My Apple account got "locked" and access "denied" - and I have production apps on there
I'm in a similar situation, I have a personal account I've used for years and created a new account for my new business last week. Everything was accepted but this week I've been locked out, I had the same experience as you, went to forgot password, told I had to request access, and then received an email to say request denied. I called the support number that was on the email with my Apple Developer Program invoice and they recommended I submit a support request on developer.apple.com/contact/apple-id which I have now done.
Apr ’25
Upgrading security a step to be able to lock individual app.
Hellow Sir/ Mam from last some years am using apple products. I think this company provide most stable product and in mater of over all device security this brand never compromise but I still think that in mater of individual app security this brand had not think till date. This brand have everything its own and don't recommend to use other's product for example it have Siri for personal assistan, Apple Map for navigation, Apple Music for music lover, iBook for reader etc, which I think are the key features of the brand, but after having everything still if I question Apple that is it possible to lock individual app including all third app the answer I will get that I have to go for third party app. So is possible to develop a app, like Siri which have direct control from device settings, to lock individual app Including all app from Apple and other third party app or else we can say upgrading restrictions option to be able to lock individual apps.THANK YOU
Replies
1
Boosts
0
Views
445
Activity
Aug ’17
MPMusicPlayerController ApplicationMusicPlayer stops playing when the screen locks
I'm using MPMusicPlayerController - ApplicationMusicPlayer with the play audio background mode enabled under Capabilities. When I load and play an iTunes Music track with the applictionMusicPlayer the audio stops when the screen locks or the app goes into the background. My test app also plays bundled audio simultaneously, and that audio continues playing when the screen locks but not the Apple/iTunes music. The issue is in all the betas I've tested.Has anyone else encountered this? Is there a new option that would affect this or is this just an iOS 13 Beta bug? For any interested Apple devs there is a sample app submitted through Feedback Assistant demonstrating this bug. (FB6946855)
Replies
3
Boosts
0
Views
1.6k
Activity
Aug ’19
Saving to Core Data during device locking & unlocking
The following error message SIGABRT: This NSPersistentStoreCoordinator has no persistent stores (device locked). It cannot perform a save operation has indicated need to provide for sequencing of the Core Data context saving operation. We want to avoid .save() if locking is in flight, also postpone .save() until unlocking has completed. Currently our .save() is bracket by do-catch block but this is notably not helping in the case of SIGABR signal Given that our saving operations must take place synchronously, what is the recommended practice to implement such sequencing with respect to locking / unlocking
Replies
0
Boosts
0
Views
545
Activity
Sep ’23
Lock-screen image & radio name
Hi,Hope I'm posting to the right place.Made a small UIWebView-based app which opens a site of mine. The site streams an internet radio using <audio> tags - pretty simple and works fine. I then set the audio session category to Playback, so it would work when the phones is locked or other apps are being used. Now when I lock the screen, it looks like this:https://www.upload.ee/image/6704904/IMG_0086.PNGThe pause/play works fine etc, but how could I hide the URL? Even better, replace it with my own text or something? And how could I add my own picture instead of the note?I'd really appreciate if anyone could help me out here 🙂Greetings and thanks in advance!
Replies
1
Boosts
0
Views
240
Activity
Feb ’17
Reply to unable to make payment to enroll in aple developers program
This seems to be a common issue especially for people outside of the US, I'm from the UK and had problems with enrolment. It took 2-3 weeks for it to be resolved for me. At first the Developer app wasn't recognising my ID and would present errors but after a few days my account was locked from enrolling. The impression I got from Apple Support was because I was attempting to enrol from my Mac, iPhone and through the website, my account was flagged as potentially fraudulent. If this happens your only solution is to contact Apple Support and try to speak on the phone to a more senior person, in my case a Senior Advisor and politely request their operations team to send you an email which contains a website link where you can securely upload your ID such as your passport. If you haven't been locked out from enrolling yet, my advice is to use the website. I think it's more reliable than enrolling through the Developer apps. Hope this helps.
Replies
Boosts
Views
Activity
Dec ’23
How to get info if apple watch is locked... from ios app
Is it possibly to get info on ios app if apple watch is in locked state(user needs to enter passcode in apple watch screen)
Replies
2
Boosts
0
Views
506
Activity
Sep ’16
Locking files with FileProvider on Sonoma has different behaviour than Ventura.
We're trying to implement a file locking mechanism to prevent multiple users from editing the same file at the same time causing conflicts. Our previous implementation worked well on Ventura, but on Sonoma, even when just previewing a file in Finder in Column View, as opposed to editing, it locks. This is the same behaviour we experienced with Apple's FruitBasket sample code. There is a isFileViewerRequest flag inside the NSFileProviderRequest object provided with the NSFileProviderReplicatedExtension enumerator function. We thought this would indicate a file being edited. After further investigation, we were told that the isFileViewerRequest flag just indicates if a file is being presented, not just edited. We find the intended behaviour a bit strange, why would anyone want an icon next to a file to indicate presented? Why is the behaviour working fine on Ventura as a locking mechanism but on Sonoma it can only be considered a presented mechanism? If the intended behaviour is to in
Replies
0
Boosts
0
Views
649
Activity
Mar ’24
Clearing activation lock returns 404 Not Found
For the past 2+ years I have been using the same process/code to disabling/clearing activation lock from a device and since December 2 trying to clear the code is returning a 404 error response: 404 Not Found 404 Not Found Apple we could not close the activation lock on the iPhone under supervision from our platform. We follow Apple's specifications https://developer.apple.com/documentation/devicemanagement/device_assignment/activation_lock_a_device/creating_and_using_bypass_codes The request link for closing the activation lock is https://deviceservices-external.apple.com/deviceservicesworkers/escrowKeyUnlock
Replies
4
Boosts
0
Views
1.5k
Activity
Dec ’22
Phone won't lock within specified time
My phone won't lock after 30 seconds it is supposed to, as set in settings, while in contacts or favorites. This is the two area I've noticed this. Is anyone else experiencing this behavior? Currently running the latest iOS, 17.2, and on iPhone 11 Pro.
Replies
0
Boosts
0
Views
259
Activity
Dec ’23
ios how to change lock screen and home screen pragramly
ios how to change lock screen and home screen pragramly
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
6
Boosts
0
Views
3.1k
Activity
Jul ’15
Lock Portrait Orientation in Swift Playgrounds App Project
Hi, I was wondering if there is a way I can lock the orientation of a Swift Playgrounds App Project (.swiftpm) to portrait. As there is no info.plist that I can edit the setting in. Thanks!
Replies
1
Boosts
0
Views
2.3k
Activity
Apr ’22
Why doesn't MDM camera restriction work on the lock screen?
Why is MDM camera restriction designed not to work on the lock screen?
Replies
0
Boosts
0
Views
450
Activity
Mar ’25
Local notification not play sound on device lock
I am working on an Alarm app. If we set the native alarm, while the screen is lock , it will play the sound while display alarm too, even kill the Alarm. I achieved to run the sound and show the message after kill the App using Local Notification, but if screen is lock , only notification is appearing and didn't playing any Sound.
Replies
0
Boosts
0
Views
289
Activity
Jun ’16
How does apple news widget rank stories on lock screen?
We are a news agency in the Philippines, we want our news to also show on the widget notification on lock screen. We have an IOS app. We are wondering what are the criterias or process in order our stories to show?
Replies
0
Boosts
0
Views
666
Activity
Aug ’17
Reply to My Apple account got "locked" and access "denied" - and I have production apps on there
I'm in a similar situation, I have a personal account I've used for years and created a new account for my new business last week. Everything was accepted but this week I've been locked out, I had the same experience as you, went to forgot password, told I had to request access, and then received an email to say request denied. I called the support number that was on the email with my Apple Developer Program invoice and they recommended I submit a support request on developer.apple.com/contact/apple-id which I have now done.
Replies
Boosts
Views
Activity
Apr ’25