Closed aunanue closed 8 years ago
AppContext.StopService(new Intent(AppContext, typeof(GeofenceService))); this raises error on GeofenceService not found.
Should I use GeofenceLocationService instead? if so it would be great to update the sample project
Is GeofenceService look for it on the PCL project on Helpers folder.
AppContext.StopService(new Intent(AppContext, typeof(GeofenceService))); this raises error on GeofenceService not found.
Should I use GeofenceLocationService instead? if so it would be great to update the sample project