Search results for

Account Locked

31,787 results found

Post

Replies

Boosts

Views

Activity

Reply to setUPIVerificationCodeSendCompletion on ios 18
the ones who are doing this are not the legitimate owners of the account, so its not possible at the moment to reproduce it, just wanted to know what possible new features introduced on ios 18.x especially w.r.t messaging, could trigger this bypassing of the API, so we can try to reproduce it, or atleast try to keep some additional checks in place to flag such activity.
Topic: App & System Services SubTopic: General Tags:
Aug ’25
Mouse driver locks up MacOS 13.7.6
Every week or so, mouse driver locks up. The LED laser goes out and none of the buttons operate. It's a generic 7 button USB mouse with my USB keyboard still active. I do not know what precipitates the lockup and a system diagnostic request (Sft-Alt-Ctl-Cmd .) does not seem to yield anything useful. > ps -ef|grep -i mouse 501 579 1 0 Mon01PM ?? 0:04.42 /System/Library/ExtensionKit/Extensions/MouseExtension.appex/Contents/MacOS/MouseExtension code-block so the mouse extension was running at the time. With a sudo kill -HUP 579 it did not restart. Also, switching to a different mouse did no good. The mouse driver was behaving like it was deadlocked and I didn't know the correct incantation for restarting it. I power cycle reset the box. SO: you have a mouse driver problem it cannot be just me It behaves like a deadlock, but not knowing how to get a mouse driver dump, I cannot tell what lock(s) its waiting for.
4
0
84
Aug ’25
The App's expiry date earlier than the expiry date of Provisioning Profile
We have created provisioning profile from apple developer account for our iPadOS app, the expiry date shown in the profile is 20-Aug-2026. However, when when I build the app with this provisional profile the expiry date shown in the app is 6-May-2026. My Certification expires on 2027. I see a embeded.mobileprovision profile inside the app, and it has an expiry of 6-May-2026. I did a clean build, cleared unnecessary profiles from profile folder, created a new provisional profile and tried, but nothing seems help. We have a few apps, and no other app has this issue, only those two apps have this issue. As the expiry date the shorten, we also need to special handle these two apps, Will you please help me to resolve this issue? Thanks.
3
0
651
Aug ’25
Business Account Migration Stuck in Review
I submitted my developer account for a migration to a business account over a month ago, and it is still under review. I've reached out to developer support multiple times, but they have no updates other than that it is under review by the operations team with no timeline as to its completion. While my account is pending migration, I cannot submit any builds to App Store Connect. This essentially freezes my business - I've already had to delay an app launch twice! How can I expedite the review process? Is this a common issue? I feel like I have no other options to escalate.
1
0
58
Aug ’25
Financial Reports
Hello, Specific to this You can also view detailed information for each country or region, such as the number of units sold, the amount earned in that country’s or region's currencies, taxes, and adjustments, the exchange rate applied to the payment, and the total proceeds owed to you displayed in the currency of your bank account. Can you please direct me to the report that has the exchange rate and amount distributed in our bank account currency? I can't seem to find this anywhere and it is making it difficult for us to close each month. Thank you.
1
0
86
Aug ’25
Provisioning Profile, Automatic Sign In Failures
Hello, I'm working in Xcode Version 16.4. I have not been able to sign in without errors. I've paid for the dev account. I've created certificates. Downloaded and uploaded CSRs. Use background mode, not used background mode. Nothing seems to work. Thank you for looking into this! Hopefully you can point me in the right direction or find a solution. Attached screenshots with errors.
2
0
405
Aug ’25
Reply to Entitlement granted to Bundle does not appear in the Capabilities list
OK, do this: Navigate to Developer > Account > Identifiers. At the right right, make sure your Team ID is selected. Find the br.com.viawebsystem.VIAWEBservice App ID. View it. In the Capabilities tab, does Critical Alerts show up? If it does, click the info button next to the capability. WHat do you see? My individual account doesn’t have access to that capability, but it does have access to the User Assigned Device Name capability, and so here’s a screen shot of what I see for that: Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: Entitlements Tags:
Aug ’25
Reply to HealthKit Background Delivery and URLSession.shared.dataTask
I read that thread and associated threads and watched WWDC19. As I see, you answered and explained background task very detailed in these threads. Really appreciated. However, instead of answering my questions, they raised more questions for me :). You wrote that The UIApplication background task mechanism allows you to prevent your app from being suspended for short periods of time. In my case, the application is terminated and relaunched by HKObserverQuery. At this point I fetch new health informations and use standart session to send these changes to my server. So should I execute this normal session with the UIApplication background task while app relaunched with HKBackgroundDelivery? I am asking this question because UIApplication background task looks like in the documentation , it should used when app is in foreground and app closed by the user while some tasks are not completed then we should use UIApplication background task to complete these tasks. I looked to BGAppRefreshTask and it looks really fi
Aug ’25
Issue with beta Declared Age Range
I'm trying to work with the beta version of the Declared Age Range framework based on an article's tutorial but am getting the following error: [C:1-3] Error received: Invalidated by remote connection. and AgeRangeService.Error.notAvailable is being thrown on the call to requestAgeRange. I'm using Xcode 26 beta 5 and my simulator is running the 26.0 beta. The iCloud account that I have signed into the simulator has a DOB set as well. This is my full ContentView where I'm trying to accomplish this. struct ContentView: View { @Environment(.requestAgeRange) var requestAgeRange @State var advancedFeaturesEnabled = false var body: some View { VStack { Button(Advanced Features) {} .disabled(!advancedFeaturesEnabled) } .task { await requestAgeRangeHelper() } } func requestAgeRangeHelper() async { do { let ageRangeResponse = try await requestAgeRange(ageGates: 16) switch ageRangeResponse { case let .sharing(range): if let lowerBound = range.lowerBound, lowerBound >= 16 { advancedFeaturesEnabled = true } c
1
0
128
Aug ’25
Rejected for Guideline 4.3a - Spam and Account Termination because of that
Hello, I am a solo game developer with four years of experience, and I have recently decided to publish my games on the Apple App Store to bring a fresh vibe and address some issues I noticed in my game genre. I create games from scratch, often combining two genres to create unique experiences. One example is my electric car driving simulator, which includes unique systems like temperature-affected battery range, dynamic weather, a battery company management feature, police escape missions, and more. (Electric car games are not very common on the App Store, and mine stands out with these innovative features.) However, I’ve been facing issues when trying to publish my games. Since I began submitting my games, I’ve received repeated 4.3 Design Spam rejections. Whenever I request concrete feedback to understand the reasons behind these rejections, I consistently get the same general response about binary data, metadata, or game concepts. Recently, I was notified that my account is going to be suspended
1
0
208
Feb ’25
Using Cross-Platform Subscriptions on iOS
If I have a subscription based app that's available on iOS, Android, and the web.I use the appropriate billing systems for each platform (Apple IAP for iOS, Google Play Billing for Android, and my own system for web) What happens when a user subscribes on Android or the web, then logs into the same account on the iOS app? Am I allowed to honor that existing subscription on iOS, or am I required to have them purchase a separate subscription through Apple’s in app purchase system in order to access premium features on the iOS app?
1
0
107
Aug ’25