I am trying do that, when phone is booted, I want to run my application automatically in Xcode at Swift, how can I do this? how to run application, When phone is booted?
Asked
Active
Viewed 121 times
2
-
That is called `Service` and iOS don't have `Service`. – Mojtaba Hosseini Sep 23 '19 at 13:33
-
1Possible duplicate of [Can iPhone apps start on start-up?](https://stackoverflow.com/questions/9300815/can-iphone-apps-start-on-start-up) – Max Vollmer Sep 23 '19 at 14:12