Cordova Background Plug-in and Http request

salut tout le monde,
comment est ce que je peux effectuer une requette http toute les 5 minutes quand l’application est en arriere plan .
j’utilise la beta 7 et le Cordova Background Plug-in pour maintenir l’application active en arriere plan.
Merci d’avance.

Hello! For background requests, you might want to check the plugin docs for this. I’m not sure on the details about it, but they should take about setting up a schedule or something similar. Although Apple may reject apps that try to do this.

Now excuse the horrible (probably) translation from google.

Salut! Pour les demandes d’information, vous pouvez consulter la documentation du plugin pour cela. Je ne sais pas sur les détails à ce sujet, mais ils devraient prendre sur la configuration d’un programme ou quelque chose de similaire. Même si Apple peut rejeter les applications qui tentent de le faire.

I solved my problem differently I use setInterval () to call the function and when I’m in the fontion I test if the backgroundMode is activated if this is the case I made my Http request.
apologize for the french it was just a small moment of distraction.