I am developing a phonegap app in which I need to do some background operations when my app is closed.
Edited - Background operation :: Perform a pull operation at a regular interval from an external server, update the database and later show in notification .
For this I searched and found that there are ways 1> https://github.com/ChrLipp/SmsReceiver-Phonegap 2> Creating an Android Service with Phonegap? (Have phonegap app run even when closed)
but it involve using Android Services.
So my question is if I use this approach will the final app still be ready convertible to IOS or other platform.