How to make an Android/iPhone background service?

hi,

Is it possible to start a service that continues to run even after the user quit the game (something like a calendar reminder or a mail notifier) on Android/iPhone?

Ram

Hi
You can use LocalNotification class.(iOS only)
But,I’m not sure about Android. I guess the name is “Service”.