iOS 9 Battery Widget Support

Hi!


I was wondering if there is a way to make a BT LE peripheral's battery level to appear in the Notification Center's battery widget? I noticed my BT headphones are there, so is there a service the peripheral should advertise? I tried searching the documentation, but didn't find anything. Am I missing something?


Thank you.

I was also wondering about the iPhone battery notification area that displays the "Apple Watch" battery information; it would be nice if this information added details about my iPad and MacBook seeing as they all have bluetooth enabled and are able to transmit this information easily over BT and other communication methods

Common approaches in the past... is for individual apps to request notifications from the Battery Service and either/both: a) display battery status internally and/or b) use iOS notification pop-up when power is low. This approach requires an "opt-in" from the user (intentionally running the app in the background and either checking it regularly or allowing it to do iOS notifications).


See:


http://stackoverflow.com/questions/17...


But I think using NC risks confusing the user by displaying multiple battery level indicator, where they've been trained by Apple to expect a 1:1 relationship in that example.

iOS 9 Battery Widget Support
 
 
Q