I need to send a request from the chrome extension directly to the ios app and get a response. How to connect between the two applications in the same network?
The most straightforward way to connect the backends of iOS applications and Chrome Extensions would be to use Firebase Realtime Database, which has simple iOS, Web, and REST API setup for applications like this.