Can run game when iOS device interrupt ?

I have a native app on Swift iOS, and using CoronaCard2d to make a mini game for my apps.
My app can run in background, that mean when I interrupt app on iOS device app still working.

I had create a event about updateFrame event of Runtime to show log for check “Can corona 2d lua script show logs when my app be interrupt?” => So I didn’t saw log in iOS Native. (create event for lua script sent event with log to ios Native).

So I want double check with Solar2D Team about this ?
Can my game running in background when native app iOS is working?