how i can check tge emails that a site sent me in my apple security account
Search results for
Account Locked
31,836 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Step1. Update system.login.screensaver authorizationdb rule to use “authenticate-session-owner-or-admin”( to get old SFAutorizationPluginView at Lock Screen ). Here I will use my custom authorization plugin. Step 2. Once the rule is in place, logout and login, now click on Apple icon and select “Lock Screen”. Is there a way programmatically to update the Lock Icon and the test getting displayed on the first Unlock screen? When I write a custom authorisation plug-in, I am getting control of the text fields and any consecutive screen I add from there on. But all I want is to update the lock icon and text fields on 1st unlock display itself. Can you please suggest how I can achieve this? Here is the screenshot with marked areas I am looking control for.
I developed on Mac. Testing Puchrase-in App by sandbox,then it give me the tips AppleID is Locked.Your appleid is locked for security reasons. To unlock, you must verify your identity.of course,the first step is that it showing an alert for sanbox.The second step is above phenomenon;I want to know the reason and how to solve it?
Hey all,When I signed up for a developer account, I just used my normal iCloud login credentials. Is there any way to split this, so my developer account is linked to a seperate iCloud account and not my current one?
I am starting a HKWorkoutSession and querying for heart rate samples. I attach an updateHandler but I stop receiving heart rate when the screen locks (I lower my wrist).Is this expected behaviour or a bug?
I got the same peoblem and cannot fix the issue, mac os 10.13.4 And ios 11.3 beta 2, i signed out and cannot log back into my account at all. I have done reset and restore, itunes over the air restore from multiple backups and it doesnt work at all..... how to i disable imessages on my iphone completely? The message app is frrezing up and seems to be looking for a log in? I went into icloud and diable imessages but the message up is still freezing up? Apple come on this is bad one, its like my account is locked out and i can authenticate anymore
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hey i got some updates. @coffenbacher @ignalonzo @RinatAB I reached out to Apple via email, and at first, they responded and asked for ID verification(again). I provided all the necessary documents, but then they completely ghosted me no explanation, no resolution, just silence. It’s beyond frustrating that they take zero responsibility for these account bans, especially when they can’t even explain why they happened. Like you, @ignalonzo They suggested to create a new Apple ID, but that doesn’t solve the underlying issue. There’s no guarantee they won’t lock the new account as well. It’s so disheartening.
Topic:
Developer Tools & Services
SubTopic:
Apple Developer Program
I have Airplay implemented in an app and the streams I'm airplaying have closed captions embedded in them. The captions show when airplaying and in the app normally so I know there aren't any issues there. During Airplay when the device is on the lock screen there's a closed captions button on the right side but it's always disabled. Has anyone been able to figure out how to add functionality for that button?Under the MPRemoteCommandCenter the only relevant options seem to be enableLanguageOptionCommand and disableLanguageOptionCommand but neither of those seem to do anything.
Wondering if anyone else has seen this issue. My phone just keeps the display on forever no matter what I select for Auto Lock time-out. iOS 11 beta 3
If I receive a call with CallKit when the phone is locked, and the user has never been asked for microphone permission for my app before, after swiping to answer, I record no audio, and the user is not asked for microphone permission even though my app asks for it. The user will just think the recording is broken. When you unlock, you will see the microphone permission alert, but that is too late.Is there a way to ask for microphone permission when answering a call on the lock screen?
Hi everyone, I had a personal app store console account in back 2019 and the membership was expired after 12 months and now I have a registered business in India and want to publish our mobile app on iOS store for our users. So, should I renew the old membership and can I change the developer name to business name as I don't want to show my personal name with the apps. Is it possible? Can I transfer the ownership to the business email? Can I rename the console account only?
how to manage subscriptions if authentication email on app is different from apple accounts used to manage subscription.In our app we have an authentication system that is used to authenticate user and also register the user.Our app has subscription plans for accessing the content on the app.But sometimes user uses different email address for signing up on the app from the apple account in that particular case how do we handle the subscription ??
Hello! I am a company legal person. Now I don't know what the company account number is. How can I find it?
I have an app intent like the one below. If the intent is run via siri when the phone is locked then the user is asked to unlock their phone but the shortcut is interrupted. Is it possible to delay opening the app until the result dialog is returned? import AppIntents struct MyIntent: AppIntent { static var title: LocalizedStringResource = MyApp static var description = IntentDescription(Captures data) static var openAppWhenRun: Bool = true @Parameter(title: The Data) var theData: String @MainActor func perform() async throws -> some IntentResult { _ = try await RESTClient.postData(theData: theData) return .result(dialog:Thank you!) //TODO: Now try to open app } }
When I use Instruments to record Allocation, the phone will display a dialog box indicating that the phone is unlocked when the screen is locked, as shown in Figure 1. When I have started recording allocation and lock the screen 10s later, the allocation can be recorded normally. For details, see Figure 2. I want to know why. Start recording for 10s and lock the screen on the device. The recording can be performed normally. What is the principle of this?