iOS Question Phone Signal level

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
Top