Search results for

apple pencil battery life

146,404 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 14 Beta Battery drain on iPhone 6s
Dear all, when reporting the battery drain issues, could you please specify if you tried to: reset the phone and restore a backup? reset the phone and configure it as new device remove and insert again the SIM card (in some threads it is pointed out as a possible solution)? any other procedure? This would be of great help for anybody to understand if any of the aforementioned methods might work as a (at least partial) solution. Personally, I downgraded immediately from ios 14.0 to ios 13.7 for the crazy battery drain (1 day battery life with ios 13.7, 4 hours battery life with ios 14.0) and now I was wondering if the situation had improved. Thanks, best regards
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’20
Minimize radio power (conserve battery life) for long running NWConnection task
I am writing an application that will, on the high end, have a screen-on time of > 1 hour. While the app is in use, it will need to send a heartbeat to a server via an open socket every so many seconds (usually a value between 4s and 29s), as shown below. connection = NWConnection(host: .init(combinedAddress), port: .init(integerLiteral: port), using: .tcp) if let ipOptions = connection.parameters.defaultProtocolStack.internetProtocol as? NWProtocolIP.Options { ipOptions.version = .v4 } connection.parameters.preferNoProxies = true DispatchQueue.global(qos: .default).async { self.heartbeatTimer = Timer.scheduledTimer(withTimeInterval: self.getHeartbeatInterval(), repeats: true, block: { _ in self.sendHeartbeat() // eventually connection.send(heartbeat data... , completion: {...} ) }) RunLoop.current.run() } During periods of less user interaction, the only data going across the network will be the heartbeat. According to this page, there's a periods of high power network activity, followed by another less e
0
0
320
Jun ’22
Reply to After Installing MacOS Big Sur latest beta update, My mac is showing battery service required warning in battery Icon.
After Big Sur upgrade, my late-2013 15 Macbook Pro also has very, very bad battery life (now I get about 1/3 of what I was getting before) and the laptop is HOT to the touch, even after just charging, and although my house is very, very cold. I just tried resetting the SMC but just in the time it's taken to type this post I've lost about 3-4% battery life! YIKES!
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’20