I am building an app where i would like to get the signal strength. I have read that it should be possible via CoreTelephony, and earlier it was via getSignalStrength(). This does not seem to be possible in swift 3.
I have seen this post Measuring cellular signal strength but can not get it to work.
Is there an equivalent way to do this in swift 3?