Search Unity

Schedule a job to run even if the app is closed

Discussion in 'Multiplayer' started by gamahealthcare, Jul 17, 2019.

  1. gamahealthcare

    gamahealthcare

    Joined:
    Aug 11, 2017
    Posts:
    1
    Hello everyone,

    I'm currently making a multiplatform game for Android/iOS which requires data to be sent out to a REST API even if the app is on the background or closed. I'm looking for something similar to Android Worker Manager or Job Scheduler. Is there anything I can use straight from the box, or would I need to create a native plugin straight from Android and iOS?

    Thanks for the help!