SeanChristopherConway / titanium-google-geofence

Android Geofencing module using the latest google geofencing library. The library uses eventbus for event handling between classes. Please refer to this post for JAR issues: https://medium.com/all-titanium/deal-with-titanium-modules-and-its-missing-support-for-android-multidex-546de5486d13#.mpoytsnmp If you are having issues when dexing and are using An appcelerator version less than 5.4.0.GA in a module then please refer to this JIRA ticket, particularly my Sean Conway comments: https://jira.appcelerator.org/browse/TIMOB-23502
Other
5 stars 3 forks source link

Background Service #5

Open deckameron opened 7 years ago

deckameron commented 7 years ago

Hi Sean,

How long does the background service stay on? I have managed to get it working with notifications but as soon as the app closes, the notifications stop. Is there a way to keep the service on? Like a never ending process like Foursquare and Google does.