How to start a iOS App automatically or prohibit manually stop it in swift

I want to create a agent app for iOS in Swift.

Is there a way to start a iOS App automatically when the iphone starts up?

And, Is there a way to prohibit manually stop a iOS App?

Replies

Is there a way to start a iOS App automatically when the iphone starts up?

No.

And, Is there a way to prohibit manually stop a iOS App?

No.

Well, technically you can do both of these in a managed environment using one of the various single app modes, but it’s clear from the context that this isn’t your goal.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"