Search results for

Account Locked

31,848 results found

Post

Replies

Boosts

Views

Activity

Developer account
I have applied for company developer account 2 months ago and still the process is under review ? is this a joke? After speaking to support several times they just say it is not known because the developer account team is different you just have to wait for update on your mail, there is no updates on why my membership account is not reviewed yet. this is really frustrating. I need my account ASAP!
1
0
708
Nov ’22
In-App Account Deletion: What Counts as Account Creation?
June 30 is the deadline for adding in app account deletion. I'm unclear whether the app I work on counts as creating an account in the app. We have several user onboarding flows. One flow we prepopulate a users profile using a CVS upload to our backend. We provide a deep link that requires the user to set a password in the app, and they can edit some of their prepopulated data. Once they submit they are profile complete. In other flows we provide a deep link that just has the user's email/phone number and the user's name. We use this to prepopulate a form. The user is asked to select some profile details in this flow as well as provide a password. In this flow the user awaits approval before they can start using the app. All users can edit profile details once their account is created and once the profile details are all provided. So, does this count as in app account creation that warrants an in app account deletion flow? How do I get a definitive answer to this q
3
0
1.1k
Jun ’22
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
803
Apr ’17
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
Passcode Device Lock, Background Job Core Data Save
I am having issue updating core data while in background mode, I am wondering if anyone has seen this issue.I am using encrypted core data framework here https://github.com/project-imas/encrypted-core-dataI have a background batch job setup to run every five minutes, this job basically just fetch some data from internet and update a core data database.Everything works fine as long as the device is not locked with a password, however once the device is locked with a password then the actual database update fails.I search around and find that any device with password locked will have all their application files locked as well. At first it was both query and save that was failing with some disk io error. I found out I need to update the file attributes of the sqllite database file withNSDictionary *updateAttributes = [NSDictionary dictionaryWithObject:NSFileProtectionNone forKey:NSFileProtectionKey]; if (![[NSFileManager defaultManager] setAttributes:updateAttributes ofItemAtP
0
0
887
Sep ’15
Account hacking
My account was hacked and this was purchased through it. Im hoping someone sees this so and that ive left my mark that i got into his developer account be sheer luck and determination. Ive tried to gain access back into my apple id account with no luck, even contacting apple support. They got into all my online accounts. Im hoping something can be done eventually, but untill then, whoever is controlling my account and incase i get kicked off, cer i grafu!
0
0
226
Dec ’24
Enterprise Developer + Developer Account (Multiple accounts)
Hello,We already have an Apple Developer Program account for our company. However we need an Enterprise Program account next to it to distribute in-house applications.Since we have our own Apple ID's connected to the Apple Developer program account, I have created a new Apple ID which we will use to enroll in the Enterprise Developer program. This needs to be done, since it's not possible to enroll with existing developer ID accounts in the Apple Enterprise programAre there any issues and challenges, from a development perspective to be working with two seperate accounts on 1 development machine?Since we will be working/developing with apps that are for public App Store distribution and with apps that are for Enterprise inhouse distribution. Is XCode able to handle this clearly?What are your experiences in this matter, I am very curious to know.Kind regards
1
0
1.6k
Nov ’18
Location Updates when screen locked not received
I am seeing some unexpected behavior in my app when testing with locking screen locked.The process flow is:1) App receives a silent push notification2) App requests location information via existing CLLocationManager startUpdatingLocation call3) Upon receipt of a location update, API call is made with informationThe flow works as expected when the app is in the foreground as well as the background.When the device is locked (with or without a PIN enabled) upon receipt of the push notification, the startLocationUpdates method is called, but the callback didUpdateLocations is invoked only about 50% of the time.Any information on the cause of this behavior is appreciated.Basic Code Flow-(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler{ if(self.deviceLocationManager == nil) { NSLog(@setUpLocation - Creating a LocationManager.); self.deviceLocationManager = [[CLLocationMa
0
0
535
Mar ’17
iOS 10 - Bluetooth Stops Advertising When Screen is Locked
Hi,We have an app that advertises in the background and being able to persistently advertise in the background is a core feature of our app.. We've noticed as of the public iOS 10 beta (could be older) that our app, and seemingly every other advertising app, stops advertising when the phone is locked. Is this intentional, a bug or something that we have to request additional permission from the user to do in iOS 10?If it is a bug, I am happy to file a radar. I just wanted to find some clarification on whether or not this is the case.
48
0
17k
Jul ’16
i bypassed a lock on an iPhone 12 Pro Max
https://www.youtube.com/watch?v=V4r6H6rKKts but Apple's security team didn't see it approprite to open a folder of evidence concerning an Apple lock that was bypassed in ten seconds. https://www.youtube.com/watch?v=59g4SjpmoEI&list=PLr4b81APE2kVlsKXtBxrL3I4WAWQHO9VJ&index=1 ps- Apple has taken away my #GodGiven fundamental human right to privacy without my #informedconsent. it is reasonable for me to believe that they have enabled and allowed my business's and my personal devices to be supervised and remotely managed. this is being done in secret. i was never informed of it. i never consent to it. this unauthorized MDM has caused damage to my health.
0
0
397
Oct ’21