Search results for

Account Locked

31,787 results found

Post

Replies

Boosts

Views

Activity

Reply to kTCCServiceSystemPolicyAppData warning from Transparency Consent and Control (TCC)
Interesting. That setup shouldn’t trigger a TCC alert. Do you see the problem if your run the app on a fresh system? That is, one that’s never seen your app before? App group containers do record the identity if the code that created them, and that can sometimes confuse things, so it’s best to verify the result on a fresh Mac. I generally use a VM for this, restoring it to a fresh snapshot between tests. However, you can also do this by creating a new user account on your main Mac. And once you get into the swing of things, you can simple delete the container from ~/Library/Group Containers. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Entitlements Tags:
2w
DMM App Managed doesn't allow for reinstalls or respects version element
Hello, this may not be the correct place to ask this question so I apologize in advance if this is the case. I am currently running into two specifc issues while continuing to implement the app.managed configuration which are quite frustrating and I will detail them below Unlike MDM where an application could be reinstalled, by sending an install application command down for the same app DM does not have a similar mechanism which causes some issues as (while inconsistent) devices do not always respect the configuration sent down, and will not begin downloading VPP applications. They can be seen in the configuration when checking under VPN & Device Management but they do not return on a status report, alternatively and app will install but will have a cloud symbol next to it requiring a download (which I believe would be impossible on supervised devices without apple accounts/have restricted apple accounts associated to them). These apps are also reported incorrectly, as they return a man
1
0
590
2w
Reply to Understanding deep sleep
I’m not really in a position to explain macOS’s various sleep modes. I’m going to ping one of my colleagues who might be willing to wade into that. However, I can respond to this: [quote='801831021, TataChaitanya, /thread/801831, /profile/TataChaitanya'] If we have custom SFAuthorization plug in at system.login.screensaver, what would be the behaviour with deep sleep? [/quote] I would expect the screen to be locked after coming out of hibernation, and thus your authorisation plug-in would run when the user attempts to unlock the screen. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Privacy & Security SubTopic: General Tags:
2w
Reply to Automatic Provisioning fails in VisualStudio 2022
I guess this has nothing to do with Visual Studio nor with .NET MAUI. My problem is, that VS wants to 'Configure Automatic Provisioning' but apple does not accept my request. I see in that the systems logs in and wants to request the provisioning but then this request is not accepted. In my opinion, there is something missing in my developer account and I haven't found what it is... Please check the error message on my screenshot, maybe that helps to narrow my problem.
2w
D-U-N-S Number Not Accepted for Sub Office / Chapter Organization
We are a sub-office (chapter) of an organization, but we operate independently under a government gazette notification. We have obtained our own D-U-N-S Number in our chapter’s name. However, when we try to enroll in the Apple Developer Program, Apple is not accepting our D-U-N-S Number. The response we received was that we need to use the account of our head office. The issue is that we are effectively a head office ourselves, operating independently with government recognition, and other platforms have already accepted our D-U-N-S Number without issue. Has anyone faced a similar situation? How can we resolve this with Apple so our chapter can have its own developer account?
0
0
27
2w
I need help for Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
Hi, I developed an app and submitted it to the App Store, but it was rejected for the following reason: Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage Issue Description: The app requires users to register or log in to access features that are not account-based. Specifically, the app requires users to sign up before accessing the app. Apps may not require users to enter personal information to function, except when directly relevant to the core functionality of the app or required by law. Next Steps: Revise the app to allow users to freely access features that are not account-based. The app may still require registration for features that are account-based. Resources: You can learn more about the requirements for apps with account-based content and features in guideline 5.1.1(v) - Account Sign-In. After receiving this, I updated my app and added a Continue as Guest button on the login screen. With this button, users can navigate the app without sign
1
0
138
2w
Unable to remove certificate from xcode
I have certificates in my xcode>settings>account>manage certificates that I cannot get rid of. I know that they are linked to certificates in developer.apple.com but I've removed them from there and they persist in xcode. I have one that says Not in Keychain, which is true. I deleted all the keychains related to these accounts in an attempt to fix something. I also have ones that say things like Missing Private key Our setup is that we have one main account Company Inc. which I am setup to be an Admin in. I created a certificate under my credentials and added it to my keychain and showed up properly in xcode but I still have the other ones. HOW DO I REMOVE THEM :sob:
1
0
75
2w
iOS 26: Interface orientation controls ignored on iPad - shouldAutorotate and supportedInterfaceOrientations not respected
Summary: On iOS 26.0, iPad apps ignore standard interface orientation controls (shouldAutorotate, supportedInterfaceOrientations, Info.plist settings) and rotate to landscape despite being configured for portrait-only. Steps to Reproduce: Create iPad app with portrait-only configuration Implement shouldAutorotate returning NO Implement supportedInterfaceOrientations returning UIInterfaceOrientationMaskPortrait Set Info.plist UISupportedInterfaceOrientations~ipad to UIInterfaceOrientationPortrait only Run on iPad with iOS 26.0 Rotate device physically Expected Result: App should remain locked in portrait orientation Actual Result: Entire app interface rotates to landscape, ignoring all orientation controls Additional Information: Same code works correctly on iOS 18.4 (stays portrait-only) Problem affects entire UI including status bar and all view controllers All standard orientation control methods are implemented correctly Issue occurs on both simulator and physical devices Code Sample: objc -(BOOL)
Topic: UI Frameworks SubTopic: UIKit
2
0
142
2w
Reply to Apple tries to double charge me for enrollment
I ran into the same issue. I enrolled and got the subscription on Apple Developer app on iPhone. But after payment, the app shows account cannot be enrolled via mobile app and ask to enroll via web. I did, and I got charged again. How do I refund the subscription from app store? https://reportaproblem.apple.com/ doesn't let me refund and says I have no products eligible for refunds. Who/where do I contact to refund apple developer program double charge?
2w
Need help resolving Apple App Store rejection: Guidelines 3.2, 4.8, 5.1.1 issues for enterprise-privilege login app
Hi everyone, I’m working on the JOOD Mobile App, which is an employee/partner-privileged app (not public) for Qatar Foundation (QF) and its partner entities. The app uses corporate domain login / Microsoft login, no public sign up. Apple Review rejected the app, pointing out violations under: Guideline 3.2 – Business — App intended for use by a specific organization(s), but distribution selected as public. Guideline 4.0 / 4.8 – Design / Login Services — The user is forced to leave the app to log in via default browser; no in-app flow or “Safari View Controller” type embedded browsing. Also, uses third-party login, but doesn’t offer an equivalent login option that limits data collection to just name + email, allows email privacy, etc. Guideline 5.1.1(v) – Data Collection and Storage — App allows account creation but there is no user-initiated delete account option. I want to fix these rejections and resubmit. Below are the questions / ideas I have, and I would really appreciate feedback / sug
1
0
64
2w
Automatic Provisioning fails in VisualStudio 2022
Hi there, I am trying to create my first iOS app using Visual Studio (Win 11) and .NET MAUI. I created a developer account and if I want to start the debugger with my local device, VS forces me to Configure Automatic Provisioning. I can select my configured account but the operation fails (see screenshot). I have no idea what is going wrong and I cannot find any setting in the developer account to fix this problem. Can anyone help me out, what is wrong and how to fix, thx!
2
0
67
2w
I think there's a rootkit installed on my device. Please help.
Does anyone know how to fix their launch agents list to remove suspicious applications. I found out there is a codesigning tool allowing suspicious applications to snatch Apple's certificates and codesign their own binaries with them. How do I know, I've literally done it test the restrictions / requirements. Once a binary or application has been signed, it can run anywhere and the system will trust it. I found a process called com.apple.seserviced in the file path /usr/libexec/seserviced. I checked the entitlments and this straight up looks like a commercial sized entrance for this binaries to trample on my computer and iPhone. I'm thinking about putting the code in jail or a lock on the file until I can figure out it's purpose. codesign -d --entitlements :- /usr/libexec/seserviced
0
0
116
2w
How to get APP that has already been listed outside of mainland China listed in mainland China
Hello all, My question is, how to get APP (specialized in make SOPs for industrial users) that has already been listed outside of mainland China to be listed on apple store of mainland China? Can I simply refile it to cover China mainland with existing apple developer account or do I have to create a new local apple developer account to start the listing process? Your advise and help will be highly appreciated. Thank you, Link
0
0
665
2w
Reply to 403 Forbidden error
having the same issue. I do know that when I spoke with the apple connect developer support they stated that the content provider ID they had (nine digits), was different than the one that Is provided in apple connect and in turn in my my build and error details(UUID 32 hexadecimal characters plus 4 hyphen, for a total of 36 characters). So I used this link: https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/user/detail to take a look at my account details. If your logged into the connect store and click this link you will see a json file that contains your account data. Here I was able to verify that the content provider ID(nine digits): matches what apple connect developer support told me they had. And the number I had given them: 36 characters is listed here as the contentProviderPublicId. But so far no resolution. Either my 3 party build team or apple can help solve this issue. Seems to me there is a disconnect here somewhere.
2w