I want to prevent a messaging app (ios & android) being used via a device that does not have a sim card. This previous question and this one both suggest the following might work for android, but I also need an ios equivalent :
<uses-feature
android:name="android.hardware.telephony"
android:required="true"/>
Can such code to be copied to a tablet/desktop and then circumvented ? I am aware that wattsapp's mobile-only approach could be circumvented for use on a PC and I want to avoid such possibility.