Search results for

Account Locked

31,836 results found

Post

Replies

Boosts

Views

Activity

How to update the lock icon and text on the initial unlock Screen with SFAutorizationPluginView.
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.
1
0
118
Jun ’25
Reply to iOS 11.3 beta 2 iMessage completely broken?
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:
Feb ’18
Reply to Company Developer Account locked
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.
Mar ’25
Airplay lock screen closed captions button
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.
0
0
504
May ’20
CallKit: No recording when locked when microphone permission not determined
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?
0
0
1.1k
Sep ’16
Switching Personal Account to Company Account
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?
1
0
2.8k
Feb ’24
User account and apple accounts are different
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 ??
5
0
2.5k
Jan ’17
Appintent: openAppWhenRun breaks shortcut when phone is locked
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 } }
0
0
858
Jun ’23
Why Can the Recording Be Normal After the Phone Screen Is Locked During the Allocation Process of Instruments?
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?
1
0
605
Jan ’24