Is there a way to determine the signal strength of an iOS device?
I found this: iOS Get Signal Strength in Swift (Core Telephony)
But there didn't seem to be a solution here. Has an API been written for this?
Keep in mind, I need the solution to be valid for sale on the app store so it can't use any private libraries.
#import "MyObjectiveCCode.h"
– Ariose