Is it possible to use a specific HTTP call using cellular when you are connected to Wi-Fi on iOS

I am developing an operator application. They want to get msisdn of the user by making an http call using cellular. This can also be done when you are connected to Wi-Fi. Thank.

+3
source share
1 answer

No, as a developer you cannot select the connection used to make HTTP calls.

I have been an application developer for the operator for 3 years, and I also liked this option, but Apple did not release an API for this.

+1
source

All Articles