Hi,
once you got your controller connected, you can get the battery level like this:
@objc private func controllerDidConnect(notification: Notification) {
				guard let controller = notification.object as? GCController else {
						fatalError("Invalid notification object.")
				}
				var batteryLevel = Float(controller.battery?.batteryLevel ?? 0.0)
}
Post
Replies
Boosts
Views
Activity
Same issue here with new MacBook Pro 13" with 7 battery cycles and less than 1 month of use.
Reset also worked for me. Let's see what happen next.