M&M
Posts: 0
Joined: Tue Nov 11, 2014 6:59 am

background picture uploading service/app

Hi,

I need to create an app that will be continuously running in the background(as a service?) that will check the album/gallery for pictures and upload the files into remote server, and delete it ftom the phone . How do I achieve this?

Regards,
MnM

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

background picture uploading service/app

Hi M&M,

You can do it with custom generic service.

Read more about it here: http://devcenter.appery.io/documentat...

In this service you can:

  1. Invoke other services.

  2. Manage services workflow.

  3. Combine services results and trigger success/complete events.

    Regards.

Return to “Issues”