Search results for

Account Locked

31,785 results found

Post

Replies

Boosts

Views

Activity

Reply to NWListener/NWConnection reclaimed by OS when app goes in Suspended State
First up, TN2277 hasn’t been updated in years so, while the gist of the technote is still correct, a number of details have drifted: Network framework generally doesn’t use BSD Sockets under the covers, but rather the user-space networking stack. Given that, the term socket resource reclaim no longer makes a lot of sense. These days I simply say that the connection or listener was defuncted [1]. [quote='802375021, veer_dutta07, /thread/802375, /profile/veer_dutta07'] 1- In what scenarios does the OS not reclaim the socket descriptor while the app is suspended … ? [/quote] This is an implementation detail, and the behaviour has changed over time. Historically iOS would delay the defunct until you screen lock the device. Hence the advice in the Testing Socket Reclaim section of TN2277. However, that changed years ago. Nowadays iOS will defunct things as soon as the app gets suspended. [quote='802375021, veer_dutta07, /thread/802375, /profile/veer_dutta07'] 2- When reclamation occurs, does the OS reclai
2w
App Rejection – Use of Business Promo Codes Alongside Apple Offer Codes
Our app (version 4.0.49, Submission ID: c55b9044-fb43-4677-b48d-134fed482b5d) was recently rejected under Guideline 3.1.1 – Business – Payments – In-App Purchase with the note that it “uses promo codes to unlock discounts.” We’d like to clarify our implementation and get guidance on the best compliant approach: • Apple Promo Codes: We already use App Store Connect’s official promo codes/offer codes for consumer campaigns, and these work through Apple’s IAP system. • Business Codes: In addition, we provide a second type of code for our enterprise/business users. These codes are not used for consumer unlocks and no money is collected via these codes. They are strictly used to validate access for business customers who already have pre-existing agreements with us outside of the App Store. This setup has been approved in our past submissions for nearly a year, but the most recent review resulted in rejection. Our Questions: How should we structure or frame these business codes so that they are seen as compliant w
2
0
65
2w
VisionPro Enterprise.license file
I have read in the apple documentation and on forums that in order to access the camera and capture images on VisionPro, both an Entitlement and an Enterprise.license are required. I already have the Entitlement, but I don’t yet have the Enterprise.license. I would like to ask: is the Enterprise.license strictly required to gain camera access for capturing images? How can I obtain this file, and does it require an Enterprise account? Currently, my developer account is a regular Developer 99$, not an Enterprise account.
0
0
230
2w
How to Handle IME Not Generating Receipt in Sandbox IAP
Question: In the sandbox environment, I attempted to perform an In-App Purchase within an IME (Input Method Extension) using a sandbox test account. The purchase flow completed successfully, and I received the success callback. However, I encountered an issue: no receipt file is generated. I tried checking with both the main app’s bundle and the IME’s bundle, but the receipt file was not found in either case. When I attempted to refresh the receipt using SKReceiptRefreshRequest, it failed with an exception (error code: 0). I would appreciate any guidance on how to resolve this issue.
1
0
93
2w
Push notifications don't deliver when device is idle on iOS 18.7 and 26.0
There's a list of bug reports: FB19778882 FB19813796 FB19852724 FB19767262 FB20378888 FB20379383 FB20394663 Me and many other users have issue with push notifications. To reproduce this you should do this steps: Lock iPhone and make it idle for 10+ minutes; Send any message from other device via third-party app that uses push notifications (WhatsApp, Telegram and etc.); After few attempts you can see, that messages don't deliver. They delivers immediately when I unlock iPhone or go to the app. This bug reproduces on iOS 18.7 and 27. As I think iPhone goes to deep sleep after 10+ minutes after it locked and don't get push notifications. I've tried everything: many of settings, DFU without backup, but nothing helps to resolve this issue. Pay attention, please, cause this bug is very annoying and present on iOS 18.7 (that is the last for many devices) and latest iOS 26. Thanks!
1
0
351
2w
After uninstalling the app, ManagedSettingsStore.shield is still active — seems to be an Apple system behavior
I’m using the shielding API, my code: let store = ManagedSettingsStore() let whitelist = SharedDefaults.whitelistApplications store.shield.applicationCategories = .all(except: whitelist) And to clear the shield, my code is: store.shield.applications = nil store.shield.applicationCategories = nil The issue: Some users report that after uninstalling my app, the shield is still active, and the UI changes to the default iOS system interface. Even after restarting the device, the apps on the phone remains locked, so the user has no way to remove the shield. Recently I’ve received several complaints on social media and App Store comments, accusing my app of being malicious software. This is not a 100% reproducible bug, but it happens frequently enough. I was also able to reproduce it myself by uninstalling the app during an active lock session. Could Apple engineers please look into this issue and advise how to ensure that once the user uninstalls the app, the device is no longer locked?
0
0
103
2w
Reply to Forced Orientation + iOS 26?
Thank you for sharing your insights on this topic. While I am not an expert in device orientation, I recommend referring to the provided tech note for a comprehensive explanation of the changes between full-screen and locked orientations. Specifically, I suggest examining the value of the ‘prefersInterfaceOrientationLocked’ property to determine its potential relevance to your needs. TN3192: Migrating your iPad app from the deprecated UIRequiresFullScreen key | Apple Developer Documentation, scene-orientation-lock Hope this help and after let me know if you have any questions. Albert Pascual
  Worldwide Developer Relations.
Topic: UI Frameworks SubTopic: UIKit
2w
Help me
Someone is using all of these tools to hack my phone I have several device and my daughters tabkets and androids are also compromised . Use my home hub / home kit : cloudy it / Xcode / swift ui and siri search . If anyone could help I’d highly appreciate it I have contacted the FBI and have an apt in October b it if someone or anyone could help me debug my phone in the mean time I’d highly appreciate it . Have used my doctors apps and changed iclouds . Used family sharing with my daughter and screen time and have used share across devices . Starting wi try my outlook account that Jeremy Walker had access to . Please help me it’s effects my mental and physical health and quality time with My daughter . Using ethernet and hardware keyboards / voice over and AI . Please assist as this is extremely exhausting help pls
0
0
106
2w
OnDemand not applying after profile switch
We currently have a PacketTunnelProvider providing a VPN connection to managed devices. Our profile locks this down with OnDemandEnabled and OnDemandUserOverrideDisabled set to true. We've had reports of the OnDemand feature not kicking in on macOS when switching profiles or creating new profiles for managed users (but this works for the initial user login). When switching profiles, OnDemand does not enable; however, if the user manually enables the VPN and then disables, OnDemand will now correctly turn the connection back on. The installed profile contains: OnDemandEnabled: 1 OnDemandRules: Connect Action for WiFi, Cellular, and Ethernet OnDemandUserOverrideDisabled: 1 From sysdiagnose logs, I see some interesting logs for nesessionmanager: Handling a network changed event Resetting VPN On Demand Found 0 registrations for [...].PacketTunnel Failed to find [...].PacketTunnel app extension using neagent Plugin is not available in launch services Plugin is not installed (I also see some failures with
3
0
96
2w
Reply to iOS 26 & Xcode 26 - bug with keyboard by WebView
Having received some other reports that seem to be related I suspect this may be related to a known issue. Our engineering teams need to investigate this issue, as resolution may involve changes to Apple's software. Please file a bug report, include a small Xcode project and some directions that can be used to reproduce the problem, and post the Feedback number here once you do. If you post the Feedback number here I'll check the status next time I do a sweep of forums posts where I've suggested bug reports. Bug Reporting: How and Why? has tips on creating your bug report. Please continue to test your software in release and pre-release versions of system software made available to you through your developer.apple.com account. When you do, add details about that into your bug report to keep it up to date. Please see https://developer.apple.com/download/.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
2w
Did GCD change in macOS 26
Some users of my Mac app are complaining of redrawing delays. Based on what I see in logs, my GCD timer event handlers are not being run in a timely manner although the runloop is still pumping events: sometimes 500ms pass before a 15ms timer runs. During this time, many keypresses are routed through -[NSApplication sendEvent:], which is how I know it's not locked up in synchronous code. This issue has not been reported in older versions of macOS. I start the timer like this: _gcdUpdateTimer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_main_queue()); dispatch_source_set_timer(_gcdUpdateTimer, dispatch_time(DISPATCH_TIME_NOW, period * NSEC_PER_SEC), period * NSEC_PER_SEC, 0.0005 * NSEC_PER_SEC); dispatch_source_set_event_handler(_gcdUpdateTimer, ^{ …redraw… });
1
0
70
2w