domaven / xamarin-plugins

Cross platform Xamarin & Windows plugins for PCLs
MIT License
37 stars 51 forks source link

typeof(GeofenceService): GeofenceService not found, should I use GeofenceLocationService instead? #2

Closed aunanue closed 8 years ago

aunanue commented 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

rdelrosario commented 8 years ago

Is GeofenceService look for it on the PCL project on Helpers folder.