How to run the background task at coprocessor?

how to run the backgound task at coprocessor in ios11

Replies

how to run the backgound task at coprocessor in ios11

I’m sorry but I don’t understand your question. What “coprocessor” are you talking about here?

Share and Enjoy

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

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

coprocessor is For example M9 processor at Iphone6s. I want to run a long background task in my application and it doesn`t need mutch hardware. I also can run it of GCD, but my phone can be hot. It isn`t what I want

There is no way to run developer code on the M9, or any of the other coprocessors on the system (except that GPU, of course, but that won’t help you :-).

Share and Enjoy

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

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