Hello, I am making an app(IOS and Android) which also check for beacons. I want to start service which to start app when beacon is found.
for IOS trying with: Titanium.App.iOS.BackgroundService but when app is closed service is also closed
for Android: as long as i can check, service stops before found callback is fired, because it is on interval
So is it possible to have service starting the app?