iOS Question Phone Signal level

cooperlegend

Active Member
Licensed User
Longtime User
Hi,

Is there a tool in B4i to measure the phone's 2G/3G/4G signal strength ?

Ta
 

imbault

Well-Known Member
Licensed User
Longtime User
According to searchs, it seems possible and easy in xCode, maybe someone has an idea to incorporate into b4i

B4X:
int CTGetSignalStrength(); // private method (not in the header) of Core Telephony

- (void)aScanMethod
{
    NSLog(@"%d", CTGetSignalStrength()); // or do what you want
}
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…