IOS: simultaneous use of WiFi and mobile data

Setup:

My project involves a camera that creates a Wi-Fi access point, so that the video inspection / viewing multimedia on the camera user needs to be connected to the camera’s access point.


Problem:

The user cannot simultaneously use cellular data via 3G / 4G, as the iOS device is already connected to the camera via WiFi.


What have I tried? / Research

  • Configure a Wi-Fi access point by setting a static IP address, subnet mask, and leaving all other fields blank. This works as expected, iOS connects to the Internet via Mobile Data showing a 3G connection, and also connects silently to WiFi.

This solution should show users information about how they need to set up a WiFi network connection, which is not convenient for the user.

enter image description here

  • MultiPeer Features

Only possible with Apple devices.


What I need?

  • Is there any way to do this programmatically?

(I want to send to the App Store - there is no private API)

  • Is there an alternative to this?
  • Any other direction to solve this problem?
+4
source share

All Articles