Is there a way, to build a local middleware service, without any interface?

Hi, I need to develop an app for IOS, that acts like a middleware, but only runs on one device and interacts with some of the apps on that device. I know with a URL I could make calls to another app and from them to my app, but I don't want my app to have an interface. So when another app calls mine, it should only process the data and the user shouldn't see anything. So I need some kind of background URL call. Is there a way to accomplish this? Thanks.

Answered by DTS Engineer in 710300022

Is there a way to accomplish this?

Probably not. See my iOS Background Execution Limits post.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

Is there a way to accomplish this?

Probably not. See my iOS Background Execution Limits post.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Is there a way, to build a local middleware service, without any interface?
 
 
Q