You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
ALBattery remaining hours methods don't work for me.
As I saw the infoForDevice method returns nil on device & on simulator it returns the dictionary, but doesn't find the needed data & it returns in both situations "NS".
Tested on iPhone 5 with iOS 8.4, iOS & iOS Simulator with iOS 8.2.
It applies for all the methods listed:
+ (NSString *)remainingHoursForStandby;
+ (NSString *)remainingHoursFor3gConversation;
+ (NSString *)remainingHoursFor2gConversation;
+ (NSString *)remainingHoursForInternet3g;
+ (NSString *)remainingHoursForInternetWiFi;
+ (NSString *)remainingHoursForVideo;
+ (NSString *)remainingHoursForAudio;
Any idea why is that so, any changes in Apple's API maybe?
Il giorno 23/lug/2015, alle ore 20:03, Aleksandar Kex Trpeski [email protected] ha scritto:
Hey @andrealufinohttps://github.com/andrealufino
ALBattery remaining hours methods don't work for me.
As I saw the infoForDevice method returns nil on device & on simulator it returns the dictionary, but doesn't find the needed data & it returns in both situations "NS".
It applies for all the methods listed:
(NSString *)remainingHoursForStandby;
(NSString *)remainingHoursFor3gConversation;
(NSString *)remainingHoursFor2gConversation;
(NSString *)remainingHoursForInternet3g;
(NSString *)remainingHoursForInternetWiFi;
(NSString *)remainingHoursForVideo;
(NSString *)remainingHoursForAudio;
Any idea why is that so, any changes in Apple's API maybe?
Hey @andrealufino
ALBattery remaining hours methods don't work for me.
As I saw the infoForDevice method returns
nil
on device & on simulator it returns the dictionary, but doesn't find the needed data & it returns in both situations "NS".Tested on iPhone 5 with iOS 8.4, iOS & iOS Simulator with iOS 8.2.
It applies for all the methods listed:
+ (NSString *)remainingHoursForStandby;
+ (NSString *)remainingHoursFor3gConversation;
+ (NSString *)remainingHoursFor2gConversation;
+ (NSString *)remainingHoursForInternet3g;
+ (NSString *)remainingHoursForInternetWiFi;
+ (NSString *)remainingHoursForVideo;
+ (NSString *)remainingHoursForAudio;
Any idea why is that so, any changes in Apple's API maybe?
Thanks for the library,
@kexoth
The text was updated successfully, but these errors were encountered: